/* AFC Defaults */

:root {
    --primary: #005aae;
    --primary-shade-one: #023287;
    --primary-shade-two: #0039aa;
    --secondary: #ecf3ff;
    --text-offwhite: rgb(255, 255, 240);
    --alternative: #d39037;
    --font-headings: "Arsenal SC", "SCHABO Condensed", "Archivo", sans-serif;
    --font-body: "Archivo", sans-serif;
    --alt-font: "Arsenal SC", "SCHABO Condensed", "Archivo", sans-serif;
    --alt-font1: "Arsenal SC", "SCHABO Condensed", "Archivo", sans-serif;
    --gradient-one: linear-gradient( 180deg, rgba(0, 90, 174, 1) 6%, rgb(50, 79, 159) 80%);
    --gradient-two: linear-gradient( 0deg, rgba(0, 90, 174, 1) 10%, rgba(0, 90, 174, 20%), rgba(0, 90, 174, 0) 75%);
    --gradient-three: linear-gradient( 0deg, rgba(0, 90, 174, 1) 10%, rgba(0, 90, 174, 60%), rgba(0, 90, 174, 0) 75%);
    --gradient-four: linear-gradient( 0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    --gradient-five: linear-gradient( 0deg, rgba(211, 144, 55, 1) 10%, rgba(211, 144, 55, 60%), rgba(211, 144, 55, 0) 75%);
    --shadow-one: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
    --shadow-two: 0.5px 0.4px 2.2px rgba(0, 0, 0, 0.006), 1.3px 0.9px 5.3px rgba(0, 0, 0, 0.008), 2.4px 1.8px 10px rgba(0, 0, 0, 0.01), 4.2px 3.1px 17.9px rgba(0, 0, 0, 0.012), 7.9px 5.8px 33.4px rgba(0, 0, 0, 0.014), 19px 14px 80px rgba(0, 0, 0, 0.02);
}

@font-face {
    font-family: "VTF Redzone Classic";
    src: local("VTF Redzone Classic Classic"), local("VTF-Redzone-Classic-Classic"), url("/font/VTFRedzone-Classic.woff2") format("woff2"), url("/font/VTFRedzone-Classic.woff") format("woff"), url("/font/VTFRedzone-Classic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Redzone (Indoor Football League)";
    src: local("Redzone (Indoor Football League) Bold SemiCondensed"), local("Redzone-(Indoor-Football-League)-Bold-SemiCondensed"), url("/font/Redzone-BoldSemiCond.woff2") format("woff2"), url("/font/Redzone-BoldSemiCond.woff") format("woff"), url("/font/Redzone-BoldSemiCond.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
    background-color: var(--secondary);
}

.ql-video {
    width: 800px;
    height: 450px;
}

.r-hero__aside {
  width: 70%;
}


/* HEADER */

header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
}

.nav-core {
    display: block;
    width: 100%;
}

.nav-primary {
    display: flex;
    width: 100%;
    flex-flow: column;
    color: var(--text-offwhite);
}

.nav-top {
    display: flex;
    background-color: var(--primary-shade-one);
    width: 100%;
    padding: 5px 0;
}

.alert-type-one a {
    color: var(--primary) !important;
    text-decoration: none !important;
}

.nav-middle {
    background-color: var(--primary-shade-two);
    width: 100%;
    position: relative;
}

.logo-container,
.nav-middle-left,
.nav-middle-right {
    display: inline-flex;
    position: relative;
}

.nav-top-left,
.nav-top-right {
    display: inline-flex;
    width: 50%;
    align-items: center;
}

.nav-top-left {
    justify-content: flex-start;
    padding-left: 10%;
}

.nav-top-right {
    justify-content: flex-end;
    padding-right: 2%;
}

.nav-middle.main-nav {
    border-bottom: 5px solid var(--alternative);
}

.logo-wrap {
    width: 6rem;
    min-height: 1rem;
    position: relative;
}

.logo-wrap img {
    position: absolute;
}

.nav-middle.main-nav {
    padding: 20px;
}

.logo-wrap img {
    position: absolute;
    top: -4rem;
}

.alert-type-one.uk-alert {
    margin: 0;
}

.alert-type-one {
    border-radius: 5rem;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 600;
}

span.nav-item-round {
    background: var(--primary-shade-two);
    color: var(--secondary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.nav-item-round i {
    font-size: 20px;
}

span.nav-item-round img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

li.lang-select img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 1rem;
}

.uk-navbar-nav {
    gap: 10px;
    align-items: center;
}

span.btn-img img {
    width: 30px;
    height: 30px;
}


/* span.btn-img i {
    font-size: 20px;
} */

ul.uk-navbar-nav button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 800;
    color: var(--text-offwhite);
    cursor: pointer;
}

.uk-button {
    font-family: var(--font-body) !important;
}

button.uk-button.uk-button-default.btn-afc-min {
    border: none;
}

button.uk-button.uk-button-default.btn-afc-secondary {
    background-color: var(--alternative);
    border: none;
    border-radius: 0.3rem;
}

ul.uk-navbar-nav button label {
    padding-left: 1rem;
}

.nav-middle-left {
    width: 50%;
    /* padding-left: 4%; */
}

.nav-middle-right {
    width: 40%;
    justify-content: end;
}

.nav-middle.main-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.fullwidth-nav {
    left: 0 !important;
    width: 800px !important;
    overflow: hidden;
}

.fullwidth-nav .uk-navbar-dropdown-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.nav-bottom-cols {
    width: 100%;
    margin-top: 1rem;
}

.nav-bottom-cols .uk-card {
    padding: 0;
}

.nav-bottom-cols .uk-inline-clip:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.card-inner-teams-results span,
.uk-button,
span.cta-app-section,
.fxture {
    font-family: var(--alt-font);
    text-transform: uppercase;
}

.nav-middle-right .uk-navbar-nav a,
.nav-middle-left .uk-navbar-nav a {
    font-weight: 600;
    font-family: var(--alt-font);
    font-size: 1.3rem;
    text-transform: uppercase;
}

.nav-middle-left .uk-navbar-nav a {
    color: var(--text-offwhite);
}

.nav-middle-right .uk-navbar-nav a {
    color: var(--alternative);
}

.uk-navbar-dropdown.fullwidth-nav.uk-drop a,
.nav-middle-left .uk-navbar-dropdown a {
    color: initial;
    font-weight: initial;
}

.uk-navbar-dropdown li a {
    color: var(--primary-shade-two) !important;
}

.nav-top span,
.nav-top label,
.inner-hero-tags a,
.card-tag .uk-label {
    font-family: var(--font-body) !important;
}

.uk-navbar-nav li {
    transition: border-width 1s linear;
    border-top: 0;
}

.uk-navbar-nav li:hover {
    border-top: 2px solid red;
    background: rgba(0, 0, 0, 0.07);
}

.uk-navbar-dropdown li:hover {
    border-top: none;
    /* border-radius: 1rem; */
}

.uk-navbar-dropdown li {
    padding: 3px 9px !important;
    text-align: center;
    transition: all 300ms;
}

.uk-navbar-nav li {
    border-top: 2px solid transparent;
    padding: 0 5px;
}

.nav-middle-left .uk-navbar-nav li {
    white-space: nowrap;
}

.fullwidth-nav-right {
    left: -350px !important;
    width: 800px !important;
    overflow: hidden;
}

.fullwidth-nav-right .uk-navbar-dropdown-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.afc-carousel {
    width: 100%;
    /* Set your preferred width */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.hero-slides {
    display: flex;
    transition: all 500ms ease;
}

.afc-slide {
    /* flex: 0 0 50%; */
    flex: 0 0 100%;
    height: 90vh;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 10px; */
    cursor: pointer;
    background-size: cover;
    transition: all 500ms ease;
    overflow: hidden;
}


/* .afc-slide:hover {
  flex: 0 0 60%;
  transition: all 500ms ease;
  transform: scale(1.1);
} */

.players-section .uk-inline-clip::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--gradient-two);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.bgtop {
    background: rgb(14, 49, 137);
    background: var(--gradient-two);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

span.ovrlay {
    width: 100%;
    height: 90vh;
    position: absolute;
    bottom: 0;
    background: rgb(14, 49, 137);
    background: var(--gradient-two);
}

.emptspc {
    padding-left: 4rem;
}

span.hero-meta {
    position: absolute;
    width: 45%;
    overflow: hidden;
    bottom: 0;
}

.team-inner.pllist .uk-card {
    background: var(--gradient-one);
    border-radius: 0.8rem;
}

.team-inner.pllist .uk-card:hover {
    background: var(--alternative) !important;
}

.team-inner.pllist span.pos-player {
    display: none;
}

h1.hero-title,
h1.hero-title a,
.uk-slideshow-items h2 {
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    color: var(--secondary);
    font-family: var(--alt-font1);
    text-transform: uppercase;
    /* text-shadow:
   -.3px -.3px 0 var(--primary),  
    .3px -.3px 0 var(--primary),
    -.3px .3px 0 var(--primary),
     .3px .3px 0 var(--primary); */
    text-shadow: 1px 1px 2px var(--primary-shade-two);
    transition: all 300ms;
    text-decoration: none;
}

.caption-div {
    top: calc(65% - var(--uk-position-margin-offset));
}

.afc-slide:hover h1.hero-title {
    /* font-size: 44px; */
    transition: all 300ms;
}

.inner-hero-tags a {
    color: var(--secondary);
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    opacity: 0.8;
}

.inner-hero-tags a:hover {
    opacity: 1;
}

.w-line-separator {
    /* border-top: 1px solid var(--alternative); */
    text-align: center;
}

.spacer-div-hero {
    width: 100%;
    height: 5rem;
    background: var(--primary-shade-two);
}

.uk-section.bg-gradient-one {
    background: var(--gradient-one);
    position: relative;
}

.floating-results-one {
    background: var(--primary-shade-one);
    padding: 10px;
    border-radius: 0.8rem;
}

.shadow-one {
    box-shadow: var(--shadow-one);
}

.card-tag {
    display: flex;
    flex-flow: column;
}

h3.comp-label {
    margin-bottom: 0;
    text-align: center;
}

.card-inner-teams-results {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.home-team-item img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}

.posts-type-one img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.player-card-details .uk-text-center {
    text-align: left !important;
}

.player-card-details span.uk-heading-divider {
    font-size: 1rem;
    display: grid;
    line-height: 1;
}

.results-fixtures-carousel .uk-slidenav-previous {
    top: 1rem;
    left: 1rem;
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.results-fixtures-carousel .uk-slidenav-next {
    top: 1rem;
    right: 1rem;
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.player-card-details .uk-grid div:last-child {
    text-align: right;
    padding-right: 2rem;
}

span.pos-player {
    font-family: var(--font-display);
    font-size: 1.15rem;
    color: var(--alternative);
    font-weight: 800;
}

.player-card-details .uk-grid div:last-child {
    text-align: right;
    padding-right: 2rem;
}


/* .player-card-details .uk-grid .uk-first-column span:not(.uk-heading-divider) {
    display: none;
} */

.posts-type-one .uk-card:hover h3,
.posts-type-one .uk-card:hover,
.desc-container .uk-card-title:hover {
    color: white !important;
}

.latestnews .posts-type-one .uk-card:hover,
.latestnews .posts-type-one .uk-card:hover h3,
.latestnews .posts-type-one .uk-card:hover .uk-card-title,
.latestnews .posts-type-one .uk-card:hover a {
    color: var(--primary) !important;
}

.latestnews .posts-type-one .uk-card:hover .post-tag a {
    color: var(--primary) !important;
}

span.date {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.home-team-item {
    width: 40%;
}

.home-team-item {
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
}

.home-team-score {
    width: 17%;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    background: var(--primary-shade-two);
    margin: 2px;
    border-radius: 0.4rem;
    height: 20%;
}

.home-team-score h3 {
    font-size: 2rem;
    margin-bottom: 0;
}

.results-card-minimal-one {
    padding: 10px;
    background: var(--alternative);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.results-card-minimal-one.upcoming-game {
    background: transparent;
}

.comp-label {
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom: 0.1rem;
    margin-top: 1rem;
}

@media (max-width: 1024px) {
    .comp-label {
        font-size: 10px;
    }
}

.results-card-minimal-one.upcoming-game h3 {
    color: var(--primary);
}

.results-card-minimal-one.upcoming-game {
    background: white;
}

.results-card-minimal-one.upcoming-game .card-tag {
    color: var(--primary-shade-two);
}

.game-time h3 {
    font-size: 38px;
}

.upcoming-game .uk-label {
    background: none;
    text-align: center;
}

.card-tag .uk-label {
    margin-top: 0.3rem;
}

.floating-results-one .uk-position-center-left.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav-previous.uk-slidenav,
.floating-results-one .uk-position-center-right.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav-next.uk-slidenav {
    background: var(--gradient-one);
    height: 100%;
    display: flex;
    align-items: center;
}

.floating-results-one a.uk-position-center-left.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav-previous.uk-slidenav {
    left: -1rem;
}

.floating-results-one a.uk-position-center-right.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav-next.uk-slidenav {
    right: -1rem;
}


/* .uk-position-center.ovrlay-card {
    background: rgba(0,0,0,.5);
    width: calc(100% - 15px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    display: none;
}

.results-card-minimal-one:hover .uk-position-center.ovrlay-card {
    display: flex;
} */

.results-card-minimal-one:not(:hover) .home-team-item {
    scale: 1;
    transition: all 1s;
}

.results-card-minimal-one:hover .home-team-item {
    scale: 1.1;
    transition: all 1s;
}

.spacer-4r {
    height: 6rem;
}

.spacer-3r {
    height: 2rem;
}

.floating-results-one.light-bg {
    background: white;
    margin-top: -18rem;
}

.bg-white-type-two {
    position: relative;
}

.bg-white-type-two .widget-header-wrapper.light .widget-header__title {
    color: var(--primary);
}

.bg-white-type-two .widget-header-wrapper:before {
    background-color: var(--alternative);
}

.bg-white-type-two::before {
    background-image: url(/img/bg-two.svg);
    mix-blend-mode: soft-light;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3rem;
    content: "";
    opacity: 1;
    left: -7rem;
}

.uk-section.bg-white-type-two:after {
    background: var(--primary-shade-two);
    height: 100%;
    width: 40%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
}

.uk-section.bg-gradient-one:before {
    background-image: url(/img/zigzag.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    mix-blend-mode: screen;
    opacity: 0.2;
}

.floating-results-two.bg-white {
    background-color: white;
}

.uk-section.pull-top-one {
    margin-top: -6rem;
    position: relative;
}

.uk-section.pull-top-two {
    margin-top: -16rem;
    position: relative;
}

.posts-type-one {
    background: white;
    padding: 20px;
}

.widget-header__title {
    line-height: 1rem;
    padding: 1.5rem 0 0;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--primary);
}

.widget-header__title--small {
    font-size: 2.8rem;
    padding-bottom: 0.2rem;
}

.widget-header-wrapper {
    display: flex;
    margin-bottom: 3.2rem;
    position: relative;
    border-radius: 0.4rem 0.4rem 0 0;
    background-color: #fff;
    padding: 0 2.4rem;
    z-index: 30;
}

.widget-header-wrapper--small {
    display: inline-flex;
    z-index: 20;
}

.widget-header-wrapper--small .widget-header-wrapper__header {
    flex-grow: unset;
    margin-right: 1.6rem;
}

.widget-header-wrapper--small .widget-header-wrapper__content {
    display: flex;
}

.widget-header-wrapper--small .filter-list--desktop {
    display: flex;
    height: calc(100% - 0.2rem);
    margin: 0;
}

.widget-header-wrapper--small .custom-select:after,
.widget-header-wrapper--small .filter-list--floating {
    display: none;
}

.widget-header-wrapper--small .custom-select__display {
    padding: 1rem 5.7rem 0.9rem 1.6rem;
}

.widget-header-wrapper--small .custom-select__title {
    margin-bottom: 0.5rem;
}

.widget-header-wrapper--small .custom-select__options {
    padding: 0 1.5rem;
}

.widget-header-wrapper--small .custom-select__option {
    line-height: 2.6;
}

.widget-header-wrapper--transparent {
    background: none;
}

.widget-header-wrapper--no-padding {
    padding: 0;
}

.widget-header-wrapper--no-padding:after,
.widget-header-wrapper--no-padding:before {
    left: 0 !important;
}

.widget-header-wrapper:after,
.widget-header-wrapper:before {
    content: "";
    position: absolute;
    z-index: 10;
    pointer-events: none;
}

.widget-header-wrapper:before {
    height: 0.1rem;
    background-color: #e5e5e5;
    bottom: 0.1rem;
    left: 2.4rem;
    right: 2.4rem;
}

.widget-header-wrapper:after {
    bottom: 0;
    left: 2.4rem;
    width: 8rem;
    height: 0.3rem;
    border-radius: 0.2rem;
    background-color: red;
    pointer-events: none;
}

.widget-header-wrapper__header {
    flex: 1;
    align-self: center;
}

.widget-header-wrapper__content {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    z-index: 20;
}

.widget-header-wrapper__content--pin-right {
    margin-right: -2.4rem;
}

@media (max-width: 840px) {
    .widget-header-wrapper {
        margin-bottom: 2.4rem;
    }
}

@media (max-width: 900px) {
    .widget-header-wrapper {
        padding: 1rem 1.2rem 0.5rem;
    }
    .widget-header-wrapper:before {
        left: -6rem;
        right: -6rem;
        bottom: 0.1rem;
    }
    .widget-header-wrapper:after {
        width: 4rem;
        left: 1rem;
        bottom: 0;
    }
    .widget-header-wrapper__header {
        padding-bottom: 0.8rem;
    }
    .widget-header-wrapper__content--fixed-mobile {
        position: fixed;
        bottom: 5rem;
        width: 100%;
        text-align: center;
        left: 0;
    }
    .widget-header__title {
        font-size: 2.1rem;
        line-height: 2.8rem;
        padding: 0.6rem 0;
    }
    .widget-header__link-to {
        padding: 0 0 0.8rem;
    }
}

@media (max-width: 640px) {
    .hero-container {
        height: 90vh;
    }
    .afc-carousel {
        height: 90vh;
    }
    .hero-slides {
        height: 90vh;
    }
    .widget-header-wrapper--small {
        margin-bottom: 1.2rem;
    }
    .widget-header-wrapper--small .widget-header-wrapper__header {
        margin-right: 0.8rem;
    }
    .widget-header-wrapper--small .custom-select__display {
        min-width: 10.8rem;
        padding: 1rem 4.2rem 1rem 0.8rem;
    }
    .widget-header-wrapper--small .custom-select__title {
        font-size: 0.8rem;
        margin-bottom: 0;
    }
    .widget-header-wrapper--small .custom-select__current {
        font-size: 1.2rem;
    }
    .widget-header-wrapper--small .custom-select__chevron {
        height: 1.1rem;
        width: 1.1rem;
    }
    .widget-header-wrapper--small .custom-select__options {
        padding: 0 1rem;
    }
    .widget-header-wrapper--small .custom-select__option {
        font-size: 1.2rem;
    }
    .widget-header--subheader .widget-header__title {
        font-size: 1.6rem;
        padding: 0.5rem 0;
    }
}

.posts-type-one .uk-scrollspy-inview {
    padding: 0;
    border-radius: 0.5rem;
}

.desc-container {
    padding: 15px;
    position: relative;
    transition: border-width 0.2s ease;
}

.desc-container .uk-card-title {
    font-family: var(--font-body);
    color: var(--primary);
    line-height: 1;
    font-size: 1.2rem;
}

.bottompart p {
    font-size: 12px;
}

p.text-right {
    text-align: right;
    font-size: 16px;
}

.widget-header-wrapper.light {
    background: transparent;
}

.widget-header-wrapper.light .widget-header__title {
    color: white;
}

.playershomebtn {
    background-color: white;
}

.playershomebtn:hover {
    background-color: var(--alternative);
    color: white;
}

.players-section .uk-section {
    padding-top: 0;
}

.players-section ul.uk-tab {
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 4rem;
}

.results-fixtures-carousel .uk-tab::before {
    border-bottom: none !important;
}

.results-fixtures-carousel .uk-tab>*>a {
    color: var(--secondary) !important;
    font-weight: 800;
    font-size: 1.1rem;
}

.results-fixtures-carousel .uk-tab>.uk-active>a {
    border-color: red !important;
}

.players-section .uk-grid {
    margin-left: -15px;
}

.players-section .uk-card-body {
    padding: 0;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.player-card-details {
    position: absolute;
    bottom: 0;
    z-index: 8;
    padding: 5px 10px;
    width: 100%;
    overflow: hidden;
    left: 0;
}

.player-card-details span {
    font-family: var(--font-body);
}

.player-card-details span {
    font-family: var(--font-body);
    font-size: 1.6rem;
    color: var(--secondary);
}

span.secondname {
    font-weight: 800;
}

span.plyr-number {
    font-size: 5rem;
    font-weight: 800;
    -webkit-text-stroke: 1px var(--primary);
}

.player-card-details .uk-column-1-2 {
    align-items: center;
    justify-content: center;
    display: flex;
    align-content: center;
}

.player-card-details .uk-grid {
    align-items: center;
}

.desc-container::before {
    position: absolute;
    content: "";
    border-top: 3px solid red;
    width: 10rem;
    top: 0;
    visibility: hidden;
    z-index: 9999;
}

.desc-container:hover .desc-container::before {
    visibility: visible;
}

.latest-featured-game img {
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.uk-overlay-primary {
    background: rgba(26, 26, 26, 0.65);
}

.highlight-score-section .uk-card {
    /* background: transparent; */
    color: white;
    font-family: var(--alt-font);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.highlight-score-section .uk-card span {
    font-family: var(--alt-font);
    text-transform: uppercase;
    font-weight: 600;
}

.highlight-score-section img {
    height: 90px;
}

.highlight-score-section .uk-column-1-2 {
    align-items: center;
    justify-content: center;
    display: flex;
    align-content: center;
    text-align: center;
}

.highlight-score-section .uk-grid {
    display: flex;
    align-items: center;
    margin-top: 0;
}

.home-posts {
    background: white;
}

.posts-type-one .uk-grid,
.posts-type-two .uk-grid {
    margin-left: -15px;
}

.posts-type-one .uk-card:hover {
    background: var(--primary);
    color: white;
    box-shadow: var(--shadow-two);
}

.posts-type-one .uk-card:hover a {
    color: white;
    transition: all 1s;
}


/* .afc-main::before {
    background-image: url(/img/bg-two.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    mix-blend-mode: normal;
    opacity: 1;
} */

.uk-inline.latest-featured-game {
    overflow: hidden;
}

.highlight-score-section .uk-card {
    box-shadow: none;
    padding: 0;
}

.playr-profile-info .uk-card:hover,
.team-display .uk-card:hover {
    background: white;
    color: initial !important;
}

.team-display .uk-card {
    padding: 0;
    overflow: hidden;
}

.team-inner.pllist .team-display .uk-card {
    height: 20rem;
}

.team-inner.pllist .posts-type-one img {
    height: 20rem;
}

.playr-profile-info .uk-card {
    text-align: left;
}

.highlight-score-section .uk-card p {
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 0;
}

span.uk-label.outline {
    padding: 0px 30px;
    font-size: 1.4rem;
    border: 1px solid white;
    background: transparent;
    color: white;
}

p.stadium-details {
    padding-top: 2rem;
    font-family: var(--font-body);
    text-decoration: underline;
}

.bg-white-type-two .widget-header-wrapper {
    margin-bottom: 0;
}

.bg-white-type-two .uk-grid {
    margin-left: 0;
    position: relative;
    z-index: 99;
}

a.widget-header__link-to {
    background: white;
    display: flex;
    padding: 5px 15px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.bg-white-type-two .uk-card {
    padding: 0;
}

.bg-white-type-two .uk-card:hover {
    background: white;
    color: initial;
    cursor: pointer;
}

.shop-home-section .uk-card-body {
    background: #ddd;
    padding: 10px;
    text-align: center;
}

.shop-home-section img {
    width: 270px;
    margin: auto;
    text-align: center;
    display: flex;
    max-height: 15rem;
    object-fit: contain;
}


/* .product-elem {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #ddd;
    position: absolute;
    top: -2rem;
    left: 1rem;
} */

.uk-card-body {
    position: relative;
}

.shop-home-section .uk-card-title {
    margin-top: 0;
    color: var(--primary);
}

.brd-down {
    border-bottom: 0.6rem solid red;
}

.app-section {
    overflow: hidden;
    border-radius: 0.8rem;
    position: relative;
}

.app-section .uk-grid div {
    background: transparent;
    box-shadow: none !important;
    text-align: left;
}

.bg-primary::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/img/pattern3.svg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: -4rem;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 0.6;
}

.phone-cont {
    width: auto;
    height: auto;
}

span.cta-app-section {
    font-size: 5rem;
    display: block;
    color: white;
    line-height: 1;
    font-family: "SCHABO Condensed", "Arsenal SC", "Archivo", sans-serif;
}

.app-section .cta-normal {
    font-family: "SCHABO Condensed", "Arsenal SC", "Archivo", sans-serif;
}

span.o-text {
    -webkit-text-stroke: 2px white;
    color: transparent;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}

.bg-primary {
    background: var(--primary);
    position: relative;
    max-height: 30rem;
    overflow: hidden;
}

.app-section .uk-button {
    /* background: white; */
    font-weight: 700;
}

.phone-cont img {
    height: 35rem;
}

.pst-type2::before {
    background: var(--gradient-three);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.overlay2 {
    z-index: 9;
}

.inner-fixtures {
    display: flex;
    width: 100%;
    flex-flow: column;
    text-align: center;
    background: white;
    padding: 30px 0;
    border-radius: 1rem;
}

.inner-fixtures:hover {
    box-shadow: var(--shadow-two);
    cursor: pointer;
}

.teams-inner-container {
    display: flex;
}

.teams-inner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.team-disp-1 img {
    height: 60px;
}

.scr-card {
    background: #bbb;
    padding: 5px;
    border-radius: 0.3rem;
    color: white;
}

span.hm-team-score {
    font-size: 1.3rem;
    color: white !important;
}

.fxtures-home li {
    border-radius: 1rem;
}

.inner-fixtures,
.inner-fixtures h3,
.inner-fixtures span {
    color: var(--primary);
    font-size: 1.5rem;
}

.inner-fixtures p {
    font-size: 14px;
    display: flex;
    flex-flow: column;
    margin: 0;
}

.inner-fixtures,
.inner-fixtures p {
    font-family: var(--font-body) !important;
}

.faintcol {
    color: var(--alternative) !important;
    padding: 10px;
}

.fixtures-two .widget-header-wrapper {
    background-color: transparent !important;
}

.inner-fixtures p {
    color: #555;
}

.fxtures-home {
    margin-left: 0px;
}

.prim-color span {
    color: var(--primary);
}

.fixtures-two .uk-card {
    background: transparent;
    box-shadow: none;
    padding: 15px;
}

.uk-heading-line> ::before,
.uk-heading-line> ::after {
    border-bottom: calc(0.2px + 0.05em) solid var(--primary);
}


/* Footer */

footer.afc-footer {
    background: var(--primary-shade-one);
    min-height: 10rem;
    position: relative;
    overflow: hidden;
}

h1.ftr-highlight-txt {
    color: var(--alternative) !important;
    text-align: center;
    font-size: 4rem;
    font-family: var(--font-headings);
    z-index: 9999;
}

h1.ftr-highlight-txt.ftr-highlight-txt--script {
    font-family: "Dancing Script", cursive;
    color: var(--alternative) !important;
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 0;
    animation: ftr-tagline-float 3.5s ease-in-out infinite;
}

.players-section .widget-header__title {
  color: white !important;
}

@keyframes ftr-tagline-float {
    0%,
    100% {
        transform: translateY(0);
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    }
    50% {
        transform: translateY(-4px);
        filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.2));
    }
}

.afc-footer .uk-card.uk-card-default.uk-card-body {
    background: transparent;
    box-shadow: none;
    padding: 10px;
}

.socialmediacontainer li a {
    background: transparent;
    font-size: 35px;
    text-decoration: none;
}

.afc-footer .sponsors img {
    filter: brightness(0) invert(1);
}

a.uk-icon.uk-totop {
    background: white;
    color: var(--primary);
    font-size: 7rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 9;
}

a.uk-icon.uk-totop:hover {
    background: var(--alternative);
    color: white;
    scale: 1.1;
    animation: inherit;
    transition: all 1s;
}

.uk-bg-highlight.uk-padding {
    background: var(--alternative);
    opacity: 0.8;
    color: white;
    text-align: left;
}

.about-card.about-card--dark h1.headings-normal {
  color: white !important;
}

.uk-section.full100 {
    padding-bottom: 0;
}

.ftr-logo img {
    height: 6rem;
}

.ftr-contact-details {
    text-align: left;
}

.uk-bg-highlight a {
    color: white;
    font-weight: 600;
}


/* Inner Pages */

.uk-section.head-inner {
    padding: 0;
}

.bg-h-light {
    background: white !important;
}

.plyr-container img,
.player-no {
    position: absolute;
    z-index: 9;
    width: 25rem;
    left: 50%;
    transform: translate(-50%);
}

.plyr-container img {
    z-index: 9;
}

.player-no {
    z-index: 5;
}

.uk-bg-highlight.bg-h-light.uk-padding {
    opacity: 1;
}

.players-section-container {
    height: 25rem;
    overflow: hidden;
    position: relative;
}

.player-pos h1 {
    font-size: 30rem;
    /* opacity: .4; */
    color: transparent;
    -webkit-text-stroke: 1px var(--primary);
}

.player-pos h2 {
    margin: 0;
}

.player-pos h2 {
    font-size: 5rem;
    opacity: 0.2;
}

.player-details-info {
    text-align: left;
    padding: 0 0 0 4rem;
}

.player-details-info h3 {
    font-size: 6rem;
}

.player-details-info h3 {
    line-height: 1;
}

.player-pos {
    /* transform: rotate(-90deg); */
    position: absolute;
    left: 5rem;
    bottom: -8rem;
}

.playr-profile-info .uk-tab {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 0;
    background: white;
    padding: 10px;
}

.playr-profile-info .uk-tab li.uk-active a {
    background: #eee !important;
    border: none !important;
}

.playr-profile-info .uk-tab>*>a {
    color: var(--primary) !important;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.3rem;
    padding: 5px 30px;
    font-size: 1.5rem;
    font-family: var(--alt-font);
    text-transform: uppercase;
    font-weight: 600;
}

.stats-inner .widget-header-wrapper::after {
    margin-bottom: 0 !important;
}

.sec-relative {
    position: relative;
    overflow: hidden;
}

img.icon-item {
    width: 30px;
}

span.title-sm-tp {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary);
}

.uk-section.mt-sml {
    padding-top: 0;
}

img.icon-item {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    padding: 5px;
}

.title-sm-tp,
.title-sm-main {
    text-align: left !important;
}

.afc-footer .uk-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.socialmediacontainer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.socialmediacontainer li {
    list-style: none;
    padding: 15px;
    font-size: 3rem;
}

.socialmediacontainer a {
    color: rgba(255, 255, 255, 0.7);
}

.page-brdc .uk-background-cover::after {
    background: linear-gradient( 267deg, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}

.team-inner.pllist .player-card-details {
    background: var(--gradient-three);
}

.player-card-details .uk-label {
    font-size: 15px;
    background: red;
    text-shadow: none;
    margin-bottom: 3px;
}

.team-inner.pllist li:hover .player-card-details {
    background: var(--gradient-five) !important;
}

.team-inner.pllist li:hover .player-card-details span {
    text-shadow: 2px 4px 6px #555;
}

.team-inner.pllist li:hover span.plyr-number {
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke: 1px white;
}

span.primarysort {
    color: var(--primary);
    position: absolute;
    right: 5rem;
}

.plyrposition li a {
    color: var(--primary) !important;
    font-weight: 800;
}

.topsort {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    background: var(--secondary);
}

.topsort h1 {
    margin-bottom: 0 !important;
}

.player-card-details span {
    text-shadow: 2px 4px 6px var(--primary);
}

.newstitleheader {
    text-wrap: wrap;
    background: rgba(0, 0, 0, 0.04);
    padding: 10px;
}

.team-display .uk-grid-margin {
    margin-top: 1rem;
}

h1.page-title {
    position: absolute;
    color: white;
    top: 15%;
    z-index: 9;
}

.team-inner .widget-header-wrapper {
    margin-top: 4rem;
}

.team-inner .widget-header-wrapper.first {
    margin-top: 0;
}

.newstitleheader h5 {
    font-family: var(--font-headings) !important;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary);
}

.z-back .uk-background-cover::after {
    z-index: 1;
}

.z-back h1 {
    z-index: 9;
    width: 60%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3.3rem;
}

.stadium-features h3 {
    text-transform: uppercase;
}

/* .management-grid .uk-card-body::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: -17px;
    display: block;
    right: 0;
    border-radius: 50%;
    background: var(--alternative);
    opacity: 0.2;
} */

.page-brdc.z-back .uk-background-cover::after {
    background: rgba(0, 0, 0, 0.6);
}

.post-metas {
    background: white;
    box-shadow: var(--shadow-one);
    border-radius: 5rem;
}

.meta-sec {
    z-index: 2;
    margin-top: -2rem;
    position: relative;
}

.post-metas .uk-padding {
    padding: 0.3rem;
}

.post-metas img {
    border-radius: 50%;
}

.post-metas div {
    text-align: left;
}

.post-metas {
    color: var(--primary);
    font-weight: 600;
}

.post-metas div {
    align-items: center;
    display: flex;
}

.post-metas span {
    padding-left: 1rem;
}

.news-engagement-bar {
    position: relative;
    z-index: 5;
}

.news-engagement-bar a,
.news-engagement-bar button,
.news-engagement-bar form {
    position: relative;
    z-index: 6;
    pointer-events: auto;
}

.time-col {
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    text-align: right;
    justify-content: center;
}

.fixtures-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0;
}

ul.uk-tab.fxture-tabs {
    margin-bottom: 0 !important;
    background: var(--alternative) !important;
    justify-content: center;
}

li.uk-active.tab-itm {
    background: white;
}

li.uk-active.tab-itm a {
    color: var(--alternative);
    font-weight: 600;
}

.tab-itm a {
    font-weight: 600;
    color: white;
    font-size: 1.2rem;
}

.games-fixtures {
    background: white;
}

.games-fixtures .uk-padding {
    padding: 10px;
}

.games-fixtures .uk-grid {
    align-items: center;
}

.games-fixtures .uk-grid div {
    display: flex;
}

.games-fixtures .widget-header-wrapper {
    padding: 0;
}

.right-sep {
    padding-right: 10px;
    display: flex;
    flex-flow: column;
    text-align: left;
    margin-right: 1rem;
    border-right: 1px solid #ccc;
}

span.heading-title {
    font-weight: 600;
    color: var(--primary);
}

.games-fixtures .team-disp-1 {
    align-items: center;
    justify-content: center;
    align-content: center;
}

.games-fixtures .team-disp-1 h3 {
    margin: 0 !important;
    padding: 15px;
}

.games-fixtures .teams-inner-container {
    margin: 0;
}

.results-section .scr-card {
    background: transparent;
}

.results-section .hm-team-score {
    background: var(--primary);
    padding: 5px 15px;
    font-size: 2rem;
    font-family: var(--alt-font);
    text-transform: uppercase;
    border-radius: 0.4rem;
    font-weight: 600;
}

.games-tables iframe {
    height: 500px !important;
}

.games-tables {
    height: 40rem;
}

.match-home-card a.uk-link-reset {
    display: block;
}

.match-home-card .uk-card {
    padding: 0 !important;
}

.match-home-card .widget-header-wrapper:after,
.stats-inner .widget-header-wrapper:after {
    bottom: 0;
    left: 50%;
    width: 8rem;
    height: 0.3rem;
    border-radius: 0.2rem;
    background-color: red;
    transform: translateX(-50%);
}

.match-home-card .widget-header-wrapper,
.stats-inner .widget-header-wrapper:after {
    margin-bottom: 1rem;
    border-radius: 0;
}

.stats-inner .widget-header-wrapper {
    margin-bottom: 1rem;
}

span.statvalue {
    color: var(--alternative);
    padding: 0 10px;
}

span.statmainitem {
    display: flex;
    font-family: var(--alt-font);
    text-transform: uppercase;
    font-size: 1.5rem;
    justify-content: center;
    margin-bottom: 1rem;
    font-weight: 600;
}

.bg-primary-two .uk-card {
    background: #ddd;
}

.stats-inner .widget-header__title {
    padding: 0;
    text-align: center;
}

.game-score {
    display: flex;
}

span.result-item h3 {
    margin: 0;
    font-size: 2.5rem;
    color: white;
}

span.result-item {
    background: var(--primary);
    padding: 0.1rem 0.8rem;
    margin: 0.1rem;
}

.card-inner .date {
    font-size: 0.8rem;
    /* border-bottom: 4px solid var(--primary); */
}

.ptn4 {
    width: 100%;
    height: 100%;
    background-image: url(/img/pattern4.svg);
    background-position: center;
    background-attachment: fixed;
}

.nav-top li:hover {
    border: none !important;
}

.nav-top label:hover {
    color: white !important;
}

.afc-videos .uk-card {
    padding: 0;
    overflow: hidden;
}

.afc-videos h2 {
    padding: 1rem;
    color: white;
    font-weight: normal;
    text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.9);
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}

.tvbg .home-posts {
    background: #222;
}

.vid-item a {
    padding: 0;
}

.afc-videos .player-card-details {
    background: var(--gradient-three);
}

.vid-item {
    padding-right: 0 !important;
}

.vid-icon {
    background: red;
    padding: 11px;
    text-shadow: none !important;
}

.datepub {
    font-size: 1rem !important;
}

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

.modal-content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border: none;
    z-index: 2;
}

.modal-trigger {
    cursor: pointer;
}

.uk-lightbox.uk-open {
    padding: 2rem;
    width: 80% !important;
    height: 80% !important;
    margin: auto;
    border: 1rem solid white;
}

.about-page .team-section {
    padding: 0;
}

.about-page:not(.about-page-modern) .uk-section {
    padding: 0;
}

.about-page .uk-container {
    margin: auto;
}

.whiteptn.ptn4 a.uk-button.uk-button-default {
    background: red;
    color: white;
    font-size: 2rem;
}

h3.uk-card-title {
    color: var(--primary) !important;
}

.logo-bg-footer img {
    margin-top: 3rem;
    width: 120px;
}


/* .about-vertical {
    display: flex;
    overflow: hidden;
}

.about-vertical .uk-tab {
    flex-flow: column;
} */

.about-vertical .uk-tab {
    /* flex-flow: column; */
    margin-left: 0;
    /* width: 30%; */
    background: var(--primary);
}

ul.uk-tab.sidebar {
    /* width: 20%; */
    margin: 0;
    position: relative;
    overflow: hidden;
}

.sidebar li.uk-active {
    border-bottom: 3px solid white;
    background: rgba(0, 0, 0, 0.5);
}

.hist-cont img {
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 15px;
    object-fit: contain;
}

.hist-cont p {
    width: 70%;
}

.hist-cont {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
}

.about-page-modern #about-sec-management .inner-afc-cont,
.about-page-modern #about-sec-board .inner-afc-cont {
    padding: 0 !important;
}

.about-page-modern .about-people-grid {
    margin-top: 8px;
}

.about-page-modern .about-person-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.about-page-modern .about-person-card__media {
    background: #f3f5f7;
}

.about-page-modern .about-person-card__img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.about-page-modern .about-person-card__body {
    padding: 14px !important;
}

.about-page-modern .about-person-card__name {
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.about-page-modern .about-person-card__role {
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
}

.about-page-modern .about-person-card__message {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #3b3b3b;
}

@media (max-width: 640px) {
    .about-page-modern .about-person-card__img {
        height: 200px;
    }
}

.cont-page li {
    font-size: 2rem;
    font-weight: 700;
}

.azamcomplex-page .azamcomplex-surface {
    border-radius: 18px;
}

.azamcomplex-page .azamcomplex-lead {
    padding-top: 0 !important;
}

.azamcomplex-page .azamcomplex-content .uk-padding {
    padding: 12px !important;
}

.azamcomplex-page .azamcomplex-content .stadium-features {
    margin-top: 10px;
}

.azamcomplex-page .azamcomplex-content .stadium-features .uk-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.azamcomplex-page .azamcomplex-content .stadium-features img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
}

.azamcomplex-page .azamcomplex-content .stadium-features h3 {
    font-size: 13px;
    letter-spacing: 0.08em;
    margin: 0;
}

@media (max-width: 640px) {
    .azamcomplex-page .azamcomplex-content .stadium-features img {
        height: 140px;
    }
}

.fan-auth-page {
    padding: 48px 0;
}

.fan-auth-shell {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
    background: #ffffff;
}

.fan-auth-media {
    min-height: 560px;
    background-size: cover;
    background-position: center;
}

.fan-auth-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: #ffffff;
}

.fan-auth-card {
    width: 100%;
    max-width: 440px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.fan-auth-head {
    text-align: center;
    margin-bottom: 18px;
}

.fan-auth-title {
    margin: 0;
    font-family: var(--alt-font);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 28px;
    color: #111827;
}

.fan-auth-subtitle {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(17, 24, 39, 0.7);
}

.fan-auth-form .uk-input,
.fan-auth-form .uk-select {
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.12);
}

.fan-auth-form .uk-button-primary {
    border-radius: 999px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.fan-auth-foot {
    margin-top: 12px;
    font-size: 13px;
    color: rgba(17, 24, 39, 0.7);
}

.fan-gx-page {
    background: #ffffff;
    color: rgba(17, 24, 39, 0.92);
    padding: 14px 0 28px;
}

.fan-gx-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.fan-gx-topbar .uk-button {
    border-radius: 999px;
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.12);
    color: rgba(15, 23, 42, 0.78);
}

.fan-gx-topbar .uk-button:hover {
    background: rgba(15, 23, 42, 0.04);
}

.fan-gx-header {
    align-items: center;
}

.fan-gx-identity {
    display: flex;
    gap: 18px;
    align-items: center;
    min-width: 0;
}

.fan-gx-avatar {
    width: 132px;
    flex: 0 0 auto;
}

.fan-gx-avatar__frame {
    position: relative;
    width: 132px;
    height: 132px;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.fan-gx-avatar__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fan-gx-avatar__fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: rgba(15, 23, 42, 0.88);
    font-size: 34px;
    background:
        radial-gradient(180px 140px at 30% 30%, rgba(59, 130, 246, 0.18) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.02) 100%);
}

.fan-gx-avatar__upload {
    position: static;
}

.fan-gx-avatar__actions {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.fan-gx-avatar__icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(15, 23, 42, 0.12);
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.fan-gx-avatar__icon:hover {
    background: rgba(15, 23, 42, 0.86);
}

.fan-gx-avatar__file {
    display: none;
}

.fan-gx-badge {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.14);
    border: 1px solid rgba(245, 158, 11, 0.22);
    color: rgba(245, 158, 11, 0.95);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 12px;
}

.fan-gx-avatar__delete {
    margin-top: 6px;
}

.fan-gx-avatar__delete .uk-button-text {
    color: rgba(15, 23, 42, 0.66);
}

.fan-gx-identity__main {
    min-width: 0;
}

.fan-gx-name {
    margin: 0;
    font-family: var(--alt-font);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 42px;
    line-height: 0.95;
    color: rgba(15, 23, 42, 0.92);
}

.fan-gx-sub {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.54);
}

.fan-gx-actions {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.fan-gx-actions .uk-button {
    border-radius: 999px;
}

.fan-gx-stats {
    gap: 12px;
}

.fan-gx-stats > div {
    flex: 1 1 0;
}

.fan-gx-stat {
    padding: 16px 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.fan-gx-stat__label {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.52);
    font-weight: 800;
}

.fan-gx-stat__value {
    margin-top: 6px;
    font-size: 26px;
    font-weight: 900;
    color: rgba(15, 23, 42, 0.92);
}

.fan-gx-stat--points {
    border-color: rgba(37, 99, 235, 0.22);
    background:
        radial-gradient(320px 140px at 20% 30%, rgba(37, 99, 235, 0.18) 0%, rgba(255, 255, 255, 0) 70%),
        linear-gradient(180deg, rgba(37, 99, 235, 0.06) 0%, rgba(37, 99, 235, 0.02) 100%);
}

.fan-gx-stat--points .fan-gx-stat__value {
    font-size: 34px;
    color: rgba(37, 99, 235, 0.95);
    letter-spacing: 0.02em;
}

.fan-gx-stat--wide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-color: rgba(59, 130, 246, 0.22);
    background:
        radial-gradient(320px 140px at 20% 30%, rgba(59, 130, 246, 0.18) 0%, rgba(255, 255, 255, 0) 70%),
        linear-gradient(180deg, rgba(59, 130, 246, 0.06) 0%, rgba(59, 130, 246, 0.02) 100%);
}

.fan-gx-stat__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 130, 246, 0.16);
    border: 1px solid rgba(59, 130, 246, 0.22);
}

