html, body {
    margin: 0;
    height: 100%;
}

body {
    font-size: 14px;
}

#innerResultsStorage{
    width: 80%;
    margin: auto;
}

#loadingDiv, #noResultsDiv {
    height: 0;
}

.canitgame-no-shift {
    margin: 0;
    padding: 0;
    min-height: 3rem;
}

.canitgame-orange-link {
    color: #CC4A00;
    font-weight: 500;
    padding-top: 1rem;
}

.canitgame-orange-link:hover {
    color: #802f00;
}

.navbar-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-bottom: 1rem !important;
}

.canitgame-navbar, .canitgame-navbar-subtle {
    border-bottom-style: solid;
    border-color: #CC4A00;
    border-width: 0.15rem;
}

.canitgame-navbar-subtle, .nav-item {
    border: none;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.canitgame-navbar-dropdown-wrapper {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    padding-right: 1rem;
    padding-top: 0.25rem;
}

.canitgame-navbar-dropdown-text {
    color: #CC4A00 !important;
    text-shadow: rgb(0, 0, 0) 0.033rem 0.033rem;
}

.canitgame-dropdown-menu {
    width: min-content;
    border: 1px solid rgb(0 0 0 / 30%) !important;
}

.canitgame-dropdown-content {
    padding-top: 2.5rem;
    padding-right: 5rem;
    padding-left: 5rem;
}

.canitgame-dropdown-no-entries {
    width: 40rem !important;
    font-size: 1.25rem;
    text-align: center;
    padding-bottom: 2.5rem;
}

.canitgame-main-wrapper {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.canitgame-main-box {
    text-align: center;
}

.canitgame-main-title-wrapper {
    padding: 2rem;
}

.canitgame-main-title-desktop, .canitgame-main-title-navbar, .canitgame-main-title-mobile {
    margin-top: 7.5rem;
    text-align: center;
    font-size: 8rem;
    letter-spacing: 0.25rem;
    font-family: 'Montserrat Alternates', sans-serif;
}

.canitgame-main-title-navbar {
    height: 0;
    padding: 0;
}

.canitgame-main-title-mobile {
    font-size: 2.25rem;
    display: none;
}

.small-search {
    position: relative;
    top: 0.15rem;
}

.canitgame-navbar-brand {
    text-decoration: none;
    color: black;
    height: 0;
    padding: 0;
    display: block;
}

.canitgame-navbar-brand-mobile{
    text-decoration: none;
    color: black;
    padding: 0;
    display: block;
}

.canitgame-navbar-brand:hover {
    color: #CC4A00;
}

.canitgame-main-title-navbar {
    margin: 0;
    padding: 0.75rem;
    font-size: 1.5rem;
}

.canitgame-main-title-navbar-mobile{
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    padding-top: 0.75rem;
}

.canitgame-main-search-wrapper, .canitgame-search-info-wrapper {
    display: inline-block;
    padding: 2.5rem;
    margin: auto;
    width: 100%;
    min-height: 5rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.canitgame-main-search-box {
    border: none;
    border-radius: 0.5rem;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 12px;
    width: -webkit-fill-available;
    max-width: max-content;
}

.canitgame-main-search {
    all: unset;
    text-align: left;
    height: 100%;
    font-size: 1rem;
    padding: 0.33rem;
    border: none;
    border-radius: 0.5rem;
    width: 35rem;
    min-width: 4rem;
}

.canitgame-main-search-box-searching {
    opacity: 40%;
}

#formSearch {
    display: flex;
}

.canitgame-button-no-style {
    all: unset;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

#buttonReady {
    position: relative;
    bottom: 0.075rem;
}

.canitgame-main-search-button, .canitgame-main-button {
    display: inline-block;
    all: unset;
    height: 2.25rem;
    width: 7.5rem;
    cursor: pointer;
    background-color: #CC4A00;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    color: white;
    text-align: center;
    min-width: 2.5rem;
    font-size: 1.25rem;
}

.canitgame-check-main-button {
    margin: 0 !important;
}

.canitgame-main-button-dropdown {
    color: white !important;
    padding: 0 !important;
    margin-right: 0 !important;
    width: min-content !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 1.2rem !important;
}

.canitgame-main-button-smaller {
    width: 8rem !important;
    height: 1.5rem !important;
    font-size: 0.7rem !important;
}

.canitgame-main-button-secondary {
    background-color: #00A1FF;
}

.canitgame-main-button-search-result-shortlisted {
    background-color: #00A1FF;
    opacity: 0.5;
    pointer-events: none;
}

.canitgame-main-button-search-result-shortlisted:hover {
    background-color: #00A1FF;
    pointer-events: none;
}

.canitgame-main-search-button:hover, .canitgame-main-button:hover {
    background-color: #b74100;
}

.canitgame-main-button-secondary:hover {
    background-color: #0077B3;
}

.canitgame-main-button-delete {
    background-color: #dc3545;
}

.canitgame-main-button-delete:hover {
    background-color: #881f29;
}

.canitgame-search-options-bar {
    margin-top: 1.25rem;
    font-size: 0.85rem;
    min-width: 18rem;
}

.canitgame-main-button-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
}

.canitgame-main-button {
    border-radius: 0.25rem;
    height: 1.75rem;
    width: 10.5rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.1rem;
    margin: 0.5rem;
}

.canitgame-material-small, .canitgame-material-tiny {
    font-family: 'Material Symbols Outlined';
    font-size: 1.1rem;
    position: relative;
    top: 0.15rem;
    height: 0;
}

.canitgame-material-tiny {
    font-size: 0.8rem;
}

.canitgame-modal-text {
    text-align: left;
}

.canitgame-modal-step-text-wrapper {
    width: 35% !important;
    padding: 1rem !important;
    display: inline-block !important;
}

.canitgame-modal-step-text-box {
    text-align: left;
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
}

.canitgame-modal-step-image-wrapper {
    width: 60% !important;
    padding: 1rem;
    display: inline-block;
}

.canitgame-modal-dual-image-wrapper {
    width: 45% !important;
    padding: 1rem;
    display: inline-block;
}

.canitgame-modal-dual-image-box, .canitgame-modal-step-image-box {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
}

.canitgame-modal-image-description {
    margin-top: 0.5rem;
    font-weight: 500;
}

.canitgame-results-title, .canitgame-info-title {
    font-size: 1.3rem;
    background-color: white;
    position: relative;
    bottom: 1.5rem;
    width: fit-content;
    margin: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.canitgame-search-results-wrapper, .canitgame-search-info-wrapper {
    width: 100%;
    text-align: center;
    margin: auto;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #cccccc;
    border-radius: 1rem;
    padding: 2.5rem;
    padding-top: 0.5rem;
    margin-bottom: 3.33rem;
}

.canitgame-result-box, .canitgame-result-dropdown-box, .canitgame-popular-pc-box {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 12px;
    margin: auto;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
    min-height: 15rem;
    height: max-content;
    padding-bottom: 0.75rem;
}

.canitgame-popular-pc-box {
    margin: 0.25rem !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.canitgame-result-dropdown-box {
    width: 37.5rem !important;
    min-height: 0;
}

.canitgame-result-image-wrapper {
    display: inline-block;
    padding: 0.5rem;
}

.canitgame-result-image-box {
    background-repeat: no-repeat;
    height: 9rem;
    width: 9rem;
    background-size: contain;
    margin: auto;
}

.canitgame-popular-pc-image-box {
    background-repeat: no-repeat;
    height: 10rem;
    width: 10rem;
    background-size: 10rem 10rem;
    margin: auto;
}

.canitgame-popular-pc-title-wrapper{
    display: flex;
    height: 7.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.canitgame-popular-pc-title {
    font-size: 0.8rem;
    align-items: center;
}

.canitgame-result-image-box-small {
    height: 7rem;
    width: 7rem;
}

.canitgame-result-text-wrapper {
    display: inline-block;
    width: 70%;
    float: right;
    height: 100%;
}

.canitgame-result-title {
    display: inline-block;
    text-align: left;
    width: 90%;
    padding: 0.25rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    font-size: 1.1rem;
}

.canitgame-result-text {
    display: inline-block;
    text-align: left;
    padding: 0.2rem;
    padding-left: 0.25rem;
    font-size: 0.85rem;
    width: 90%;
}

.canitgame-search-info-wrapper {
    padding-top: 1rem;
}

.canitgame-info-title {
    bottom: 2rem;
}

.canitgame-info-text {
    font-size: 0.95rem;
    color: #333333;
}

.canitgame-check-pc-title {
    margin-top: 0.5rem !important;
    margin-bottom: 0rem !important;
    font-size: 2rem;
    padding: 1rem;
}

.canitgame-check-pc-title-popular{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.canitgame-check-title-hr {
    margin-bottom: 2.5rem;
}

.canitgame-check-image-wrapper {
    height: auto;
}

.canitgame-check-image-box {
    width: 27.5rem;
    height: 27.5rem;
    background-repeat: no-repeat;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 12px;
    background-size: 100% 100%;
    object-fit: cover;
    margin: auto;
}

.canitgame-specs-subtitle, .canitgame-specs-block {
    float: left;
    text-align: left;
}

.canitgame-specs-subtitle {
    font-size: 1.15rem;
    text-decoration: underline;
    width: 100%;
    padding-bottom: 1rem;
    display: inline-block;
}

.canitgame-specs-name {
    font-weight: 500;
    vertical-align: text-bottom;
    font-size: 1.05rem;
    width: 8rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
}

.canitgame-specs-block {
    display: block;
    width: 100%;
    min-height: 16.5%;
    margin-bottom: 2.5rem;
}

.canitgame-specs-comp {
    display: flex;
    vertical-align: text-bottom;
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Source Code Pro", sans-serif;

    position: relative;
    align-items: center;
    bottom: 0.65rem;
}

.canitgame-specs-price-wrapper{
    width: 0;
}

.canitgame-specs-price {
    font-size: 0.95rem;
    font-weight: 500;
    font-family: "Source Code Pro", sans-serif;
    position: relative;
    top: 0.65rem;
    margin-left: 0.5rem;
}

.canitgame-specs-price-noaverage{
    position: relative;
    color: #3d3d3d;
}

.canitgame-specs-price-noaverage-desktop{
    width: 20rem;
}

.canitgame-specs-price-noaverage-mobile{
    width: 10rem;
}

.canitgame-specs-price-loading, .canitgame-specs-price-price{
    width: 12.5rem;
}

.canitgame-check-text {
    padding-left: 1rem !important;
}

.canitgame-check-ebay-button-wrapper {
    width: 100%;
    padding: 1rem;
    text-align: center;
}

.canitgame-check-ebay-recommended-pc-title {
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    margin: auto;
    padding-bottom: 0;
}

.canitgame-check-ebay-recommended-pc-description {
    font-size: 0.8rem;
    font-weight: 500;
}

.canitgame-check-ebay-recommended-pc-holder {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.canitgame-check-ebay-recommended-pc-wrapper {
    padding: 1rem !important;
}

.canitgame-check-ebay-recommended-pc-box {
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 12px;

}

.canitgame-check-ebay-recommended-pc-image-wrapper {
    padding: 1rem;
    min-height: 9rem;

}

.canitgame-check-ebay-recommended-pc-image {
    width: 8.75rem;
    height: 8.75rem;
}

.canitgame-check-ebay-recommended-pc-mini-button-seperator {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.canitgame-check-ebay-recommended-pc-mini-button-wrapper {
    width: 25%;
    display: inline-block;
    padding: 0.25rem;
    text-align: center;
    margin: auto
}

.canitgame-check-ebay-recommended-pc-mini-button {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 2rem;
    padding: 0;
    margin: 0;
}

.canitgame-check-ebay-button {
    width: 100%;
    height: 3rem;
    font-size: 1.2rem;
    display: block;
}

.canitgame-specs-description {
    font-size: 0.75rem;
    text-align: left;
}

.canitgame-pc-description {
    font-size: 1.15rem;
    text-align: left;
}

.canitgame-specs-description-short {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
}

.canitgame-specs-description-score {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    width: fit-content;
    margin-bottom: 1rem;
}

.canitgame-accordion-body {
    text-align: left;
}

.canitgame-card-description-dropdown {
    margin-top: 1rem;
}

.canitgame-button-full-eval {
    color: blue !important;
    text-decoration: underline !important;
    padding-left: 0rem !important;
}

.canitgame-specs-score-div {
    display: inline-block;
    margin-right: 1rem;
    text-align: left;
    padding: 0.5rem 0.5rem;
    border-radius: 0.25rem;
    text-shadow: 0.1rem 0.1rem rgba(0, 0, 0, 1);
    box-shadow: rgba(0, 0, 0, 0.25) 0rem 1rem 3rem,
    rgba(0, 0, 0, 0.12) 0rem -0.15rem 0.25rem,
    rgba(0, 0, 0, 0.12) 0rem 0.15rem 0.25rem,
    rgba(0, 0, 0, 0.17) 0rem 0.25rem 0.5rem,
    rgba(0, 0, 0, 0.09) 0rem -0.125rem 0.5rem;
    font-size: 1rem;
}

.canitgame-specs-score-overkill {
    background-color: deepskyblue;
    color: white;
}

.canitgame-specs-score-good {
    background-color: green;
    color: white;
}

.canitgame-specs-score-satisfactory {
    background-color: gold;
    text-shadow: none;
}

.canitgame-specs-score-poor {
    background-color: red;
    color: white;
}

.canitgame-specs-score-inadequate {
    background-color: red;
    color: white;
}

.canitgame-specs-score-unknown {
    background-color: grey;
    color: white;
}

.canitgame-specs-accordion {
    border-left-width: 1rem !important;
    border-left-style: solid !important;
    border-left-color: transparent !important;
}

.canitgame-specs-accordion-overkill {
    border-left-color: deepskyblue !important;
}

.canitgame-specs-accordion-good {
    border-left-color: green !important;
}

.canitgame-specs-accordion-satisfactory {
    border-left-color: gold !important;
}

.canitgame-specs-accordion-poor {
    border-left-color: red !important;
}

.canitgame-specs-accordion-inadequate {
    border-left-color: red !important;
}

.canitgame-specs-accordion-unknown {
    border-left-color: grey !important;
}

.canitgame-verdict-wrapper {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.canitgame-verdict-text-dark {
    text-align: center;
    padding: 1rem;
    background-color: #999999;
    width: max-content;
    margin: auto;
    color: white;
    border-radius: 1rem;
    text-shadow: 0.1rem 0.1rem rgba(0, 0, 0, 1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.canitgame-verdict-unknown {
    color: grey;
}

.canitgame-verdict-inadequate {
    color: red;
    text-shadow: 0.05rem 0.05rem rgba(0, 0, 0, 1);
}

.canitgame-verdict-poor {
    color: red;
    text-shadow: 0.05rem 0.05rem rgba(0, 0, 0, 1);
}

.canitgame-verdict-satisfactory {
    color: orange;
    text-shadow: 0.05rem 0.05rem rgba(0, 0, 0, 1);
}

.canitgame-verdict-good {
    color: green;
    text-shadow: 0.05rem 0.05rem rgba(0, 0, 0, 1);
}

.canitgame-verdict-overkill {
    color: deepskyblue;
    text-shadow: 0.05rem 0.05rem rgba(0, 0, 0, 1);
}

.canitgame-verdict-wrapper {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.canitgame-verdict-text {
    font-size: 2rem;
    font-weight: 500;
}

.canitgame-privacy-policy-text {
    text-align: left;
    max-width: 40rem;
    margin: auto;
}

.filters-dropdown-form {
    padding: 1rem;
    width: 15rem;
}

.canitgame-page-navigator {
    padding: 1rem;
    text-align: center;
    display: inline-block;
    background-color: white;
}

#pageNavigationSeparators {
    opacity: 0;
}

.material-icon, .material-icon-white {
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    bottom: 0.025rem;
}

.material-icon-white {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.can-it-game-game-wrapper {
    padding-bottom: 2rem;
}

.can-it-game-game-box {
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 12px;
}

.can-it-game-game-title {
    height: 4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.can-it-game-game-image-wrapper {
    height: 8rem;
}

.can-it-game-game-image-image {
    height: 8rem !important;
}

.can-it-game-game-main-fps-wrapper {
    text-align: center;
    padding: 0.25rem;
}

.can-it-game-game-expected-fps-prompt {
    display: inline-block;
    font-family: "Source Code Pro", serif;
    font-weight: 600;
}

.can-it-game-game-expected-fps-value {
    display: inline-block;
    font-family: "Source Code Pro", serif;
    font-weight: 600;
}

.can-it-game-game-expected-fps-settings {
    font-family: "Source Code Pro", serif;
    font-size: 0.7rem;
    position: relative;
    bottom: 0.35rem;
}

.can-it-game-game-button-wrapper {
    position: relative;
    bottom: 0.25rem;
}

.can-it-game-game-button {
    color: #00A1FF !important;
    text-decoration: underline !important;
}

.canitgame-button-popular-pc {
    width: 80%;
    margin: auto;
    margin-top: 1rem;
}

.canitgame-view-popular-pc-image {
    height: 7.5rem;
    width: 7.5rem;
    background-size: 7.5rem 7.5rem;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.canitgame-view-popular-mini-button{
    width: 1.5rem;
    margin: 0;
    padding: 0;
}

.canitgame-price-box-wrapper{
    padding: 0.5rem;
    padding-bottom: 1rem;
    height: 15rem;
}

.canitgame-price-box-box{
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 12px;
    display: flex;
    align-items: center;  /* Vertical centering */
    justify-content: center;  /* Horizontal centering */
    height: 100%;  /* Ensure it occupies full height of its container */
}

.canitgame-price-image-wrapper{
    padding: 0.5rem;
}

.canitgame-price-image{
    height: 5rem;
    width: 5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.canitgame-price-description{
    text-align: center;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 1rem;
    height: 5rem;
    display: flex;
    align-items: center;  /* Vertical centering */
    justify-content: center;  /* Horizontal centering, if desired */
    text-shadow: rgb(0, 0, 0) 0.025rem 0.025rem;
}

.canitgame-price-title{
    font-size: 1.05rem;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 1rem;
}

.canitgame-price-price{
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center;
}

.canitgame-price-loading, .canitgame-price-error, .canitgame-price-view-more{
    text-align: center;
    font-size: 1rem;
    padding: 1rem;
}

.canitgame-button-link-orange {
    all: unset;
    color: #CC4A00;
    font-weight: 500;
    text-decoration: underline;
}

.canitgame-button-link-orange:hover {
    color: #802f00;
}

@media screen and (max-width: 992px) {

    .canitgame-popular-pc-image-box {
        background-repeat: no-repeat;
        height: 5rem;
        width: 5rem;
        background-size: 5rem 5rem;
        margin: auto;
    }

    .canitgame-popular-pc-title-wrapper{
        min-height: 10rem;
    }

}

.nav-item-show{
    display: block;
}

.nav-item-none{
    display: none;
}

@media screen and (max-width: 764px){

    .navbar-wrapper{
        padding-bottom: 0.33rem !important;
        padding-left: 0rem !important;
    }

    .canitgame-navbar-dropdown-wrapper{
        padding-right: 0rem !important;
        margin-right: 0 !important;
    }

    .nav-item-show{
        display: inline-block !important;
    }

    .canitgame-navbar-brand{
        height: inherit;
    }

    .canitgame-popular-pc-title-wrapper{
        min-height: 0;
    }

    .canitgame-popular-pc-image-box{
        height: 10rem;
        width: 10rem;
        background-size: 10rem 10rem;
    }

    .canitgame-orange-link{
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .canitgame-main-title-desktop {
        display: none;
    }

    .canitgame-main-title-mobile {
        display: block;
    }

    .canitgame-navbar-dropdown, .canitgame-navbar-dropdown-text, .navbar-wrapper {
        padding-right: 0.25rem !important;
        margin-right: 0 !important;
        padding-bottom: 0.5rem !important;
    }

    .canitgame-check-image-box {
        width: 18.5rem;
        height: 18.5rem;
    }

    .canitgame-dropdown-no-entries {
        width: 10rem !important;
        font-size: 1rem !important;
        text-align: center !important;
    }

    .canitgame-result-dropdown-box {
        width: 15rem !important;
    }

    .canitgame-dropdown-content {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .fake-button {
        margin: auto !important;
    }

    .canitgame-check-ebay-button {
        margin: auto !important;
    }

    .fake-button {
        width: 7rem !important;
        font-size: 0.8rem !important;
    }

    .canitgame-specs-price{
        top: 1.15rem !important;
    }

}

@media screen and (max-width: 1400px) and (min-width: 992px) {

    .canitgame-navbar-dropdown, .canitgame-navbar-dropdown-text, .navbar-wrapper {
        padding-right: 0.25rem !important;
        margin-right: 0 !important;
        padding-bottom: 1rem !important;
    }

    .canitgame-search-results-wrapper {
        margin-top: 1rem;
    }

    .canitgame-search-info-wrapper, .canitgame-search-results-wrapper {
        padding: 0.25vw;
        width: 90%;
        border: none;
    }

    .canitgame-main-title-desktop {
        display: none;
    }

    .canitgame-main-title-mobile {
        display: block;
    }

    .canitgame-main-title-wrapper, .canitgame-main-search-wrapper {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .canitgame-info-title {
        font-weight: 700;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-bottom: 0rem;
    }

    .canitgame-check-image-box {
        max-width: -webkit-fill-available;
    }

    .canitgame-result-image-wrapper {
        padding-left: 0rem;
    }

    .canitgame-result-image-box {
        height: 10rem;
        width: 10rem;
    }

    .canitgame-result-title {
        font-size: 0.8rem;
    }

    .canitgame-check-pc-title {
        margin-bottom: 0rem;
        font-size: calc(1.375rem + 1.5vw);
    }

    .canitgame-check-image-box {
        width: 18.5rem;
        height: 18.5rem;
    }

    .canitgame-dropdown-no-entries {
        width: 10rem !important;
        font-size: 1rem !important;
        text-align: center !important;
    }

    .canitgame-result-dropdown-box {
        width: 15rem !important;
    }

    .canitgame-dropdown-content {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .fake-button {
        margin: auto !important;
    }

    .canitgame-check-ebay-button {
        margin: auto !important;
    }

    .fake-button {
        width: 7rem !important;
        font-size: 0.8rem !important;
    }

}