/*
 Theme Name:   Astra Child
 Theme URI:    https://example.com/astra-child
 Description: Astra Child Theme
 Author:       Astra Studio
 Author URI:   https://example.com
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/


/* =========================
   Fonts
========================= */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700&display=swap');

/* =========================
   Layout & Containers
========================= */
.site-content > .ast-container {
    max-width: 100%;
    padding: 0;
}

.site-content .ast-container {
    display: block !important;
}

.entry-header.ast-no-thumbnail,
.entry-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.entry-header.ast-no-thumbnail {
    margin-top: 40px;
}

.entry-content .content-block .ast-container {
    padding-left: 0;
    padding-right: 0;
}

/* =========================
   Star Rating
========================= */
.star-rating {
    display: flex;
    justify-content: center;
}

.star-rating .star {
    font-size: 20px;
}

.site-footer {
    overflow: hidden;
}

/* =========================
   Footer Base
========================= */
.site-above-footer-wrap[data-section="section-above-footer-builder"],
.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background: black;
    border: none;
    margin: 0 !important;
    padding-bottom: 15px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    margin-top: 60px;
    padding-bottom: 0;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] p,
.site-footer .ast-footer-copyright p {
    color: white;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding: 40px 0;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding-top: 0;
}

/* =========================
   Play Safe Section
========================= */
.play-safe-title {
    color: white;
    font-family: 'Red Hat Display', sans-serif !important;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
}

.play-safe-wrap {
    flex-wrap: wrap;
    align-items: center;
    background-color: #1c1c1c;
    padding: 20px;
    border-radius: 10px;
}

.play-safe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* =========================
   Footer Menu
========================= */
#astra-footer-menu li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

#astra-footer-menu li a,
#astra-footer-menu .menu-link {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: white;
    text-decoration: none;
    padding-right: 10px;
}

#astra-footer-menu li:not(:last-child)::after {
    content: "|";
    color: white;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
}

/* =========================
   Mobile & Header
========================= */
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #ffffff;
}

.header-banner-wrapper {
    background: #25293d;
}

/* =========================
   Media Queries
========================= */
@media (min-width: 922px) {
    .entry-header.ast-no-thumbnail,
    .entry-content {
        max-width: 1240px;
    }
}

@media (max-width: 921px) {
    .entry-header.ast-no-thumbnail,
    .entry-content {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
        min-height: unset;
    }
}

@media (max-width: 544px) {
    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu {
        display: flex;
        justify-content: left;
    }
}

/* =========================
   Misc Utilities
========================= */
.admin-bar #page {
    min-height: unset;
}

.flex {
    display: flex;
}

.w-full {
    width: 100%;
}

p {
    margin-bottom: 0;
}

.relative {
    position: relative;
}

#ast-scroll-top {
    display: none !important;
}
.brand_premium-pick::after {
	background: url(/wp-content/uploads/2025/10/arrows.png) center / cover no-repeat !important
}