.fan-gx-main {
    margin-top: 14px;
}

.fan-gx-card {
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.10);
    overflow: hidden;
}

.fan-gx-card--identity {
    background:
        radial-gradient(520px 260px at 20% 10%, rgba(59, 130, 246, 0.14) 0%, rgba(255, 255, 255, 0) 60%),
        #ffffff;
}

.fan-gx-card__head {
    padding: 16px 18px 0;
}

.fan-gx-card__title {
    font-family: var(--alt-font);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 28px;
    line-height: 1.02;
    color: rgba(15, 23, 42, 0.92);
}

.fan-gx-card__title span {
    color: rgba(147, 197, 253, 0.95);
}

.fan-gx-card__sub {
    margin-top: 10px;
    max-width: 420px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 14px;
    line-height: 1.55;
}

.fan-gx-identity-panel {
    padding: 14px 18px 18px;
    align-items: center;
}

.fan-gx-field {
    margin-top: 14px;
}

.fan-gx-field__label {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.52);
    font-weight: 800;
}

.fan-gx-field__value {
    margin-top: 8px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.10);
    color: rgba(15, 23, 42, 0.92);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fan-gx-field--small .fan-gx-field__value {
    display: inline-block;
    min-width: 100px;
    text-align: center;
}

.fan-gx-kit-preview__inner {
    display: flex;
    justify-content: center;
}

