/* ==========================================================================
   SportBet - WordPress Theme Stylesheet
   Bootstrap 4 Based Dark Sports Theme
   Font: Montserrat | Colors: Dark header/footer, green accents, blue links
   ========================================================================== */

/* ==========================================================================
   1. Root Variables
   ========================================================================== */
:root {
    --primary-color: #2ecc71;
    --secondary-color: #1a1a2e;
    --dark-bg: #030303;
    --text-color: #333;
    --text-light: #666;
    --text-white: #fff;
    --link-color: #2d7ef7;
    --border-color: #e9ecef;
    --card-shadow: 0 2px 10px rgba(0,0,0,0.08);
    --transition: all 0.3s ease;
}

/* ==========================================================================
   2. Bootstrap 4 Grid (Complete)
   ========================================================================== */

/* Box Sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Container */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Columns base */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-md,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-lg,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12,
.col-xl {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

/* Default (xs) columns */
.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* Offset default */
.offset-1 { margin-left: 8.333333%; }
.offset-2 { margin-left: 16.666667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.333333%; }
.offset-5 { margin-left: 41.666667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.333333%; }
.offset-8 { margin-left: 66.666667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.333333%; }
.offset-11 { margin-left: 91.666667%; }

/* Order default */
.order-first { order: -1; }
.order-last { order: 13; }
.order-0 { order: 0; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.order-4 { order: 4; }
.order-5 { order: 5; }
.order-6 { order: 6; }
.order-7 { order: 7; }
.order-8 { order: 8; }
.order-9 { order: 9; }
.order-10 { order: 10; }
.order-11 { order: 11; }
.order-12 { order: 12; }

/* SM breakpoint (576px) */
@media (min-width: 576px) {
    .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; }
    .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
    .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
    .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }

    .offset-sm-0 { margin-left: 0; }
    .offset-sm-1 { margin-left: 8.333333%; }
    .offset-sm-2 { margin-left: 16.666667%; }
    .offset-sm-3 { margin-left: 25%; }
    .offset-sm-4 { margin-left: 33.333333%; }
    .offset-sm-5 { margin-left: 41.666667%; }
    .offset-sm-6 { margin-left: 50%; }
    .offset-sm-7 { margin-left: 58.333333%; }
    .offset-sm-8 { margin-left: 66.666667%; }
    .offset-sm-9 { margin-left: 75%; }
    .offset-sm-10 { margin-left: 83.333333%; }
    .offset-sm-11 { margin-left: 91.666667%; }

    .order-sm-first { order: -1; }
    .order-sm-last { order: 13; }
    .order-sm-0 { order: 0; }
    .order-sm-1 { order: 1; }
    .order-sm-2 { order: 2; }
    .order-sm-3 { order: 3; }
    .order-sm-4 { order: 4; }
    .order-sm-5 { order: 5; }
    .order-sm-6 { order: 6; }
    .order-sm-7 { order: 7; }
    .order-sm-8 { order: 8; }
    .order-sm-9 { order: 9; }
    .order-sm-10 { order: 10; }
    .order-sm-11 { order: 11; }
    .order-sm-12 { order: 12; }
}

/* MD breakpoint (768px) */
@media (min-width: 768px) {
    .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; }
    .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-md-9 { flex: 0 0 75%; max-width: 75%; }
    .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }

    .offset-md-0 { margin-left: 0; }
    .offset-md-1 { margin-left: 8.333333%; }
    .offset-md-2 { margin-left: 16.666667%; }
    .offset-md-3 { margin-left: 25%; }
    .offset-md-4 { margin-left: 33.333333%; }
    .offset-md-5 { margin-left: 41.666667%; }
    .offset-md-6 { margin-left: 50%; }
    .offset-md-7 { margin-left: 58.333333%; }
    .offset-md-8 { margin-left: 66.666667%; }
    .offset-md-9 { margin-left: 75%; }
    .offset-md-10 { margin-left: 83.333333%; }
    .offset-md-11 { margin-left: 91.666667%; }

    .order-md-first { order: -1; }
    .order-md-last { order: 13; }
    .order-md-0 { order: 0; }
    .order-md-1 { order: 1; }
    .order-md-2 { order: 2; }
    .order-md-3 { order: 3; }
    .order-md-4 { order: 4; }
    .order-md-5 { order: 5; }
    .order-md-6 { order: 6; }
    .order-md-7 { order: 7; }
    .order-md-8 { order: 8; }
    .order-md-9 { order: 9; }
    .order-md-10 { order: 10; }
    .order-md-11 { order: 11; }
    .order-md-12 { order: 12; }
}

/* LG breakpoint (992px) */
@media (min-width: 992px) {
    .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; }
    .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
    .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }

    .offset-lg-0 { margin-left: 0; }
    .offset-lg-1 { margin-left: 8.333333%; }
    .offset-lg-2 { margin-left: 16.666667%; }
    .offset-lg-3 { margin-left: 25%; }
    .offset-lg-4 { margin-left: 33.333333%; }
    .offset-lg-5 { margin-left: 41.666667%; }
    .offset-lg-6 { margin-left: 50%; }
    .offset-lg-7 { margin-left: 58.333333%; }
    .offset-lg-8 { margin-left: 66.666667%; }
    .offset-lg-9 { margin-left: 75%; }
    .offset-lg-10 { margin-left: 83.333333%; }
    .offset-lg-11 { margin-left: 91.666667%; }

    .order-lg-first { order: -1; }
    .order-lg-last { order: 13; }
    .order-lg-0 { order: 0; }
    .order-lg-1 { order: 1; }
    .order-lg-2 { order: 2; }
    .order-lg-3 { order: 3; }
    .order-lg-4 { order: 4; }
    .order-lg-5 { order: 5; }
    .order-lg-6 { order: 6; }
    .order-lg-7 { order: 7; }
    .order-lg-8 { order: 8; }
    .order-lg-9 { order: 9; }
    .order-lg-10 { order: 10; }
    .order-lg-11 { order: 11; }
    .order-lg-12 { order: 12; }
}

