.main {
    background-color: #f8f9fa;
    /* Background similar to the original design */
    padding: 30px;
    border-radius: 8px;
    /* Rounded corners */
}

@media (max-width: 768px) {
    .location-specific {
        margin-bottom: 20px;
    }
}

.country {
    font-size: 18px;
    font-weight: bold;
}

.goto-suggested-site {
    /* width: 100%; */
    /* Make the button full width */
    font-size: 16px;
    max-width: fit-content;
    padding-left: 40px;
    padding-right: 40px;
    /* margin-bottom: 15px; */
    font-family: RazerF5;
    border-radius: 4px !important;
    color: black !important;
}

.change-location-link a {
    color: #eee !important;
    font-weight: 400 !important;
}


.change-location-link a:hover {
    color: white !important;
}

.icon-close {
    position: absolute;
    top: 10px;
    right: 75px;
    font-size: 25px !important;
    cursor: pointer;
    color: #eee;
}

@media (max-width: 767px) {
    .main {
        padding: 20px;
    }

    .goto-suggested-site {
        width: auto;
    }
}

.select-another-location {
    text-align: left;
    text-decoration: underline;
}

.banner-text {
    font-size: .875rem;
    font-weight: 400 !important;
    color: #eee !important;
}

.highlight-text {
    font-family: RazerF5 !important;
    font-weight: 600 !important;
}

/* Edge fix */
.site-selector-challenge-popup {
    padding-right: 365px !important;
    padding-left: 365px !important;
}

@media (max-width: 1366px) {

    /* 720p and similar screens */
    .site-selector-challenge-popup {
        padding-right: 70px !important;
        padding-left: 90px !important;
    }
}

@media (min-width: 1920px) {

    /* 1080p and similar screens */
    .site-selector-challenge-popup {
        padding-right: 365px !important;
        padding-left: 365px !important;
    }
}

@media (max-width: 768px) {

    /* Mobile screens */
    .site-selector-challenge-popup {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}