.fan-gx-kit-preview__cta {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.fan-gx-card--panel {
    padding: 18px;
}

.fan-gx-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.fan-gx-panel-title {
    font-family: var(--alt-font);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 15px;
    color: rgba(15, 23, 42, 0.82);
}

.fan-gx-tier__row {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.56);
    font-weight: 800;
}

.fan-gx-tier__bar {
    margin-top: 12px;
    height: 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.10);
    overflow: hidden;
}

.fan-gx-tier__fill {
    height: 100%;
    background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 55%, #fde68a 100%);
    border-radius: 999px;
}

.fan-gx-tier__hint {
    margin-top: 10px;
    font-size: 12px;
    color: rgba(15, 23, 42, 0.62);
}

.fan-gx-rewards {
    margin-top: 14px;
    display: grid;
    gap: 10px;
}

.fan-gx-reward {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.10);
}

.fan-gx-reward__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 158, 11, 0.14);
    border: 1px solid rgba(245, 158, 11, 0.22);
    color: rgba(245, 158, 11, 0.95);
}

.fan-gx-reward__title {
    font-weight: 800;
    color: rgba(15, 23, 42, 0.90);
}

.fan-gx-reward__sub {
    font-size: 12px;
    color: rgba(15, 23, 42, 0.56);
}

