

/*CMS Dashboard Card Styles*/
.cms-card {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
}

.cms-card-header {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
}

/*Flex Patterns*/
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*Swiper Slide*/
.swiper-slide-content {
    height: 300px;
}

/*Feature Card Base*/
.feature-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

/*Casino Finder*/
.casino-finder-container {
    position: relative;
}

#loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/*CMS Pages*/

.image-overlay {
    position: relative;
    overflow: hidden;
}

.overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.country-name-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.country-title {
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 1px;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
    .country-title {
        font-size: 1.8rem;
    }
}


/* etc*/

.location-img-badge {
    position: absolute;
}

.section-hidden {
    display: none !important;
}