/* XL breakpoint (1200px) */
@media (min-width: 1200px) {
    .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; }
    .col-xl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-xl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
    .col-xl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-xl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
    .col-xl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-xl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
    .col-xl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-xl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-xl-12 { flex: 0 0 100%; max-width: 100%; }

    .offset-xl-0 { margin-left: 0; }
    .offset-xl-1 { margin-left: 8.333333%; }
    .offset-xl-2 { margin-left: 16.666667%; }
    .offset-xl-3 { margin-left: 25%; }
    .offset-xl-4 { margin-left: 33.333333%; }
    .offset-xl-5 { margin-left: 41.666667%; }
    .offset-xl-6 { margin-left: 50%; }
    .offset-xl-7 { margin-left: 58.333333%; }
    .offset-xl-8 { margin-left: 66.666667%; }
    .offset-xl-9 { margin-left: 75%; }
    .offset-xl-10 { margin-left: 83.333333%; }
    .offset-xl-11 { margin-left: 91.666667%; }

    .order-xl-first { order: -1; }
    .order-xl-last { order: 13; }
    .order-xl-0 { order: 0; }
    .order-xl-1 { order: 1; }
    .order-xl-2 { order: 2; }
    .order-xl-3 { order: 3; }
    .order-xl-4 { order: 4; }
    .order-xl-5 { order: 5; }
    .order-xl-6 { order: 6; }
    .order-xl-7 { order: 7; }
    .order-xl-8 { order: 8; }
    .order-xl-9 { order: 9; }
    .order-xl-10 { order: 10; }
    .order-xl-11 { order: 11; }
    .order-xl-12 { order: 12; }
}

/* Flexbox Utilities */
.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }

@media (min-width: 576px) {
    .d-sm-none { display: none !important; }
    .d-sm-inline { display: inline !important; }
    .d-sm-inline-block { display: inline-block !important; }
    .d-sm-block { display: block !important; }
    .d-sm-flex { display: flex !important; }
    .d-sm-inline-flex { display: inline-flex !important; }
}

@media (min-width: 768px) {
    .d-md-none { display: none !important; }
    .d-md-inline { display: inline !important; }
    .d-md-inline-block { display: inline-block !important; }
    .d-md-block { display: block !important; }
    .d-md-flex { display: flex !important; }
    .d-md-inline-flex { display: inline-flex !important; }
}

@media (min-width: 992px) {
    .d-lg-none { display: none !important; }
    .d-lg-inline { display: inline !important; }
    .d-lg-inline-block { display: inline-block !important; }
    .d-lg-block { display: block !important; }
    .d-lg-flex { display: flex !important; }
    .d-lg-inline-flex { display: inline-flex !important; }
}

@media (min-width: 1200px) {
    .d-xl-none { display: none !important; }
    .d-xl-inline { display: inline !important; }
    .d-xl-inline-block { display: inline-block !important; }
    .d-xl-block { display: block !important; }
    .d-xl-flex { display: flex !important; }
    .d-xl-inline-flex { display: inline-flex !important; }
}

/* Flex alignment */
.flex-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.flex-grow-1 { flex-grow: 1 !important; }

.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }

.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }

.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch { align-self: stretch !important; }

/* Spacing: margin */
.m-0 { margin: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.m-5 { margin: 3rem !important; }
.m-auto { margin: auto !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.mt-auto { margin-top: auto !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mb-auto { margin-bottom: auto !important; }

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }
.ml-auto { margin-left: auto !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }
.mr-auto { margin-right: auto !important; }

.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
.mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

/* Spacing: padding */
.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }

.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }

.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-5 { padding-left: 3rem !important; padding-right: 3rem !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

/* Text utilities */
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.text-nowrap { white-space: nowrap !important; }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
.text-decoration-none { text-decoration: none !important; }

.text-white { color: #fff !important; }
.text-dark { color: #343a40 !important; }
.text-muted { color: #6c757d !important; }
.text-primary { color: #2d7ef7 !important; }
.text-success { color: #2ecc71 !important; }
.text-danger { color: #e74c3c !important; }
.text-warning { color: #f1c40f !important; }
.text-info { color: #17a2b8 !important; }

.font-weight-light { font-weight: 300 !important; }
.font-weight-normal { font-weight: 400 !important; }
.font-weight-bold { font-weight: 700 !important; }
.font-italic { font-style: italic !important; }

.small { font-size: 80% !important; }
.lead { font-size: 1.25rem; font-weight: 300; }

/* Position utilities */
.position-static { position: static !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }
.position-sticky { position: -webkit-sticky !important; position: sticky !important; }
.sticky-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; }

/* Overflow */
.overflow-auto { overflow: auto !important; }
.overflow-hidden { overflow: hidden !important; }

/* Width / Height */
.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }
.w-auto { width: auto !important; }

.h-25 { height: 25% !important; }
.h-50 { height: 50% !important; }
.h-75 { height: 75% !important; }
.h-100 { height: 100% !important; }
.h-auto { height: auto !important; }

.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }

/* Border & Rounded */
.border { border: 1px solid var(--border-color) !important; }
.border-top { border-top: 1px solid var(--border-color) !important; }
.border-bottom { border-bottom: 1px solid var(--border-color) !important; }
.border-left { border-left: 1px solid var(--border-color) !important; }
.border-right { border-right: 1px solid var(--border-color) !important; }
.border-0 { border: 0 !important; }

.rounded { border-radius: 0.25rem !important; }
.rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; }
.rounded-bottom { border-bottom-left-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; }
.rounded-circle { border-radius: 50% !important; }
.rounded-0 { border-radius: 0 !important; }

/* Background */
.bg-primary { background-color: #2d7ef7 !important; }
.bg-secondary { background-color: #6c757d !important; }
.bg-success { background-color: #2ecc71 !important; }
.bg-danger { background-color: #e74c3c !important; }
.bg-warning { background-color: #f1c40f !important; }
.bg-info { background-color: #17a2b8 !important; }
.bg-light { background-color: #f8f9fa !important; }
.bg-dark { background-color: #343a40 !important; }
.bg-white { background-color: #fff !important; }
.bg-transparent { background-color: transparent !important; }

/* Image */
.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

/* Screen reader only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Clearfix */
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* Lists */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

/* Float */
.float-left { float: left !important; }
.float-right { float: right !important; }
.float-none { float: none !important; }

/* Shadow */
.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important; }
.shadow { box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important; }
.shadow-none { box-shadow: none !important; }

/* ==========================================================================
   3. Bootstrap 4 Components
   ========================================================================== */

/* Buttons */
.btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
}

.btn-primary {
    color: #fff;
    background-color: #2d7ef7;
    border-color: #2d7ef7;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1a6be0;
    border-color: #1560d4;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-success {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.btn-success:hover {
    color: #fff;
    background-color: #27ae60;
    border-color: #229954;
}

.btn-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d63025;
    border-color: #c9302c;
}

.btn-warning {
    color: #212529;
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.btn-warning:hover {
    color: #212529;
    background-color: #d4ac0d;
    border-color: #c9a30c;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

/* Outline Buttons */
.btn-outline-primary {
    color: #2d7ef7;
    border-color: #2d7ef7;
    background-color: transparent;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2d7ef7;
    border-color: #2d7ef7;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-success {
    color: #2ecc71;
    border-color: #2ecc71;
    background-color: transparent;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.btn-outline-danger {
    color: #e74c3c;
    border-color: #e74c3c;
    background-color: transparent;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-outline-warning {
    color: #f1c40f;
    border-color: #f1c40f;
    background-color: transparent;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

/* Button Sizes */
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

/* Cards */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid var(--border-color);
    border-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid var(--border-color);
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid var(--border-color);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

/* Navbar */
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-item {
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.85);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.175);
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-color);
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid var(--border-color);
}

/* Forms */
.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-label {
    margin-bottom: 0;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

/* Input Group */
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-prepend .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-prepend > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-append > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Alerts */
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #1e7e4a;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

/* Badge */
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.badge-primary {
    color: #fff;
    background-color: #2d7ef7;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #2ecc71;
}

.badge-danger {
    color: #fff;
    background-color: #e74c3c;
}

.badge-warning {
    color: #212529;
    background-color: #f1c40f;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

/* Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid var(--border-color);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid var(--border-color);
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.fade {
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.show {
    display: block;
}

/* Pagination */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--link-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

.page-link:hover {
    z-index: 2;
    color: #1a5bb5;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item.active {
    color: #6c757d;
}

/* Table */
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid var(--border-color);
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--border-color);
}

.table tbody + tbody {
    border-top: 2px solid var(--border-color);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
}

.table-bordered {
    border: 1px solid var(--border-color);
}

.table-bordered th,
.table-bordered td {
    border: 1px solid var(--border-color);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,0.075);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* List Group */
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

/* Media */
.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

/* Close */
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

/* ==========================================================================
   4. Global Styles
   ========================================================================== */

html {
    font-size: 14px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #2d7ef7;
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: #1a5bb5;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.875rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

/* ==========================================================================
   5. Loading Container
   ========================================================================== */

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    /* Safety net: auto-hide after 5s if JS fails */
    animation: sportbet-spinner-safehide 0.5s linear 5s 1 forwards;
}

@keyframes sportbet-spinner-safehide {
    to {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

.loading-container.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    position: relative;
}

.loading-spinner .double-bounce1,
.loading-spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--primary-color);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.loading-spinner .double-bounce2 {
    animation-delay: -1.0s;
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

/* ==========================================================================
   6. Topbar
   ========================================================================== */

.topbar {
    background-color: #030303;
    min-height: 40px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    position: relative;
    z-index: 1030;
    overflow: hidden;
    padding: 0;
}

.topbar .container {
    display: block;
}

.topbar .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
}

.topbar__left {
    display: flex;
    align-items: center;
    min-height: 40px;
    white-space: nowrap;
}

.topbar__right {
    display: flex;
    align-items: center;
    min-height: 40px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.topbar__date {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    margin-right: 15px;
    white-space: nowrap;
}

.topbar__date i {
    margin-right: 5px;
}

.topbar__clock {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    white-space: nowrap;
}

.topbar__clock i {
    margin-right: 5px;
}

.topbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.topbar__menu li {
    margin-left: 15px;
}

.topbar__menu li a {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    text-decoration: none;
    transition: var(--transition);
}

.topbar__menu li a:hover {
    color: #fff;
}

.topbar__social {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.topbar__social-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.topbar__social-list li {
    margin-left: 10px;
}

.topbar__social-list li:first-child {
    margin-left: 0;
}

.topbar__social a {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    transition: var(--transition);
}

.topbar__social a:hover {
    color: var(--primary-color);
}

.topbar__apk-btns {
    display: flex;
    align-items: center;
    margin-left: 15px;
    flex-wrap: nowrap;
}

.btn-topbar-apk {
    display: inline-flex;
    align-items: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 3px 12px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 8px;
    transition: var(--transition);
}

.btn-topbar-apk:hover {
    background-color: #27ae60;
    color: #fff;
}

.btn-topbar-apk i {
    margin-right: 5px;
}

@media (max-width: 575.98px) {
    .topbar {
        display: none;
    }
}

/* ==========================================================================
   7. Navbar / Navigation
   ========================================================================== */

.navigation-wrap {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #1a1a2e;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.navigation-wrap .navbar {
    padding: 10px 0;
    min-height: 60px;
}

/* On lg+ desktop the nav-links (padding:15px) already provide enough height —
   remove the extra vertical padding to keep the compact look */
@media (min-width: 992px) {
    .navigation-wrap .navbar {
        padding: 0;
        min-height: 0;
    }
}

.navigation-wrap .navbar-brand img {
    max-height: 45px;
}

/* Site-title text fallback when no logo image is set */
.navigation-wrap .navbar-brand .site-title {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.navigation-wrap .nav-link {
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 12px !important;
    letter-spacing: 0.5px;
    transition: var(--transition);
}

.navigation-wrap .nav-link:hover,
.navigation-wrap .nav-link:focus {
    color: var(--primary-color) !important;
}

.navigation-wrap .nav-item.active > .nav-link,
.navigation-wrap .nav-link.active {
    color: var(--primary-color) !important;
}

.navigation-wrap .dropdown-menu {
    background-color: #1a1a2e;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-width: 220px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.navigation-wrap .dropdown-item {
    color: rgba(255,255,255,0.8);
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    transition: var(--transition);
}

.navigation-wrap .dropdown-item:hover,
.navigation-wrap .dropdown-item:focus {
    color: #fff;
    background-color: var(--primary-color);
}

/* Desktop hover dropdown */
@media (min-width: 992px) {
    .navigation-wrap .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navigation-wrap .dropdown-menu {
        border-top: 2px solid var(--primary-color);
    }
}

/* ==========================================================================
   8. Mobile Menu Modal
   ========================================================================== */

#modal_aside_right {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background-color: #1a1a2e;
    z-index: 1060;
    transition: transform 0.3s ease;
    overflow-y: auto;
    padding: 0;
}

#modal_aside_right.show {
    transform: translateX(300px);
}

#modal_aside_right .modal-header {
    background-color: #1a1a2e;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 15px 20px;
}

#modal_aside_right .modal-header .close {
    color: #fff;
    opacity: 0.7;
    text-shadow: none;
}

#modal_aside_right .modal-header .close:hover {
    opacity: 1;
}

#modal_aside_right .modal-body {
    padding: 0;
}

#modal_aside_right .list-group {
    border-radius: 0;
}

#modal_aside_right .list-group-item {
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
}

#modal_aside_right .list-group-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    transition: var(--transition);
}

#modal_aside_right .list-group-item a:hover {
    color: var(--primary-color);
}

#modal_aside_right .list-group-item.active,
#modal_aside_right .list-group-item a.active {
    color: var(--primary-color);
    background-color: transparent;
    border-color: rgba(255,255,255,0.1);
}

.modal-aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1055;
    display: none;
}

.modal-aside-overlay.show {
    display: block;
}

/* ==========================================================================
   9. Search Bar
   ========================================================================== */

.top-search {
    position: relative;
    display: flex;
    align-items: center;
}

.search-toggle {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    background: none;
    border: none;
    padding: 5px;
    transition: var(--transition);
}

.search-toggle:hover {
    color: var(--primary-color);
}

.search-form-wrap {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 15px;
    display: none;
    z-index: 1000;
}

.search-form-wrap.active {
    display: block;
}

.search-form-wrap .form-control {
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.search-form-wrap .btn {
    border-radius: 0 4px 4px 0;
}

.search-form-wrap .input-group {
    width: 100%;
}

.mobile-apk-dropdown {
    position: relative;
}

.mobile-apk-dropdown details {
    position: relative;
}

.mobile-apk-dropdown details summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
    background-color: var(--primary-color);
    border-radius: 4px;
    transition: var(--transition);
}

.mobile-apk-dropdown details summary::-webkit-details-marker {
    display: none;
}

.mobile-apk-dropdown details summary::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 8px;
    font-size: 11px;
}

.mobile-apk-dropdown details[open] summary::after {
    content: '\f106';
}

.mobile-apk-dropdown details .dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    padding: 10px;
    min-width: 200px;
    z-index: 1000;
    margin-top: 5px;
}

.mobile-apk-dropdown details .dropdown-content a {
    display: block;
    padding: 8px 15px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    transition: var(--transition);
    border-radius: 3px;
}

.mobile-apk-dropdown details .dropdown-content a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* ==========================================================================
   10. Breadcrumbs
   ========================================================================== */

.breadcrumbs {
    padding: 15px 0;
    background-color: #f1f3f5;
    margin-bottom: 30px;
}

.breadcrumbs .breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs .breadcrumb-list li {
    font-size: 12px;
    color: #999;
}

.breadcrumbs .breadcrumb-list li a {
    color: #999;
    text-decoration: none;
    transition: var(--transition);
}

.breadcrumbs .breadcrumb-list li a:hover {
    color: var(--primary-color);
}

.breadcrumbs .breadcrumb-list li + li::before {
    content: '/';
    margin: 0 8px;
    color: #ccc;
}

.breadcrumbs .breadcrumb-list li.active {
    color: #333;
    font-weight: 600;
}

/* ==========================================================================
   11. Section Headers
   ========================================================================== */

.border_section {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.border_section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 2px;
}

/* ==========================================================================
   12. Post Cards
   ========================================================================== */

.card__post {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: var(--card-shadow);
    margin-bottom: 20px;
    overflow: hidden;
    transition: var(--transition);
}

.card__post:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.card__post__transition {
    transition: var(--transition);
}

.card__post__transition:hover {
    transform: translateY(-3px);
}

.card__post__img {
    position: relative;
    overflow: hidden;
}

.card__post__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card__post:hover .card__post__img img {
    transform: scale(1.05);
}

.card__post__img a {
    display: block;
}

.card__post__category {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.card__post__body {
    padding: 15px;
}

.card__post__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}

.card__post__title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: var(--transition);
}

.card__post__title a:hover {
    color: var(--primary-color);
}

.card__post__author-info {
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.card__post__author-info a {
    color: #999;
    margin-right: 10px;
}

.card__post__author-info a:hover {
    color: var(--primary-color);
}

.card__post__author-info span {
    margin-right: 10px;
}

.card__post__author-info i {
    margin-right: 4px;
}

.card__post__content {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.card__post-list {
    display: flex;
    flex-direction: row;
}

.card__post-list .card__post__img {
    flex: 0 0 120px;
    width: 120px;
    min-height: 90px;
}

.card__post-list .card__post__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card__post--overlay {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.card__post--overlay .card__post__img {
    height: 100%;
}

.card__post--overlay .card__post__img img {
    height: 100%;
    object-fit: cover;
}

.card__post--overlay .card__post__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    z-index: 2;
}

.card__post--overlay .card__post__title a {
    color: #fff;
}

.card__post--overlay .card__post__title a:hover {
    color: var(--primary-color);
}

.card__post--overlay .card__post__author-info {
    color: rgba(255,255,255,0.7);
}

.card__post--overlay .card__post__author-info a {
    color: rgba(255,255,255,0.7);
}

.card__post__views {
    font-size: 12px;
    color: #999;
}

.card__post__views i {
    margin-right: 4px;
}

/* ==========================================================================
   13. Category Color Tags
   ========================================================================== */

.category-tag {
    display: inline-block;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: var(--transition);
}

.category-tag:hover {
    color: #fff;
    opacity: 0.85;
}

.category-tag.orange,
.category-tag.actualite {
    background-color: #e67e22;
}

.category-tag.yellow,
.category-tag.salaires {
    background-color: #f1c40f;
    color: #333;
}

.category-tag.cyan,
.category-tag.mercato {
    background-color: #1abc9c;
}

.category-tag.blue,
.category-tag.exclusivite {
    background-color: #3498db;
}

.category-tag.green,
.category-tag.prognoses {
    background-color: #2ecc71;
}

.category-tag.purple {
    background-color: #9b59b6;
}

.category-tag.red {
    background-color: #e74c3c;
}

/* ==========================================================================
   14. Article Detail
   ========================================================================== */

.wrap__article-detail {
    margin-bottom: 40px;
}

.article__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.article__excerpt {
    font-size: 16px;
    font-style: italic;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.article__author-info {
    display: flex;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 20px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.article__author-info .author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    flex-shrink: 0;
}

.article__author-info .author-name {
    font-weight: 600;
    color: #1a1a2e;
    font-size: 14px;
}

.article__author-info .author-date {
    font-size: 12px;
    color: #999;
}

.article__author-info .author-date i {
    margin-right: 4px;
}

.article__featured-image {
    margin-bottom: 25px;
    border-radius: 4px;
    overflow: hidden;
}

.article__featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.article__content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.article__content p {
    margin-bottom: 20px;
}

.article__content h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.article__content h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
}

.article__content img {
    border-radius: 4px;
    margin: 15px 0;
}

.article__content ul,
.article__content ol {
    padding-left: 25px;
    margin-bottom: 20px;
}

.article__content li {
    margin-bottom: 8px;
}

.article__content blockquote {
    border-left: 4px solid var(--primary-color);
    padding: 15px 20px;
    margin: 20px 0;
    background-color: #f8f9fa;
    font-style: italic;
    color: #555;
    border-radius: 0 4px 4px 0;
}

.article__content blockquote p:last-child {
    margin-bottom: 0;
}

.article__content a {
    color: var(--link-color);
    text-decoration: underline;
}

.article__content a:hover {
    color: #1a5bb5;
}

.article__share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0;
    padding: 15px 0;
    border-top: 1px solid var(--border-color);
}

.article__share .share-label {
    font-weight: 600;
    font-size: 14px;
    margin-right: 15px;
    color: #1a1a2e;
}

.article__share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    margin-right: 8px;
    font-size: 14px;
    transition: var(--transition);
    text-decoration: none;
}

.article__share a:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.article__share a.facebook { background-color: #3b5998; }
.article__share a.twitter { background-color: #1da1f2; }
.article__share a.whatsapp { background-color: #25d366; }
.article__share a.telegram { background-color: #0088cc; }
.article__share a.linkedin { background-color: #0077b5; }
.article__share a.pinterest { background-color: #bd081c; }
.article__share a.email { background-color: #666; }

.article__tags {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.article__tags .tags-label {
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    color: #1a1a2e;
}

.article__tags a {
    display: inline-block;
    padding: 4px 12px;
    background-color: #f1f3f5;
    color: #666;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 6px;
    margin-bottom: 6px;
    text-decoration: none;
    transition: var(--transition);
}

.article__tags a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* ==========================================================================
   15. Author Profile
   ========================================================================== */

.wrap__profile {
    background-color: #fff;
    box-shadow: var(--card-shadow);
    border-radius: 4px;
    padding: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.profile__avatar {
    flex-shrink: 0;
    margin-right: 20px;
}

.profile__avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.profile__info {
    flex: 1;
}

.profile__info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 5px;
}

.profile__info p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.profile__social {
    display: flex;
    align-items: center;
}

.profile__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f1f3f5;
    color: #666;
    margin-right: 8px;
    font-size: 13px;
    transition: var(--transition);
    text-decoration: none;
}

.profile__social a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

@media (max-width: 575.98px) {
    .wrap__profile {
        flex-direction: column;
        text-align: center;
    }

    .profile__avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .profile__social {
        justify-content: center;
    }
}

/* ==========================================================================
   16. Single Navigation Cards
   ========================================================================== */

.single-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0;
}

.single-navigation-card {
    display: flex;
    background-color: #fff;
    box-shadow: var(--card-shadow);
    border-radius: 4px;
    overflow: hidden;
    flex: 1;
    transition: var(--transition);
    text-decoration: none;
}

.single-navigation-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.single-navigation-card .nav-thumb {
    flex: 0 0 120px;
    width: 120px;
    overflow: hidden;
}

.single-navigation-card .nav-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-navigation-card .nav-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.single-navigation-card .nav-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.single-navigation-card .nav-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.4;
    transition: var(--transition);
}

.single-navigation-card:hover .nav-title {
    color: var(--primary-color);
}

@media (max-width: 575.98px) {
    .single-navigation {
        flex-direction: column;
    }
}

/* ==========================================================================
   17. Sidebar
   ========================================================================== */

.sidebar {
    padding-left: 20px;
}

.widget {
    background-color: #fff;
    box-shadow: var(--card-shadow);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.widget-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a2e;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 2px;
}

/* Hot News Widget */
.hot-news-card {
    position: relative;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.hot-news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-news-card .hot-news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.hot-news-card .hot-news-overlay a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.3;
}

.hot-news-card .hot-news-overlay a:hover {
    color: var(--primary-color);
}

/* Social Widget */
.social-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.social-widget a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: var(--transition);
}

.social-widget a:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.social-widget a.facebook { background-color: #3b5998; }
.social-widget a.twitter { background-color: #1da1f2; }
.social-widget a.instagram { background-color: #e4405f; }
.social-widget a.youtube { background-color: #ff0000; }
.social-widget a.whatsapp { background-color: #25d366; }
.social-widget a.telegram { background-color: #0088cc; }
.social-widget a.tiktok { background-color: #000; }

/* Tags Widget */
.tags-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tags-widget a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #f1f3f5;
    color: #666;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    transition: var(--transition);
}

.tags-widget a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* Advertise Widget */
.advertise-widget img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.advertise-widget a {
    display: block;
}

/* Subscribe Widget */
.widget__form-subscribe {
    text-align: center;
}

.widget__form-subscribe p {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.widget__form-subscribe .form-control {
    margin-bottom: 10px;
    text-align: center;
}

.widget__form-subscribe .btn {
    width: 100%;
}

@media (max-width: 991.98px) {
    .sidebar {
        padding-left: 0;
        margin-top: 30px;
    }
}

/* ==========================================================================
   18. Bookmaker Styles
   ========================================================================== */

/* Archive Bookmaker Card */
.archive-bookmakers__card {
    background-color: #fff;
    box-shadow: var(--card-shadow);
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: var(--transition);
}

.archive-bookmakers__card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.bk-logo {
    margin-bottom: 15px;
}

.bk-logo img {
    max-width: 120px;
    height: auto;
}

.bk-bonus {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 1.2;
}

.bk-bonus span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-top: 3px;
}

.bk-rating {
    margin-bottom: 15px;
}

.bk-rating .fa-star {
    color: #f1c40f;
    font-size: 16px;
}

.bk-rating .fa-star.empty {
    color: #ddd;
}

.bk-rating .rating-value {
    font-weight: 700;
    color: #333;
    margin-left: 5px;
}

.bk-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bk-actions .btn {
    font-size: 13px;
    font-weight: 600;
}

/* Single Bookmaker Hero */
.single-bookmaker-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    margin-bottom: 30px;
}

.single-bookmaker-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26,26,46,0.95), rgba(3,3,3,0.85));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.hero-logo {
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
}

.hero-rating {
    margin-bottom: 15px;
}

.hero-rating .fa-star {
    font-size: 24px;
    color: #f1c40f;
}

.hero-rating .fa-star.empty {
    color: rgba(255,255,255,0.3);
}

.hero-rating .rating-text {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-top: 5px;
}

.hero-description {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-actions .btn-apk {
    display: inline-flex;
    align-items: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid var(--primary-color);
}

.hero-actions .btn-apk:hover {
    background-color: #27ae60;
    border-color: #27ae60;
}

.hero-actions .btn-apk i {
    margin-right: 8px;
}

.hero-actions .btn-site {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid #fff;
}

.hero-actions .btn-site:hover {
    background-color: #fff;
    color: #1a1a2e;
}

.hero-actions .btn-site i {
    margin-right: 8px;
}

/* Related Bookmakers Carousel */
.related-bookmakers-carousel-wrap {
    background-color: #f1f3f5;
    padding: 40px 0;
    margin: 30px 0;
}

.related-bookmakers-carousel-wrap .border_section {
    margin-bottom: 25px;
}

/* Legal Bookmaker Card */
.legal-bookmaker-card {
    display: flex;
    background-color: #fff;
    box-shadow: var(--card-shadow);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: var(--transition);
}

.legal-bookmaker-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.lbk-logo {
    flex: 0 0 150px;
    width: 150px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lbk-logo img {
    max-width: 100%;
    height: auto;
}

.lbk-info {
    flex: 1;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lbk-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.lbk-info p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

.lbk-bonus {
    flex: 0 0 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
}

.lbk-bonus .bonus-amount {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-color);
}

.lbk-bonus .bonus-label {
    font-size: 11px;
    color: #999;
    margin-top: 3px;
}

.lbk-actions {
    flex: 0 0 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    gap: 8px;
}

.lbk-actions .btn {
    width: 100%;
    font-size: 12px;
}

@media (max-width: 767.98px) {
    .legal-bookmaker-card {
        flex-direction: column;
    }

    .lbk-logo {
        flex: none;
        width: 100%;
        padding: 15px;
    }

    .lbk-bonus {
        flex: none;
        padding: 10px 15px;
    }

    .lbk-actions {
        flex: none;
        flex-direction: row;
        padding: 10px 15px;
    }
}

/* ==========================================================================
   19. Homepage Sections
   ========================================================================== */

/* Trending Carousel */
.trending-carousel {
    background-color: #f1f3f5;
    padding: 30px 0;
    margin-bottom: 30px;
}

.trending-card {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    margin: 0 10px;
    transition: var(--transition);
}

.trending-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

.trending-card .trending-img {
    position: relative;
    overflow: hidden;
    height: 180px;
}

.trending-card .trending-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.trending-card:hover .trending-img img {
    transform: scale(1.05);
}

.trending-card .trending-body {
    padding: 15px;
}

.trending-card .trending-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}

.trending-card .trending-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: var(--transition);
}

.trending-card .trending-title a:hover {
    color: var(--primary-color);
}

.trending-card .trending-meta {
    font-size: 12px;
    color: #999;
}

/* Bookmakers Carousel Section */
.bookmakers-carousel-section {
    padding: 30px 0;
    margin-bottom: 30px;
}

.bookmakers-carousel-section .border_section {
    margin-bottom: 25px;
}

/* Latest Posts Section */
.latest-posts-section {
    margin-bottom: 30px;
}

.post-card {
    display: flex;
    background-color: #fff;
    box-shadow: var(--card-shadow);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: var(--transition);
}

.post-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.post-card .post-thumb {
    flex: 0 0 260px;
    width: 260px;
    overflow: hidden;
}

.post-card .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.post-card:hover .post-thumb img {
    transform: scale(1.05);
}

.post-card .post-body {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-card .post-category {
    margin-bottom: 8px;
}

.post-card .post-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.post-card .post-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: var(--transition);
}

.post-card .post-title a:hover {
    color: var(--primary-color);
}

.post-card .post-meta {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.post-card .post-meta i {
    margin-right: 4px;
}

.post-card .post-meta a {
    color: #999;
}

.post-card .post-meta a:hover {
    color: var(--primary-color);
}

.post-card .post-excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Ajax Pagination */
.ajax-pagination {
    text-align: center;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.ajax-pagination a,
.ajax-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid var(--border-color);
    color: #666;
    background-color: #fff;
}

.ajax-pagination a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.ajax-pagination span.current,
.ajax-pagination a.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.ajax-pagination span.dots {
    border: none;
    background: none;
    color: #999;
}

@media (max-width: 767.98px) {
    .post-card {
        flex-direction: column;
    }

    .post-card .post-thumb {
        flex: none;
        width: 100%;
        height: 200px;
    }
}

/* ==========================================================================
   20. Slick Overrides
   ========================================================================== */

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: var(--primary-color);
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev::before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    line-height: 1;
}

.slick-next::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    line-height: 1;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    gap: 6px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    border: none;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    transition: var(--transition);
}

.slick-dots li.slick-active button {
    background-color: var(--primary-color);
    width: 24px;
    border-radius: 5px;
}

.slick-slide {
    outline: none;
}

/* ==========================================================================
   21. About Us Page
   ========================================================================== */

.page-about-us {
    padding: 30px 0;
}

.page-about-us .about-section {
    margin-bottom: 40px;
}

.page-about-us .about-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.page-about-us .about-section h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.page-about-us .about-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.page-about-us .about-image {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-about-us .about-image img {
    width: 100%;
    height: auto;
}

/* Team Members */
.team-members {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.team-card {
    background-color: #fff;
    box-shadow: var(--card-shadow);
    border-radius: 4px;
    padding: 25px;
    text-align: center;
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    transition: var(--transition);
}

.team-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

.team-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    display: block;
}

.team-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-card .team-role {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.team-card .team-bio {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.team-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f1f3f5;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    transition: var(--transition);
}

.team-social a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

@media (max-width: 991.98px) {
    .team-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 575.98px) {
    .team-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ==========================================================================
   22. Contact Page
   ========================================================================== */

.page-contact {
    padding: 30px 0;
}

.page-contact .contact-info {
    margin-bottom: 30px;
}

.page-contact .contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.page-contact .contact-info-item i {
    font-size: 20px;
    color: var(--primary-color);
    margin-right: 15px;
    margin-top: 3px;
}

.page-contact .contact-info-item h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}

.page-contact .contact-info-item p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

.contact-form {
    background-color: #fff;
    box-shadow: var(--card-shadow);
    border-radius: 4px;
    padding: 30px;
}

.contact-form label {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}

.contact-form .required {
    color: #e74c3c;
}

.contact-form .form-control {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    transition: var(--transition);
}

.contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.15);
}

.contact-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-form .btn-submit {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form .btn-submit:hover {
    background-color: #27ae60;
}

/* ==========================================================================
   23. Search Page
   ========================================================================== */

.search-results {
    padding: 30px 0;
}

.search-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.search-header h1 {
    font-size: 24px;
    margin-bottom: 5px;
}

.search-count {
    font-size: 14px;
    color: #999;
}

.search-results .post-card {
    margin-bottom: 20px;
}

.search-results .no-results {
    text-align: center;
    padding: 60px 20px;
}

.search-results .no-results h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.search-results .no-results p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

/* ==========================================================================
   24. Comments
   ========================================================================== */

.comments-area {
    margin-top: 40px;
    margin-bottom: 30px;
}

.comments-area .comments-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--border-color);
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}

.comment:last-child {
    border-bottom: none;
}

.comment .comment-avatar {
    float: left;
    margin-right: 15px;
}

.comment .comment-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.comment .comment-body {
    overflow: hidden;
}

.comment .comment-author {
    font-weight: 700;
    font-size: 14px;
    color: #1a1a2e;
    margin-bottom: 3px;
}

.comment .comment-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
}

.comment .comment-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.comment .comment-reply-link {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    margin-top: 8px;
    display: inline-block;
}

.comment .comment-reply-link:hover {
    color: #27ae60;
}

.comment .children {
    list-style: none;
    padding-left: 40px;
    margin: 0;
}

/* Comment Form */
.comment-form {
    margin-top: 30px;
}

.comment-form h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.comment-form label {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}

.comment-form .form-control {
    margin-bottom: 15px;
}

.comment-form textarea.form-control {
    min-height: 120px;
}

.comment-form .submit {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: var(--transition);
}

.comment-form .submit:hover {
    background-color: #27ae60;
}

/* ==========================================================================
   25. Back to Top
   ========================================================================== */

#return-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 1000;
    transition: var(--transition);
    box-shadow: 0 3px 10px rgba(46, 204, 113, 0.3);
}

#return-to-top.show {
    display: flex;
}

#return-to-top:hover {
    background-color: #27ae60;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.4);
}

/* ==========================================================================
   26. Download Button Block
   ========================================================================== */

.sportbet-download-btn {
    display: inline-flex;
    align-items: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: var(--transition);
}

.sportbet-download-btn:hover {
    background-color: #27ae60;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}

.sportbet-download-btn i {
    margin-right: 8px;
    font-size: 16px;
}

/* ==========================================================================
   27. FAQ Block
   ========================================================================== */

.sportbet-faq-block {
    margin: 25px 0;
}

.faq-item {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-question {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a2e;
    cursor: pointer;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    transition: var(--transition);
    user-select: none;
}

.faq-question:hover {
    background-color: #f1f3f5;
}

.faq-question::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    color: #999;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq-item.active .faq-question::after {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer-inner {
    padding: 15px 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.faq-answer-inner p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   28. Pros / Cons Block
   ========================================================================== */

.sportbet-pros-cons {
    display: flex;
    gap: 20px;
    margin: 25px 0;
}

.sportbet-pros-cons .pros {
    flex: 1;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    overflow: hidden;
}

.sportbet-pros-cons .cons {
    flex: 1;
    border: 2px solid #e74c3c;
    border-radius: 4px;
    overflow: hidden;
}

.sportbet-pros-cons .pros .pros-header {
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
}

.sportbet-pros-cons .cons .cons-header {
    background-color: #e74c3c;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
}

.sportbet-pros-cons .pros ul,
.sportbet-pros-cons .cons ul {
    list-style: none;
    padding: 15px 20px;
    margin: 0;
}

.sportbet-pros-cons .pros ul li,
.sportbet-pros-cons .cons ul li {
    padding: 8px 0;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid var(--border-color);
}

.sportbet-pros-cons .pros ul li:last-child,
.sportbet-pros-cons .cons ul li:last-child {
    border-bottom: none;
}

.sportbet-pros-cons .pros ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 13px;
    margin-top: 2px;
    flex-shrink: 0;
}

.sportbet-pros-cons .cons ul li::before {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #e74c3c;
    margin-right: 10px;
    font-size: 13px;
    margin-top: 2px;
    flex-shrink: 0;
}

@media (max-width: 575.98px) {
    .sportbet-pros-cons {
        flex-direction: column;
    }
}

/* ==========================================================================
   29. Archive Pages
   ========================================================================== */

.archive-featured {
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
}

.archive-featured .featured-main {
    flex: 1;
    min-height: 400px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.archive-featured .featured-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-featured .featured-main .featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 70%, transparent 100%);
}

.archive-featured .featured-main .featured-overlay .card__post__title {
    font-size: 22px;
}

.archive-featured .featured-main .featured-overlay .card__post__title a {
    color: #fff;
}

.archive-featured .featured-side {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 0 0 300px;
}

.archive-featured .featured-side .featured-side-item {
    flex: 1;
    min-height: 195px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.archive-featured .featured-side .featured-side-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-featured .featured-side .featured-side-item .featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
}

.archive-featured .featured-side .featured-side-item .card__post__title {
    font-size: 14px;
}

.archive-featured .featured-side .featured-side-item .card__post__title a {
    color: #fff;
}

.wrapper__list__article {
    margin-bottom: 30px;
}

.wrapper__list__article .article-item {
    display: flex;
    background-color: #fff;
    box-shadow: var(--card-shadow);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: var(--transition);
}

.wrapper__list__article .article-item:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.wrapper__list__article .article-thumb {
    flex: 0 0 260px;
    width: 260px;
    overflow: hidden;
}

.wrapper__list__article .article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wrapper__list__article .article-item:hover .article-thumb img {
    transform: scale(1.05);
}

.wrapper__list__article .article-body {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper__list__article .article-category {
    margin-bottom: 8px;
}

.wrapper__list__article .article-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.wrapper__list__article .article-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: var(--transition);
}

.wrapper__list__article .article-title a:hover {
    color: var(--primary-color);
}

.wrapper__list__article .article-meta {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.wrapper__list__article .article-meta i {
    margin-right: 4px;
}

.wrapper__list__article .article-excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .archive-featured {
        flex-direction: column;
    }

    .archive-featured .featured-side {
        flex: none;
        flex-direction: row;
    }

    .archive-featured .featured-side .featured-side-item {
        min-height: 150px;
    }

    .wrapper__list__article .article-item {
        flex-direction: column;
    }

    .wrapper__list__article .article-thumb {
        flex: none;
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .archive-featured .featured-side {
        flex-direction: column;
    }
}

/* ==========================================================================
   30. Pagination
   ========================================================================== */

.pagination-wrap {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.pagination-wrap .pagination {
    flex-wrap: wrap;
    gap: 3px;
}

.pagination-wrap .page-link {
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    min-width: 38px;
    text-align: center;
}

.pagination-wrap .page-link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.pagination-wrap .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination-wrap .page-item.disabled .page-link {
    color: #ccc;
    background-color: #f8f9fa;
}

/* ==========================================================================
   31. Utility Classes
   ========================================================================== */

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-overlay {
    position: relative;
}

.bg-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.z-1 {
    z-index: 1;
    position: relative;
}

.z-2 {
    z-index: 2;
    position: relative;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* ==========================================================================
   32. Print Styles
   ========================================================================== */

@media print {
    .topbar,
    .navigation-wrap,
    .sidebar,
    .footer,
    .site-footer,
    .article__share,
    .related-posts,
    .comments-area,
    #return-to-top,
    .breadcrumbs,
    .search-form-wrap,
    #modal_aside_right,
    .modal-aside-overlay,
    .slick-prev,
    .slick-next,
    .slick-dots,
    .ajax-pagination,
    .pagination-wrap {
        display: none !important;
    }

    body {
        font-size: 12pt;
        color: #000;
        background: #fff;
    }

    .container {
        max-width: 100%;
        width: 100%;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

    img {
        max-width: 100% !important;
    }

    .article__content {
        font-size: 12pt;
        line-height: 1.6;
    }
}

/* ==========================================================================
   33. Responsive (@media)
   ========================================================================== */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }

    .navigation-wrap .nav-link {
        font-size: 12px;
        padding: 15px 8px !important;
    }

    .post-card .post-thumb {
        flex: 0 0 220px;
        width: 220px;
    }

    .wrapper__list__article .article-thumb {
        flex: 0 0 220px;
        width: 220px;
    }

    .archive-featured .featured-side {
        flex: 0 0 260px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }

    .sidebar {
        padding-left: 0;
        margin-top: 30px;
    }

    .navigation-wrap .navbar-collapse {
        background-color: #1a1a2e;
        padding: 15px;
    }

    .navigation-wrap .nav-link {
        padding: 10px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .navigation-wrap .dropdown-menu {
        box-shadow: none;
        padding-left: 15px;
        background-color: rgba(255,255,255,0.05);
    }

    .article__title {
        font-size: 24px;
    }

    .card__post__title {
        font-size: 14px;
    }

    .team-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .hero-actions .btn-apk,
    .hero-actions .btn-site {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }

    body {
        font-size: 13px;
    }

    h1 { font-size: 1.6rem; }
    h2 { font-size: 1.4rem; }
    h3 { font-size: 1.2rem; }

    .article__title {
        font-size: 20px;
    }

    .article__content {
        font-size: 14px;
        line-height: 1.7;
    }

    .article__content blockquote {
        padding: 12px 15px;
    }

    .border_section {
        font-size: 16px;
    }

    .post-card {
        flex-direction: column;
    }

    .post-card .post-thumb {
        flex: none;
        width: 100%;
        height: 200px;
    }

    .post-card .post-title {
        font-size: 16px;
    }

    .wrapper__list__article .article-item {
        flex-direction: column;
    }

    .wrapper__list__article .article-thumb {
        flex: none;
        width: 100%;
        height: 200px;
    }

    .archive-featured {
        flex-direction: column;
    }

    .archive-featured .featured-main {
        min-height: 280px;
    }

    .archive-featured .featured-side {
        flex: none;
        flex-direction: row;
    }

    .archive-featured .featured-side .featured-side-item {
        min-height: 150px;
    }

    .card__post-list {
        flex-direction: column;
    }

    .card__post-list .card__post__img {
        flex: none;
        width: 100%;
        height: 180px;
    }

    .legal-bookmaker-card {
        flex-direction: column;
    }

    .lbk-logo {
        flex: none;
        width: 100%;
    }

    .lbk-bonus {
        flex: none;
    }

    .lbk-actions {
        flex: none;
        flex-direction: row;
    }

    .single-navigation {
        flex-direction: column;
    }

    .single-navigation-card .nav-thumb {
        flex: 0 0 90px;
        width: 90px;
    }

    .wrap__profile {
        flex-direction: column;
        text-align: center;
    }

    .profile__avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .profile__social {
        justify-content: center;
    }

    .sportbet-pros-cons {
        flex-direction: column;
    }

    .article__share a {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    body {
        font-size: 13px;
    }

    h1 { font-size: 1.4rem; }
    h2 { font-size: 1.25rem; }
    h3 { font-size: 1.1rem; }

    .topbar {
        display: none;
    }

    .article__title {
        font-size: 18px;
    }

    .article__excerpt {
        font-size: 14px;
    }

    .article__content {
        font-size: 13px;
    }

    .article__author-info {
        flex-direction: column;
        text-align: center;
    }

    .article__author-info .author-avatar {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .card__post__body {
        padding: 12px;
    }

    .card__post__title {
        font-size: 13px;
    }

    .border_section {
        font-size: 15px;
    }

    .widget {
        padding: 15px;
    }

    .contact-form {
        padding: 20px;
    }

    .team-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .archive-featured .featured-side {
        flex-direction: column;
    }

    .archive-featured .featured-main {
        min-height: 220px;
    }

    .archive-featured .featured-side .featured-side-item {
        min-height: 160px;
    }

    .hero-logo {
        max-width: 180px;
    }

    .hero-rating .fa-star {
        font-size: 18px;
    }

    .single-bookmaker-hero {
        padding: 40px 0;
    }

    .ajax-pagination a,
    .ajax-pagination span {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .trending-card .trending-img {
        height: 150px;
    }

    #return-to-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .faq-question {
        font-size: 14px;
        padding: 12px 15px;
    }

    .faq-answer-inner {
        padding: 12px 15px;
        font-size: 13px;
    }
}

/* ==========================================================================
   Empty State
   ========================================================================== */

.sportbet-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.sportbet-empty-state .fa {
    color: #dee2e6;
    margin-bottom: 20px;
    display: block;
}

.sportbet-empty-state h3 {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 10px;
}

.sportbet-empty-state p {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