.fan-gx-reward__chev {
    margin-left: auto;
    color: rgba(15, 23, 42, 0.35);
}

.fan-gx-lounge {
    display: grid;
    gap: 12px;
}

.fan-gx-chat__meta {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.44);
    margin-bottom: 6px;
}

.fan-gx-chat__bubble {
    padding: 12px 12px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.10);
}

.fan-gx-chat__title {
    font-weight: 800;
    color: rgba(15, 23, 42, 0.90);
    margin-bottom: 6px;
}

.fan-gx-chat__text {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(15, 23, 42, 0.62);
}

.fan-gx-lounge-empty {
    color: rgba(15, 23, 42, 0.62);
    font-size: 13px;
}

.fan-gx-vendors {
    display: grid;
    gap: 10px;
}

.fan-gx-vendor {
    padding: 12px 12px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.10);
}

.fan-gx-vendor__name {
    font-weight: 800;
    color: rgba(15, 23, 42, 0.90);
    margin-bottom: 6px;
}

.fan-gx-vendor__meta {
    font-size: 12px;
    color: rgba(15, 23, 42, 0.60);
    line-height: 1.5;
}

.fan-gx-lounge__cta .uk-button {
    border-radius: 999px;
}

.fan-gx-secondary {
    margin-top: 26px;
}

.fan-gx-secondary .uk-card,
.fan-gx-secondary .uk-alert {
    border-radius: 18px;
}

@media (max-width: 959px) {
    .fan-gx-avatar {
        width: 120px;
    }

    .fan-gx-avatar__frame {
        width: 120px;
        height: 120px;
    }

    .fan-gx-name {
        font-size: 34px;
    }
}

@media (max-width: 639px) {
    .fan-gx-identity {
        flex-direction: column;
        align-items: flex-start;
    }

    .fan-gx-avatar {
        width: 140px;
    }

    .fan-gx-avatar__frame {
        width: 140px;
        height: 140px;
    }

    .fan-gx-name {
        font-size: 34px;
    }
}

@media (max-width: 959px) {
    .fan-auth-media {
        min-height: 280px;
    }

    .fan-auth-panel {
        padding: 22px;
    }

    .fan-auth-card {
        max-width: 520px;
        padding: 22px;
    }
}

@media (max-width: 639px) {
    .fan-auth-page {
        padding: 22px 0;
    }

    .fan-auth-title {
        font-size: 24px;
    }

    .fan-dash-hero__inner {
        padding: 26px 0;
    }

    .fan-dash-hero__title {
        font-size: 28px;
    }

    .fan-msg-page .fan-msg-hero__title {
        font-size: 26px;
    }
}

.tl-title {
    font-family: var(--alt-font);
    text-transform: uppercase;
    font-size: 2rem !important;
    font-weight: 600;
}

.ftr-contact-details a {
    background-color: transparent !important;
    font-weight: 800;
}

ul.uk-switcher.uk-margin.sidemain {
    /* width: 80%; */
    margin: 0 !important;
}

h1.page-title {
    font-weight: normal;
}

.about-vertical li a {
    font-family: var(--alt-font);
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 0.2rem;
    justify-content: center;
    letter-spacing: 2px;
    text-align: center;
}

.about-vertical .uk-tab>.uk-active>a {
    border: none !important;
    color: var(--alternative);
}

span.abt-content {
    text-align: left;
}

h1.headings-normal {
    color: var(--primary);
}

.uk-background-primary .headings-normal {
    color: white;
}

.timeline {
    padding: 0 4rem 4rem;
}

.tl-content .tl-header,
.tl-content .tl-body {
    padding-left: 25.6px;
    border-left: 3px solid gainsboro;
}

.tl-body {
    padding-bottom: 1rem;
}

.tl-content:last-child .tl-body {
    border-left: 3px solid transparent;
}

.tl-header {
    position: relative;
    display: grid;
}

.tl-title {
    font-weight: 600;
    font-size: 1em;
    border-bottom: 1px solid gainsboro;
}

.tl-time {
    font-size: 0.7em;
}

.tl-marker {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50% / 50%;
    background: gainsboro;
    left: -1.1rem;
    top: 50%;
    transform: translate(50%, -50%);
}

.tl-content-active .tl-marker {
    padding: 1.6px;
    left: -1.25rem;
    width: 18px;
    height: 18px;
    border: 2px solid var(--primary);
    background-color: var(--primary);
    background-clip: content-box;
    box-shadow: 0 0 15px -2px var(--primary);
}

.tl-content-active .tl-title {
    font-weight: 700;
    color: var(--primary);
}

.about-vertical .uk-tab>*>a {
    color: rgba(255, 255, 255, 0.7);
}

a.match-btn {
    background: transparent !important;
}

/* .about-page .home-posts::before {
    background-image: url(/img/ui-pattern-two.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    right: -60%;
    top: -25%;
    transform: translateX(20%);
    mix-blend-mode: darken;
    opacity: 0.1;
} */

.about-page .home-posts {
    overflow: hidden;
}

.about-page .uk-padding {
    padding-top: 15px;
    padding-bottom: 0;
}

.about-hero {
    position: relative;
}

.about-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.88) 0%, rgba(2, 6, 23, 0.60) 55%, rgba(2, 6, 23, 0.10) 100%);
}

.about-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
    padding: 0 22px;
    text-align: left;
}

.about-hero__title {
    margin: 0;
    color: #fff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.about-hero__sub {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
}

.about-page-modern {
    padding-top: 0;
}

.about-page-modern .about-surface {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.about-page-modern .about-layout {
    padding: 18px;
}

.about-page-modern .about-two-col {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 18px;
    align-items: start;
}

.about-page-modern .about-two-col.about-two-col--collapsed {
    grid-template-columns: 10% 90%;
}

.about-page-modern .about-two-col__side {
    min-width: 0;
}

.about-page-modern .about-two-col__content {
    min-width: 0;
}

.about-page-modern .about-nav {
    background: var(--primary);
    border-radius: 14px;
    padding: 16px 12px;
    margin: 10px;
    box-shadow: none;
    position: sticky;
    top: 120px;
}

.about-page-modern .about-nav__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.18);
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
    margin-bottom: 12px;
}

.about-page-modern .about-nav__toggle:hover {
    background: rgba(0, 0, 0, 0.26);
}

.about-page-modern .about-nav__toggle-icon i {
    font-size: 18px;
}

.about-page-modern .about-two-col--collapsed .about-two-col__side {
    width: auto;
    overflow: visible;
}

.about-page-modern .about-two-col--collapsed .about-nav {
    margin: 10px;
    padding: 16px 10px;
}

.about-page-modern .about-two-col--collapsed .about-two-col__content {
    grid-column: auto;
}

.about-page-modern .about-nav__tabs a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-page-modern .about-nav__tabs a i {
    font-size: 18px;
    width: 22px;
    min-width: 22px;
    text-align: center;
}

.about-page-modern .about-two-col--collapsed .about-nav__label {
    display: none;
}

.about-page-modern .about-two-col--collapsed .about-nav__tabs a {
    justify-content: center;
    gap: 0;
}

.about-page-modern .about-two-col--collapsed .about-nav__toggle {
    justify-content: center;
}

.about-page-modern .about-two-col--collapsed .about-nav__toggle-text {
    display: none;
}

.about-page-modern .about-nav__title {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 900;
    letter-spacing: 0.18em;
    font-size: 11px;
    text-transform: uppercase;
    padding: 6px 10px 12px;
}

.about-page-modern .about-nav__tabs {
    margin: 0;
    padding: 0;
}

.about-page-modern .about-mobile-nav {
    display: none;
}

.about-page-modern .about-mobile-nav__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 10px 14px;
}

.about-page-modern .about-mobile-nav__label {
    font-weight: 900;
    letter-spacing: 0.18em;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.75);
    white-space: nowrap;
}

.about-page-modern .about-mobile-nav__control {
    flex: 1;
}

.about-page-modern .about-mobile-nav__select {
    width: 100%;
    border-radius: 12px;
}

.about-page-modern .about-nav__tabs > * > a {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    padding: 10px 10px;
    justify-content: flex-start;
}

.about-page-modern .about-nav__tabs > .uk-active > a {
    color: #fff;
}

.about-page-modern .about-nav__tabs > .uk-active {
    background: rgba(0, 0, 0, 0.22);
    border-left: 3px solid #e0001a;
}

.about-page-modern .about-content {
    margin: 0;
}

.about-page-modern .about-panel {
    background: #fff;
    border-radius: 16px;
    box-shadow: none;
    border: 1px solid rgba(2, 6, 23, 0.08);
    padding: 18px;
    margin-bottom: 18px;
    overflow: hidden;
}

.about-page-modern .about-panel--flush {
    padding: 0;
}

.about-page-modern .about-panel__inner img {
    border-radius: 14px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-page-modern .about-article {
    padding: 6px 6px 0;
}

.about-page-modern .about-article p {
    font-size: 16px;
    line-height: 1.7;
}

.about-page-modern .about-card--light {
    background: #f7f7f7;
}

.about-page-modern .about-card--dark {
    background: var(--primary);
}

.about-page-modern .about-value {
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 74px;
}

.about-page-modern .about-value i {
    font-size: 20px;
    color: #e0001a;
}

@media (max-width: 959px) {
    .about-page-modern .about-mobile-nav {
        display: block;
    }

    .about-page-modern .about-two-col {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .about-page-modern .about-two-col__side {
        display: none;
    }

    .about-page-modern .about-two-col__content {
        padding: 0;
    }

    .about-page-modern #aboutSwitcher > li {
        display: block !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .about-page-modern #about-sec-history .timeline {
        display: none;
    }

    .about-page-modern #about-sec-complex .headings-normal {
        font-size: 22px;
        line-height: 1.15;
        margin-bottom: 8px;
    }

    .about-page-modern #about-sec-complex .uk-padding {
        padding: 12px !important;
    }

    .about-page-modern #about-sec-complex .uk-text-lead {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .about-page-modern #about-sec-complex p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-page-modern #about-sec-complex .widget-header__title {
        font-size: 14px;
        letter-spacing: 0.14em;
    }

    .about-page-modern #about-sec-complex .stadium-features {
        margin-top: 10px;
    }

    .about-page-modern #about-sec-complex .stadium-features .uk-card.uk-card-body {
        padding: 12px;
    }

    .about-page-modern #about-sec-complex .stadium-features h3 {
        font-size: 13px;
        line-height: 1.25;
        margin: 10px 0 0;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .about-page-modern #about-sec-management .headings-normal {
        font-size: 22px;
        line-height: 1.15;
        margin-bottom: 8px;
    }

    .about-page-modern #about-sec-management .uk-padding {
        padding: 12px !important;
    }

    .about-page-modern #about-sec-management .management-grid {
        margin-top: 8px;
    }

    .about-page-modern #about-sec-management .uk-card.uk-card-body {
        padding: 14px;
    }

    .about-page-modern #about-sec-management .uk-card-title {
        font-size: 16px;
        line-height: 1.2;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .about-page-modern #about-sec-management .uk-card-title label {
        display: block;
        font-size: 11px;
        letter-spacing: 0.12em;
        margin-top: 6px;
    }

    .about-page-modern #about-sec-management blockquote {
        margin: 10px 0 0;
        padding: 10px 12px;
        font-size: 14px;
        line-height: 1.6;
    }

    .about-page-modern #about-sec-management .uk-list {
        margin: 8px 0 0;
    }

    .about-page-modern #about-sec-management .uk-list > li {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (min-width: 960px) {
    .about-page-modern .about-content {
        padding: 10px;
    }
}

.uk-w-stroke {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, 0.4);
}

.mgment {
    height: 200px;
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: -22%;
}

.box-scrl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-scrl span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.box-scrl span:nth-child(2) {
    animation-delay: -0.2s;
}

.box-scrl span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.go-down {
    position: relative;
}

.uk-padding.inner-afc-cont {
    padding: 0;
}

.inner-afc-cont .uk-card-body .uk-card-title,
.inner-afc-cont .uk-card-body p {
    text-align: left;
}

.inner-afc-cont .widget-header-wrapper__header {
    text-align: left;
}

h4.text-light.txt-white {
    color: white;
    font-weight: normal;
    text-decoration: underline;
}

.trophies-section .uk-card,
.trophies-section .uk-card-body {
    padding: 5px;
}

.trophies-section .uk-grid-margin {
    margin-top: 15px;
}

.trophy-icons .uk-card-body {
    background: transparent;
    color: white;
}

.trophy-icons h1 {
    color: var(--alternative);
    margin: 0 !important;
}

.uk-background-primary.darker {
    background: #00004f;
}

.stat-cont {
    position: relative;
}

.uk-section.bg-white-type-two.sec-relative.brd-down {
    padding: 0;
}

.contain-short-stats .uk-grid {
    background: white;
}

.contain-short-stats .uk-card {
    box-shadow: none;
    padding: 15px;
}

.icon-item {
    filter: invert(50%) sepia(70%) saturate(7492%) hue-rotate(358deg) brightness(104%) contrast(113%);
}

.goals-box,
.goals-not-box {
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
}

.goals-box {
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
}

.goals-not-box {
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--alternative);
}

.fixed-header {
    position: fixed;
    z-index: 999;
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.defending-stat {
    font-family: var(--alt-font);
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 600;
}

span.num-first {
    color: var(--primary);
}

img.icon-item {
    display: none;
}

.uk-section.bg-white-type-two.sec-relative.brd-down.contain-short-stats {
    border-bottom: none;
}

img.compt-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.uk-light .uk-dotnav>*>*,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-card-primary.uk-card-body .uk-dotnav>*>*,
.uk-card-primary> :not([class*="uk-card-media"]) .uk-dotnav>*>*,
.uk-card-secondary.uk-card-body .uk-dotnav>*>*,
.uk-card-secondary> :not([class*="uk-card-media"]) .uk-dotnav>*>*,
.uk-overlay-primary .uk-dotnav>*>*,
.uk-offcanvas-bar .uk-dotnav>*>* {
    background-color: var(--primary);
}


/* .uk-light a {
    background-color: #d39037;
} */

.fxtures-list-divs .fxture {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
}

.prim-text {
    color: var(--primary);
}

.values-icons i {
    color: var(--primary);
}

.stadium-features img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
}

.stadium-features .uk-card {
    padding: 5px;
}

.values-icons i {
    font-size: 30px !important;
    display: block;
}

.posts-type-one.match-view {
    padding: 0;
}

.uk-width-1-4.uk-background-secondary.is-primary {
    background: var(--primary);
    color: white;
}

.uk-width-1-4.uk-background-secondary.is-primary .inner-fixtures {
    background: transparent;
    color: white !important;
}

.is-primary .inner-fixtures,
.is-primary .inner-fixtures h3,
.is-primary .inner-fixtures span,
.is-primary p {
    color: white !important;
}

.is-primary li {
    font-size: 14px;
}

.widget-header-wrapper-two h1 {
    font-size: 20px;
    text-align: left;
    color: var(--alternative);
    font-weight: normal;
    padding: 10px;
}

.lineup-plyr img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
}

.uk-grid.lineupscol h4 {
    color: white;
}

span.sub-item {
    display: flex;
    justify-content: center;
    flex-flow: column;
    line-height: 1;
    position: absolute;
    top: -0.8rem;
    right: 0;
}

.sub-items {
    position: relative;
}

span.sub-in.off {
    background: red;
    padding: 0 5px;
    border-radius: 1rem;
    width: 40px;
}

span.sub-in.on {
    background: green;
    padding: 0 5px;
    border-radius: 1rem;
    width: 40px;
}

#r-match-card {
  z-index: 9999;
}

.match-inner .uk-card:hover,
.match-inner .uk-card:hover h3 {
    color: initial !important;
}

.stats-cards .uk-card {
    background: var(--secondary);
    border-radius: 0.5rem;
}

.stats-cards .uk-card:hover {
    background: initial;
    color: initial;
}

.stats-cards .uk-card,
.stats-cards .uk-card h4 {
    color: initial;
}

.stats-cards .uk-card {
    padding: 5px;
}

h3.stat-item2 {
    margin: 0;
    color: var(--primary);
}

h3.stat-item2.away {
    margin: 0;
    color: var(--alternative);
}

div#cafc .widget-header-wrapper {
    margin-bottom: 0;
}

span.hight {
    color: var(--alternative);
    font-size: 4rem;
}

.uk-overlay-primary.uk-position-cover.primary {
    background: rgba(0, 90, 174, 0.65);
}

.uk-offcanvas-bar.uk-offcanvas-bar-animation.uk-offcanvas-slide {
    background: var(--gradient-one);
}

.r-offcanvas {
    padding-top: 14px;
}

.r-offcanvas .uk-offcanvas-close {
    color: rgba(255, 255, 255, 0.9);
}

.r-offcanvas-nav {
    padding: 0;
    margin: 0;
}

.r-offcanvas-nav > li {
    margin: 0;
}

.r-offcanvas-nav > li > a,
.r-offcanvas-nav > li > button.offcanvas-parent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 800;
    letter-spacing: 0.2px;
    text-transform: none;
    background: transparent;
    border: 0;
}

.r-offcanvas-nav > li + li {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.r-offcanvas-nav > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.r-offcanvas-nav > li > a span {
    flex: 1;
    text-align: left;
}

.r-offcanvas-parent-left {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.r-offcanvas-parent-chevron {
    font-size: 20px;
    opacity: 0.9;
    transition: transform 0.2s ease;
}

.offcanvas-parent[aria-expanded="true"] .r-offcanvas-parent-chevron {
    transform: rotate(180deg);
}

.r-offcanvas-subnav {
    margin: 6px 0 0;
    padding: 0 0 6px;
}

.r-offcanvas-subnav li {
    margin: 0;
}

.r-offcanvas-subnav a {
    display: block;
    padding: 8px 0 8px 30px;
    margin-top: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
}

.r-offcanvas-auth {
    margin-top: 18px !important;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.r-offcanvas-auth-nav {
    padding: 0;
    margin: 10px 0 0;
}

.r-offcanvas-auth-nav > li {
    margin: 0;
}

.r-offcanvas-auth-nav > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.r-offcanvas-auth-nav a,
.r-offcanvas-auth-logout {
    width: 100%;
    display: block;
    padding: 9px 0;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 800;
    letter-spacing: 0.2px;
    text-transform: none;
    background: transparent;
    border: 0;
    text-align: left;
}

.r-offcanvas-auth-logout {
    cursor: pointer;
}

a:hover,
a:focus,
a:active,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
    text-decoration: none !important;
}

.top-locations div:nth-child(even) {
    border-right: 1px solid #ccc;
    margin-right: 15px;
}

.socialmediacontainer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.match-center {
    background: var(--gradient-one);
    margin: 0;
    padding: 30px;
}

.match-center span {
    color: white !important;
}

.match-center select#form-stacked-select {
    font-size: 18px;
    text-align: center;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: flex;
    flex-flow: column;
}

.uk-card-title label {
    display: block;
    font-size: 17px;
    letter-spacing: 5px;
    color: var(--alternative);
    font-weight: normal;
}

.uk-card-title {
    text-transform: uppercase;
}

span.qtfooter {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
}

.management-grid .uk-card-body {
    position: relative;
    overflow-x: clip;
    overflow-y: visible !important;
}

.games-tables table#table {
    width: 100vw !important;
}

.plyr-birthdate {
    display: none;
}

span.pens {
    color: white;
}

.ytlink {
    background: red !important;
    color: white !important;
    border-radius: 0.3rem;
}

.ytlink {
    line-height: inherit;
}

.bg-blue {
    background-color: var(--primary);
    color: var(--secondary);
}

.afc-cards {
    background: var(--gradient-one);
    box-shadow: var(--shadow-one);
}

.card-cost h1 {
    background: var(--primary);
    color: white;
    padding: 15px;
}

span.card-cost h1 sup {
    font-size: 1rem;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .nav-middle-right .uk-navbar-nav a,
    .nav-middle-left .uk-navbar-nav a {
        font-size: 1.4em !important;
    }
}

/* Live Match Styles */
.live-match {
    border: 2px solid #dc3545 !important;
    box-shadow: 0 0 15px rgba(220, 53, 69, 0.3) !important;
    animation: live-pulse 2s infinite;
}

.live-match .comp-label {
    color: #dc3545 !important;
    font-weight: bold !important;
    animation: live-text-glow 2s infinite;
}

.live-score {
    color: #dc3545 !important;
    font-weight: bold !important;
    animation: live-score-pulse 1.5s infinite;
}

@keyframes live-pulse {
    0% {
        box-shadow: 0 0 15px rgba(220, 53, 69, 0.3);
    }
    50% {
        box-shadow: 0 0 25px rgba(220, 53, 69, 0.6);
    }
    100% {
        box-shadow: 0 0 15px rgba(220, 53, 69, 0.3);
    }
}

@keyframes live-text-glow {
    0% {
        text-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    }
    50% {
        text-shadow: 0 0 10px rgba(220, 53, 69, 0.8);
    }
    100% {
        text-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    }
}

@keyframes live-score-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Exclusive Stories Styles */
.exclusive-stories-section {
    background: white;
    padding: 2rem 0;
    margin: 2rem 0;
}

.exclusive-stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.exclusive-for-you .exclusive-stories-grid {
    margin-top: 1.25rem;
}

.exclusive-for-you .exclusive-stories-slider {
    margin-top: 1.25rem;
}

.exclusive-story-card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-two);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.exclusive-story-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-one);
}

.exclusive-story-card .story-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0;
}

.exclusive-story-card .story-content {
    padding: 1.5rem;
    position: relative;
}

.exclusive-story-card .story-title {
    font-family: var(--font-headings);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.exclusive-story-card .story-type {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--alternative);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.exclusive-story-card .story-date {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.exclusive-story-card .story-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-three);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.exclusive-story-card:hover .story-overlay {
    opacity: 1;
}

.exclusive-story-card .play-icon {
    color: white;
    font-size: 3rem;
    opacity: 0.9;
}

/* Gallery View Styles */
.exclusive-story-gallery {
    background: white;
    min-height: 100vh;
    padding: 2rem 0;
}

.gallery-header {
    text-align: center;
    margin-bottom: 3rem;
}

.gallery-title {
    font-family: var(--font-headings);
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.gallery-type-badge {
    background: var(--alternative);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1rem;
}

.gallery-date {
    color: #666;
    font-size: 1.1rem;
}

.gallery-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.photo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.photo-item {
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.photo-item:hover {
    transform: scale(1.05);
}

.photo-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 2rem auto;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-one);
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

.back-button {
    background: var(--primary);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 2rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-bottom: 2rem;
    text-decoration: none;
    display: inline-block;
}

.back-button:hover {
    background: var(--primary-shade-one);
    color: white;
    text-decoration: none;
}

/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%;
    max-width: 1000px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.lightbox-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.lightbox-close:hover {
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .exclusive-stories-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 1rem;
    }
    
    .exclusive-story-card .story-image {
        height: 180px;
    }
    
    .exclusive-story-card .story-content {
        padding: 1rem;
    }
    
    .exclusive-story-card .story-title {
        font-size: 1.2rem;
    }
    
    .gallery-title {
        font-size: 2rem;
    }
    
    .photo-gallery {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .photo-item img {
        height: 200px;
    }
    
    .gallery-content {
        padding: 0 1rem;
    }
    
    .lightbox-content {
        width: 95%;
        padding: 10px;
    }
    
    .lightbox-close {
        top: 10px;
        right: 20px;
        font-size: 30px;
    }
}

/* Exclusive Stories Section */
.exclusive-stories-section {
    background: white;
    border-radius: 1rem;
    margin: 2rem 0;
    overflow: hidden;
}

.exclusive-stories-grid {
    padding: 0 2rem 2rem;
}

.exclusive-story-card {
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.exclusive-story-card--home {
    border-radius: 1.25rem;
    overflow: hidden;
    background: #0b0f2a;
    border: 2px solid rgba(200, 16, 46, 0.9);
    box-shadow:
        0 0 0 6px rgba(200, 16, 46, 0.10),
        0 0 28px rgba(200, 16, 46, 0.35);
}

.exclusive-story-card--home:hover {
    transform: translateY(-5px);
    box-shadow:
        0 0 0 6px rgba(200, 16, 46, 0.14),
        0 0 34px rgba(200, 16, 46, 0.45);
}

.exclusive-story-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-one);
}

.exclusive-story-card .uk-card-media-top {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.exclusive-story-card--home .uk-card-media-top {
    height: 520px;
}

.exclusive-story-card--home .exclusive-story-image,
.exclusive-story-card--home .exclusive-story-video {
    height: 100%;
}

.exclusive-story-card--home .uk-card-media-top::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(7, 10, 40, 0.92) 85%, rgba(7, 10, 40, 1) 100%);
    pointer-events: none;
}

.exclusive-story-card--home .story-type-badge,
.exclusive-story-card--home .media-count-badge {
    display: none;
}

.exclusive-story-card--home .exclusive-pill {
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(255, 255, 255, 0.96);
    background: #e0001a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    .exclusive-story-card--home .exclusive-pill {
        font-size: 14px;
        padding: 7px 12px;
    }
}

.exclusive-story-card--home .exclusive-story-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 22px 22px 26px;
}

.exclusive-story-card--home .exclusive-story-title {
    color: #fff !important;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 14px;
}

.exclusive-story-card--home .exclusive-story-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    font-weight: 600;
}

.exclusive-story-card--home .exclusive-story-meta__sep {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .uk-card.uk-card-default.uk-card-hover.exclusive-story-card.exclusive-story-card--home {
        height: 300px;
    }

    .exclusive-story-card--home .uk-card-media-top {
        height: 300px;
    }
    .exclusive-story-card--home .exclusive-story-title {
        font-size: 1.6rem;
    }
    .exclusive-story-card--home .exclusive-pill {
        font-size: 12px;
        padding: 6px 10px;
    }
}

.exclusive-story-image,
.exclusive-story-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.exclusive-story-card:hover .exclusive-story-image,
.exclusive-story-card:hover .exclusive-story-video {
    transform: scale(1.05);
}

.story-type-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.photos-badge {
    background: var(--primary);
}

.video-badge {
    background: var(--alternative);
}

.media-count-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.placeholder-image {
    width: 100%;
    height: 100%;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 3rem;
}

.exclusive-story-title {
    color: var(--primary) !important;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.exclusive-story-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.story-meta {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.story-date {
    color: #999;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.exclusive-story-card .uk-button {
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: background 0.3s ease;
}

.exclusive-story-card .uk-button:hover {
    background: var(--primary-shade-one);
}

@media (max-width: 768px) {
    .exclusive-stories-grid {
        padding: 0 1rem 1rem;
    }
    
    .exclusive-story-card .uk-card-media-top {
        height: 150px;
    }
    
    .exclusive-story-title {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .exclusive-story-card .story-image {
        height: 150px;
    }
    
    .gallery-title {
        font-size: 1.8rem;
    }
    
    .photo-item img {
        height: 180px;
    }
}