

.label {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-family: ScoutBold, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.2;
}

@media only screen and (max-width: 650px) {
    .media-header-cover-art-container {
        height: 270px;
        width: 270px;
    }
}

.logo-dark, .logo-light {
    display: none;
}

body[data-bs-theme="light"] .page-header-logo .logo-dark,
body[data-bs-theme="light"] .page-footer-logo .logo-dark {
    display: block;
}

body[data-bs-theme="dark"] .page-header-logo .logo-light,
body[data-bs-theme="dark"] .page-footer-logo .logo-light {
    display: block;
}

.page-header-logo {
    width: 167px;
    height: 32px;
    display: block;
}


.heading-title > * {
    font-size: 17px;
    font-weight: var(--heading-fweight, inherit);
    font-style: var(--heading-fstyle, inherit);
    letter-spacing: var(--heading-fspace, inherit);
    text-transform: var(--heading-transform, inherit);
    color: #000000E0; /* Dark color for light mode */
}

/* Fix for Dark Mode Heading Titles */
[data-bs-theme="dark"] .heading-title > * {
    color: #ffffff !important;
}

.rb-container {
    position: static;
    display: block;
    width: 100%;
    max-width: var(--rb-width, 1280px);
    margin-right: auto;
    margin-left: auto;
}
.edge-padding {
    padding-right: 20px;
    padding-left: 20px;
}
.menu-item,
.rb-section ul {
    list-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.light-scheme {
    color: var(--body-fcolor);
    --pagi-bg: var(--solid-light);
}
.block-inner {
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    row-gap: var(--bottom-spacing);
}
.is-gap-5 .block-inner {
    margin-right: -5px;
    margin-left: -5px;
    --column-gap: 5px;
}
.is-gap-7 .block-inner {
    margin-right: -7px;
    margin-left: -7px;
    --column-gap: 7px;
}
.is-gap-10 .block-inner {
    margin-right: -10px;
    margin-left: -10px;
    --column-gap: 10px;
}
.is-gap-15 .block-inner {
    margin-right: -15px;
    margin-left: -15px;
    --column-gap: 15px;
}
.is-gap-20 .block-inner {
    margin-right: -20px;
    margin-left: -20px;
    --column-gap: 20px;
}
.is-gap-25 .block-inner {
    margin-right: -25px;
    margin-left: -25px;
    --column-gap: 25px;
}
.is-gap-30 .block-inner {
    margin-right: -30px;
    margin-left: -30px;
    --column-gap: 30px;
}
.is-gap-35 .block-inner {
    margin-right: -35px;
    margin-left: -35px;
    --column-gap: 35px;
}
.block-inner > * {
    flex-basis: 100%;
    width: 100%;
    padding-right: var(--column-gap, 0);
    padding-left: var(--column-gap, 0);
}
[class*="is-gap-"] > .block-inner > * {
    padding-right: var(--column-gap, 0);
    padding-left: var(--column-gap, 0);
}
.is-bg .icon-facebook {
    background-color: var(--fb-color);
}
.is-bg .icon-facebook:hover {
    background-color: var(--fb-hcolor);
    box-shadow: 0 3px 12px var(--fb-hcolor);
}
.is-bg .icon-twitter {
    background-color: var(--twitter-color);
}
.is-bg .icon-twitter:hover {
    background-color: var(--twitter-hcolor);
    box-shadow: 0 3px 12px var(--twitter-hcolor);
}
.is-bg .icon-pinterest {
    background-color: var(--pin-color);
}
.is-bg .icon-pinterest:hover {
    background-color: var(--pin-hcolor);
    box-shadow: 0 3px 12px var(--pin-hcolor);
}
.is-bg .icon-instagram {
    background-color: var(--ig-color);
}
.is-bg .icon-instagram:hover {
    background-color: var(--ig-hcolor);
    box-shadow: 0 3px 12px var(--ig-hcolor);
}
.is-bg .icon-youtube {
    background-color: var(--ytube-color);
}
.is-bg .icon-youtube:hover {
    background-color: var(--ytube-hcolor);
    box-shadow: 0 3px 12px var(--ytube-hcolor);
}
.is-bg .icon-rss {
    background-color: #ffd43f;
}
.is-bg .icon-rss:hover {
    background-color: #eab910;
    box-shadow: 0 3px 12px #eab910;
}
.is-bg {
    color: var(--awhite);
}
.is-bg * {
    color: inherit;
}
@-webkit-keyframes spin-loader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin-loader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin-loader-1 {
    0%,
    100% {
        transform: rotate(0);
    }
    30% {
        transform: rotateY(360deg);
    }
    70% {
        transform: rotateX(360deg);
    }
}
@keyframes spin-loader-1 {
    0%,
    100% {
        transform: rotate(0);
    }
    30% {
        transform: rotateY(360deg);
    }
    70% {
        transform: rotateX(360deg);
    }
}
@keyframes spin-opacity {
    0%,
    100% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}
@-webkit-keyframes spin-opacity {
    0%,
    100% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}
.p-content,
.p-wrap {
    position: relative;
}
.is-hidden {
    display: none !important;
}
[class^="web-stories-"] {
    --ws-font-size-title: var(--h3-fsize);
    --ws-font-size-circle-title: var(--h4-fsize);
    --ws-font-size-excerpt: var(--excerpt-fsize);
    --ws-font-size-author-date: var(--meta-fsize);
}
.rbi,
[class="rbi-"],
[class^="rbi-"] {
    font-family: ruby-icon !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}
.rbi-left:before {
    content: "\e959";
}
.rbi-menu:before {
    content: "\e953";
}
.rbi-500px:before {
    content: "\e90a";
}
.rbi-facebook:before {
    content: "\e915";
}
.rbi-instagram:before {
    content: "\e91e";
}
.rbi-pinterest:before {
    content: "\e923";
}
.rbi-twitter:before {
    content: "\e988";
}
.rbi-youtube:before {
    content: "\e93e";
}
.rbi-rss:before {
    content: "\42";
}
.rbi-link:before {
    content: "\e967";
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.menu-item a > span {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: #000000E0; /* Removed !important to allow Dark Mode override */
    position: relative;
    display: inline-flex;
    align-items: center;
    letter-spacing: inherit;
    column-gap: 0.3em;
}
/* Fix for Dark Mode Menu Items */
[data-bs-theme="dark"] .menu-item a > span {
    color: #ffffff !important;
}

.menu-heading {
    font-size: var(--rem-small);
    display: block;
    margin-bottom: var(--h-menu-spacing, 15px);
    color: var(--h-menu-color, inherit);
}
.sidebar-menu .menu-item {
    color: var(--sb-menu-color, currentColor);
}
.sidebar-menu {
    justify-content: var(--menu-align, initial);
    text-align: var(--menu-align, initial);
}
.rb-menu > .menu-item > a:hover > span {
    color: var(--nav-color-h, inherit);
}
@-webkit-keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes stick-animation {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
    }
}
@keyframes stick-animation {
    from {
        transform: translate3d(0, -100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.p-content > :not(:last-child),
.p-wrap > :not(:last-child) {
    margin-bottom: var(--el-spacing);
}
.p-top {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    flex-grow: 1;
    gap: 3px;
}
@keyframes hover-ani-7 {
    0% {
        background-size: 0 5px;
        -webkit-background-size: 0 5px;
    }
    50% {
        background-size: 100% 5px;
        -webkit-background-size: 100% 5px;
        background-position: bottom left;
    }
    51% {
        background-size: 100% 5px;
        -webkit-background-size: 100% 5px;
        background-position: bottom right;
    }
    100% {
        background-size: 0 5px;
        -webkit-background-size: 0 5px;
        background-position: bottom right;
    }
}
@-webkit-keyframes hover-ani-7 {
    0% {
        background-size: 0 5px;
        -webkit-background-size: 0 5px;
    }
    50% {
        background-size: 100% 5px;
        -webkit-background-size: 100% 5px;
        background-position: bottom left;
    }
    51% {
        background-size: 100% 5px;
        -webkit-background-size: 100% 5px;
        background-position: bottom right;
    }
    100% {
        background-size: 0 5px;
        -webkit-background-size: 0 5px;
        background-position: bottom right;
    }
}
.p-category {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: 1;
    position: relative;
    z-index: 1;
    display: inline-flex;
    color: var(--cat-fcolor, inherit);
}
.block-wrap {
    position: relative;
    display: block;
    counter-reset: trend-counter;
}
.heading-inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    column-gap: 10px;
}
.heading-layout-c1 .heading-inner,
.heading-layout-c13 .heading-inner,
.heading-layout-c2 .heading-inner,
.heading-layout-c6 .heading-inner,
.heading-layout-c7 .heading-inner,
.heading-layout-c9 .heading-inner {
    justify-content: center;
}
.heading-title > * {
    position: relative;
    z-index: 1;
    /* Color handled above with Dark Mode support */
}
.heading-title a {
    -webkit-transition: var(--effect);
    transition: var(--effect);
}
.heading-title a:hover {
    opacity: 0.7;
}
[class*="heading-layout-c"] .heading-inner {
    flex-flow: row wrap;
    text-align: center;
}
.heading-layout-2 .heading-title:before,
.heading-layout-c2 .heading-title:after,
.heading-layout-c2 .heading-title:before {
    display: inline-flex;
    width: 0.6em;
    height: 0.6em;
    margin-right: var(--heading-spacing, 7px);
    content: "";
    border-radius: 50%;
    background-color: var(--heading-sub-color, currentColor);
}
.heading-layout-c2 .heading-title:after {
    margin-right: 0;
    margin-left: var(--heading-spacing, 5px);
}
.heading-layout-3 .heading-inner,
.heading-layout-c3 .heading-inner {
    border-bottom: 1px solid var(--flex-gray-15);
}
.heading-layout-c3 .heading-inner {
    padding-bottom: 15px;
}
.heading-layout-c3 .heading-inner:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    content: "";
    border-bottom: 5px solid var(--heading-sub-color);
}
.heading-layout-c14 .heading-title,
.heading-layout-c15 .heading-title,
.heading-layout-c4 .heading-title,
.heading-layout-c5 .heading-title {
    width: 100%;
    text-align: center;
}
.heading-layout-3 .heading-title > * {
    display: inline-flex;
    padding-bottom: var(--heading-spacing, 10px);
    border-bottom: 5px solid var(--heading-sub-color);
}
.heading-layout-c3 .heading-title {
    width: 100%;
}
.heading-layout-4 .heading-inner,
.heading-layout-c4 .heading-inner {
    padding-bottom: var(--heading-spacing, 10px);
    border-bottom: 4px solid var(--heading-sub-color, currentColor);
}
.heading-layout-4 .heading-inner:before,
.heading-layout-c4 .heading-inner:before {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 2px;
    left: 0;
    display: block;
    content: "";
    border-bottom: 2px solid var(--heading-sub-color, currentColor);
}
.heading-layout-1 .heading-title,
.heading-layout-c1 .heading-title {
    line-height: 1;
    position: relative;
    display: inline-flex;
    padding: 0 var(--heading-spacing, 12px);
    backface-visibility: hidden;
}
.heading-layout-6 .heading-title,
.heading-layout-c6 .heading-title {
    line-height: 1;
    position: relative;
    display: inline-flex;
    padding: 0 12px;
    backface-visibility: hidden;
}
.heading-layout-1 .heading-title:after,
.heading-layout-c1 .heading-title:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    border-right: 3px solid var(--heading-sub-color);
    border-left: 3px solid var(--heading-sub-color);
}
.heading-layout-5 .heading-inner {
    width: 100%;
    padding-top: var(--heading-spacing, 7px);
    border-top: 5px solid var(--heading-sub-color);
}
.heading-layout-14 .heading-inner {
    width: 100%;
    padding-top: var(--heading-spacing, 7px);
    border-top: 1px solid var(--heading-sub-color);
}
.heading-layout-15 .heading-inner {
    width: 100%;
    padding-top: var(--heading-spacing, 7px);
    padding-bottom: var(--heading-spacing, 7px);
    border-top: 1px solid var(--heading-sub-color);
    border-bottom: 1px solid var(--heading-sub-color);
}
.heading-layout-c5 .heading-inner {
    width: 100%;
    padding-top: var(--heading-spacing, 10px);
    border-top: 5px solid var(--heading-sub-color);
}
.heading-layout-c14 .heading-inner {
    width: 100%;
    padding-top: var(--heading-spacing, 10px);
    border-top: 1px solid var(--heading-sub-color);
}
.heading-layout-c15 .heading-inner {
    width: 100%;
    padding-top: var(--heading-spacing, 10px);
    padding-bottom: var(--heading-spacing, 10px);
    border-top: 1px solid var(--heading-sub-color);
    border-bottom: 1px solid var(--heading-sub-color);
}
.heading-layout-13,
.heading-layout-16,
.heading-layout-6,
.heading-layout-c13,
.heading-layout-c6 {
    --heading-color: var(--awhite);
}
.heading-layout-13 .heading-title > *,
.heading-layout-6 .heading-title > *,
.heading-layout-c13 .heading-title > *,
.heading-layout-c6 .heading-title > * {
    position: relative;
    z-index: 1;
    display: block;
    padding: 5px var(--heading-spacing, 20px);
}
.heading-layout-6 .heading-title > :after,
.heading-layout-c6 .heading-title > :after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    border-radius: var(--round-5);
    background-color: var(--heading-sub-color);
}
.heading-layout-13 .heading-title > :after,
.heading-layout-c13 .heading-title > :after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: var(--round-5);
    background-color: var(--heading-sub-color);
}
.heading-layout-7 .heading-title > * {
    line-height: 1;
    display: inline-flex;
    padding-left: var(--heading-spacing, 7px);
    border-left: 7px solid var(--heading-sub-color);
}
.heading-layout-c7 .heading-title > :after,
.heading-layout-c7 .heading-title > :before {
    display: inline-flex;
    width: 10px;
    height: 10px;
    margin-right: var(--heading-spacing, 10px);
    content: "";
    background-color: var(--heading-sub-color);
}
.heading-layout-c7 .heading-title > :after {
    margin-right: 0;
    margin-left: var(--heading-spacing, 10px);
}
.heading-layout-8 .heading-title > * {
    display: inline-flex;
    padding-left: var(--heading-spacing, 15px);
}
.heading-layout-8 .heading-title > :before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 50%;
    content: "";
    opacity: 0.5;
    background-color: var(--heading-sub-color, currentColor);
}
.heading-layout-c8 .heading-title {
    position: relative;
    display: inline-flex;
    margin-right: auto;
    margin-left: auto;
}
.heading-layout-c8 .heading-title:after,
.heading-layout-c8 .heading-title:before {
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    left: auto;
    width: 60px;
    height: 2px;
    margin-top: -1px;
    content: "";
    background-color: var(--heading-sub-color, currentColor);
}
.heading-layout-c8 .heading-title:after {
    right: auto;
    left: calc(100% + 10px);
}
.heading-layout-9 .heading-title,
.heading-layout-c9 .heading-title {
    position: relative;
    display: inline-flex;
    padding: 0 var(--heading-spacing, 20px);
}
.heading-layout-9 .heading-title:before,
.heading-layout-c9 .heading-title:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 7px;
    height: 7px;
    content: "";
    pointer-events: none;
    opacity: 0.5;
    border-top: 2px solid var(--heading-sub-color);
    border-left: 2px solid var(--heading-sub-color);
}
.heading-layout-9 .heading-title:after,
.heading-layout-c9 .heading-title:after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 7px;
    height: 7px;
    content: "";
    pointer-events: none;
    opacity: 0.5;
    border-right: 2px solid var(--heading-sub-color);
    border-bottom: 2px solid var(--heading-sub-color);
}
.heading-layout-c10 .heading-title,
.heading-layout-c11 .heading-title {
    display: flex;
    justify-content: center;
    width: 100%;
}
.heading-layout-12 .heading-title,
.heading-layout-c12 .heading-title {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
}
.heading-layout-12 .heading-title > :before,
.heading-layout-c12 .heading-title > :before {
    line-height: 1;
    display: inline-flex;
    width: 1em;
    height: 0.6em;
    margin-right: var(--heading-spacing, 7px);
    content: "";
    background-color: var(--heading-sub-color);
}
.heading-layout-c12 .heading-title {
    margin-right: auto;
    margin-left: auto;
}
.heading-layout-c12 .heading-title > :after {
    line-height: 1;
    display: inline-flex;
    width: 1em;
    height: 0.6em;
    margin-left: var(--heading-spacing, 7px);
    content: "";
    background-color: var(--heading-sub-color);
}
.heading-layout-12 .heading-inner,
.heading-layout-c12 .heading-inner {
    width: 100%;
    padding-bottom: var(--heading-spacing, 7px);
    border-bottom: 5px solid var(--heading-color);
}
.heading-layout-c12 .heading-inner {
    padding-bottom: var(--heading-spacing, 12px);
}
.heading-layout-16 .heading-title > * {
    line-height: 1;
    position: relative;
    z-index: 1;
    display: block;
    padding: 5px var(--heading-spacing, 20px);
}
.heading-layout-16 .heading-title > :after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--heading-sub-color);
}
.heading-layout-16 .heading-title > :before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 0.001em);
    display: block;
    height: 100%;
    content: "";
    border-width: calc(1em + 10px) 0 0 16px;
    border-style: solid;
    border-color: transparent transparent transparent var(--heading-sub-color);
}
.heading-layout-16 .heading-inner {
    border-bottom: 2px solid var(--heading-sub-color);
}
.heading-layout-17 .heading-title,
.heading-layout-18 .heading-title {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-grow: 1;
}
.heading-layout-17 .heading-title:after {
    display: inline-flex;
    flex-grow: 1;
    margin-left: var(--heading-spacing, 10px);
    content: "";
    border-bottom: 2px solid var(--heading-sub-color);
}
.heading-layout-18 .heading-title:after {
    display: inline-flex;
    flex-grow: 1;
    margin-left: var(--heading-spacing, 10px);
    content: "";
    border-bottom: 7px dotted var(--heading-sub-color);
}
.heading-layout-19 .heading-inner {
    flex-flow: row wrap;
}
.heading-layout-c3 .heading-title {
    text-align: center;
}
.data-item {
    display: flex;
    align-items: center;
    width: 100%;
}
.data-item:not(:last-child) {
    margin-bottom: 7px;
}
.block-h .heading-title {
    line-height: 1;
    margin-bottom: 0;
}
.heading-title i {
    margin-right: 5px;
}
.rb-text a {
    -webkit-transition: var(--effect);
    transition: var(--effect);
    text-decoration: underline;
}
.rb-text a:hover {
    color: var(--g-color);
}
.privacy-inner {
    font-size: var(--rem-mini);
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-flow: row nowrap;
    max-width: var(--rb-width, 1280px);
    margin-right: auto;
    margin-left: auto;
    padding: 7px 20px;
    pointer-events: auto;
    color: var(--privacy-color);
    border-radius: var(--round-5);
    background-color: var(--privacy-bg-color, var(--dark-accent));
    box-shadow: 0 3px 12px var(--shadow-12);
}
.privacy-content {
    flex-grow: 1;
}
.privacy-left .privacy-inner {
    margin-right: 0;
    margin-left: 0;
    padding: 15px;
    box-shadow: 0 4px 30px var(--shadow-12);
}
.privacy-inner a:not(.is-btn) {
    font-weight: 700;
    transition: var(--effect);
    -webkit-transform: var(--effect);
    color: inherit;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
}
.privacy-inner a:not(.is-btn):hover {
    color: var(--g-color);
}
@keyframes ani-shake {
    25% {
        transform: translateX(-10px);
    }
    75% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}
.sidebar-inner {
    top: 0;
}
.widget {
    position: relative;
    display: block;
}
.sidebar-inner .widget {
    overflow: inherit;
    width: 100%;
    margin-bottom: 30px;
}
.sidebar-menu .menu-item,
.widget.widget_nav_menu .menu-item {
    position: relative;
    display: block;
}
.sidebar-menu > li:last-child,
.widget.widget_nav_menu ul.menu > li:last-child {
    margin-bottom: 0;
}
.sidebar-menu > li:first-child > a,
.widget.widget_nav_menu > li:first-child > a {
    padding-top: 0;
    padding-left: 0;
}
.copyright-menu a,
.sidebar-menu a,
.widget.widget_nav_menu a {
    font-family: var(--dwidgets-family);
    font-size: 13px;
    font-weight: var(--dwidgets-fweight);
    font-style: var(--dwidgets-fstyle);
    position: relative;
    display: block;
    padding-top: var(--sidebar-menu-spacing, 5px);
    padding-bottom: var(--sidebar-menu-spacing, 5px);
    -webkit-transition: var(--effect);
    transition: var(--effect);
    letter-spacing: var(--dwidgets-fspace);
    text-transform: var(--dwidgets-transform);
    color: inherit;
}
.copyright-menu a:hover,
.sidebar-menu a:hover span,
.widget.widget_nav_menu a:hover {
    color: var(--g-color);
}
.sidebar-menu a span {
    position: relative;
    -webkit-transition: var(--effect);
    transition: var(--effect);
}
.widget_rss .widget-heading {
    display: flex;
    align-items: center;
}
.rss-widget-icon {
    display: none;
}
.widget_rss li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--flex-gray-15);
}
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}
.textwidget p {
    margin-bottom: 1rem;
}
.widget-heading.h4:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    border-right: 3px solid var(--heading-sub-color);
    border-left: 3px solid var(--heading-sub-color);
}
.widget-heading.h4 {
    line-height: 1.1;
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
.is-bg,
.is-icon-bg {
    --twitter-color: #00151c;
    --medium-color: #000;
    --threads-color: #000;
}
.is-icon-bg i {
    -webkit-transition: var(--effect);
    transition: var(--effect);
    color: var(--awhite);
    background-color: var(--s-icon-color);
}
.rb-w-title.h4 {
    line-height: 1.1;
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
    padding: 4px 20px;
    color: #fff;
    border-radius: var(--round-3);
    background: var(--g-color);
}
.rb-twitter-wrap {
    padding: 20px;
    border: 1px solid var(--flex-gray-15);
    border-radius: var(--round-5);
}
.rb-twitter-wrap .rb-twitter-text {
    font-weight: 400;
    -webkit-transition: var(--effect);
    transition: var(--effect);
    color: var(--excerpt-color);
}
.rb-twitter-wrap a {
    -webkit-transition: var(--effect);
    transition: var(--effect);
}
.rb-twitter-wrap a:hover {
    color: var(--g-color);
}
.rb-twitter-wrap a:hover .rb-twitter-text {
    color: inherit;
}
.about-content-wrap .social-icon-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}
.about-content-wrap .social-icon-wrap a {
    padding-right: 3px;
    color: deeppink;
    padding-left: 3px;
    -webkit-transition: var(--effect);
    transition: var(--effect);
}
.about-content-wrap .social-icon-wrap a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.about-content-wrap > :not(:last-child) {
    margin-bottom: 15px;
}
@keyframes reaction-spinner {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
[class*="elementor-widget-foxiz-ad"],
[class*="elementor-widget-foxiz-categories"],
[class*="elementor-widget-foxiz-overlay-"],
[class*="input-col-"] {
    width: 100%;
}
.data-item-icon {
    margin-right: 7px;
}
.rb-text > :where(:not(:last-child)) {
    margin-block-start: 0;
    margin-block-end: var(--cp-spacing, 1.5rem);
}
.rb-text h1,
.rb-text h2,
.rb-text h3,
.rb-text h4,
.rb-text h5,
.rb-text h6,
.wp-block-heading {
    margin-block-start: 0;
    margin-block-end: calc(var(--cp-spacing, 1.5rem) * 0.6);
}
p:empty {
    display: none;
}
.rb-text ul {
    list-style: circle inside;
}
.rb-text ul ul {
    list-style: disc inside;
}
.textwidget a:where(:not(.p-url)) {
    font-weight: var(--hyperlink-weight, 700);
    font-style: var(--hyperlink-style, normal);
    -webkit-transition: var(--effect);
    transition: var(--effect);
    color: var(--hyperlink-color, inherit);
    text-decoration-color: var(--hyperlink-line-color, transparent);
    text-decoration-line: underline;
    text-underline-offset: 1px;
}
.textwidget a:where(:not(.p-url)) {
    color: var(--g-color);
    text-decoration-color: var(--g-color);
}
.wp-block-rss a {
    font-family: var(--dwidgets-family);
    font-size: var(--dwidgets-fsize);
    font-weight: var(--dwidgets-fweight) !important;
    font-style: var(--dwidgets-fstyle) !important;
    line-height: 1.4;
    -webkit-transition: var(--effect);
    transition: var(--effect);
    text-decoration: none !important;
    letter-spacing: var(--dwidgets-fspace);
    text-transform: var(--dwidgets-transform);
}
.wp-block-heading a {
    text-decoration-color: currentColor !important;
}
[class*="input-col-"] :not([type="submit"]):not([type="file"]):not(.wpcf7-spinner) {
    width: 100%;
    max-width: 100%;
}
.wp-block-rss .wp-block-rss__item-title a {
    font-family: var(--h4-family);
    font-size: var(--h4-fsize);
    font-weight: var(--h4-fweight);
    display: block;
    letter-spacing: var(--h4-fspace);
}
.wp-block-rss .wp-block-rss__item-title a:before {
    font-family: ruby-icon !important;
    font-size: var(--em-mini);
    position: relative;
    margin-right: 7px;
    content: "\42";
}
.wp-block-rss li.wp-block-rss__item {
    margin-bottom: 15px;
}
.page404-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 70vh;
}
.page404-inner {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.page404-inner > :not(.page404-featured) {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.page404-inner .page-title {
    margin-bottom: 20px;
}
.footer-copyright {
    position: relative;
    display: block;
}
.footer-copyright .copyright * {
    font-size: inherit;
}
.footer-col .w-widget {
    margin-bottom: 40px;
}
.copyright-inner {
    font-size: 12px;
    display: flex;
    flex-flow: row nowrap;
    color: #0000008F; /* Removed !important to allow Dark Mode override */
    padding: 15px 0;
    border-top: 1px solid #333;
}
/* Fix for Dark Mode Copyright Text */
[data-bs-theme="dark"] .copyright-inner {
    color: rgba(255, 255, 255, 0.6) !important;
}

.copyright-inner > :last-child:is(.copyright) {
    margin-right: auto;
    margin-left: auto;
}
.copyright {
    opacity: 0.7;
}
.copyright-menu {
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    margin-left: auto;
}
.copyright-menu > li {
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
}
.copyright-menu > li:before {
    position: relative;
    display: flex;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    margin-left: 10px;
    content: "";
    opacity: 0.2;
    background: currentColor;
}
.copyright-menu > li:first-child:before {
    display: none;
}
.w-sidebar {
    margin-bottom: 50px;
}
.w-sidebar .widget-heading {
    margin-bottom: 20px;
}
[class*="elementor-widget-wp-widget"] ul {
    list-style: none;
}
.footer-wrap {
    position: relative;
    z-index: 0;
    display: block;
}
.footer-wrap:not(.footer-etemplate) > :first-child:not(.footer-copyright) {
    padding-top: 50px;
}
.footer-wrap.left-dot:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 20%;
    height: 50%;
    content: "";
    pointer-events: none;
    opacity: 0.2;
    background-image: radial-gradient(var(--body-fcolor) 0.75px, transparent 0.75px);
    background-size: 16px 16px;
}
[data-theme="dark"] .footer-wrap.left-dot:before {
    opacity: 0.12;
}
.footer-wrap .widget-heading.heading-layout-10,
.footer-wrap .widget-heading.heading-layout-c10 {
    opacity: 0.7;
}
.footer-col .w-sidebar {
    margin-bottom: 30px;
}
.footer-col .widget_nav_menu a > span {
    font-size: max(11px, var(--em-mini));
}
.footer-columns {
    position: relative;
    z-index: 2;
}
.footer-columns .footer-col {
    flex-basis: 50%;
    width: 50%;
}
.footer-3c .footer-col,
.footer-4c .footer-col:last-child,
.footer-columns .footer-col:first-child {
    flex-basis: 100%;
    width: 100%;
}
.white-text * {
    color: var(--awhite);
}
@keyframes liveAnimation {
    0% {
        transform: scale(0.5);
        opacity: 0.4;
    }
    80% {
        transform: scale(1.4);
        opacity: 0;
    }
    90% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(0.5);
        opacity: 0.4;
    }
}
@media (min-width: 768px) {
    .rb-col-2 > .block-inner > * {
        flex-basis: 50%;
        width: 50%;
    }
    .rb-col-3 > .block-inner > * {
        flex-basis: 33.33%;
        width: 33.33%;
    }
    .rb-col-4 > .block-inner > * {
        flex-basis: 25%;
        width: 25%;
    }
    .rb-col-5 > .block-inner > * {
        flex-basis: 20%;
        width: 20%;
    }
    .rb-col-6 > .block-inner > * {
        flex-basis: 16.66%;
        width: 16.66%;
    }
    .rb-col-7 > .block-inner > * {
        flex-basis: 14.25%;
        width: 14.25%;
    }
    .sidebar-inner .widget {
        margin-bottom: 40px;
    }
    .top-footer-inner > :not(:last-child) {
        margin-bottom: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .is-sidebar {
        max-width: 420px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1025px) {
    .heading-title > * {
        font-size: 17px;
    }
    .p-link {
        padding-top: 5px;
    }
    .page404-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page404-inner .page-title {
        margin-bottom: 25px;
    }
    .footer-columns .footer-col {
        flex-basis: 20%;
        width: 20%;
    }
    .footer-51c.footer-columns .footer-col {
        flex-basis: 15%;
        width: 15%;
    }
    .footer-4c .footer-col:first-child,
    .footer-4c .footer-col:last-child {
        flex-basis: 30%;
        width: 30%;
    }
    .footer-5c .footer-col:nth-child(1) {
        flex-basis: 20%;
        width: 20%;
    }
    .footer-51c .footer-col:nth-child(1) {
        flex-basis: 40%;
        width: 40%;
    }
    .footer-3c.footer-columns .footer-col {
        flex-basis: 25%;
        width: 25%;
    }
    .footer-3c.footer-columns .footer-col:nth-child(2) {
        flex-basis: 50%;
        width: 50%;
    }
}
@media (max-width: 1024px) {
    :root {
        --masonry-column: 2;
        --h1-fsize: 34px;
        --h2-fsize: 24px;
        --h3-fsize: 20px;
        --headline-fsize: 34px;
        --bottom-spacing: 30px;
    }
    .sidebar-inner {
        max-width: 370px;
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 991px) {
    .is-gap-25 .block-inner,
    .is-gap-30 .block-inner,
    .is-gap-35 .block-inner {
        margin-right: -20px;
        margin-left: -20px;
    }
    .is-gap-25 > .block-inner > *,
    .is-gap-30 > .block-inner > *,
    .is-gap-35 > .block-inner > * {
        padding-right: 20px;
        padding-left: 20px;
    }
    .footer-wrap:not(.footer-etemplate) > :first-child:not(.footer-copyright) {
        padding-top: 40px;
    }
    .w-sidebar {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    :root {
        --height-34: 28px;
        --height-40: 34px;
        --padding-40: 0 20px;
        --masonry-column: 1;
        --h1-fheight: 1.3;
        --h2-fheight: 1.3;
        --h3-fheight: 1.4;
        --bcrumb-fsize: 11px;
        --body-fsize: 15px;
        --btn-fsize: 11px;
        --cat-fsize: 10px;
        --dwidgets-fsize: 12px;
        --eauthor-fsize: 12px;
        --excerpt-fsize: 13px;
        --h1-fsize: 26px;
        --h2-fsize: 21px;
        --h3-fsize: 17px;
        --h4-fsize: 15px;
        --h5-fsize: 14px;
        --h6-fsize: 14px;
        --headline-fsize: 26px;
        --meta-fsize: 12px;
        --tagline-fsize: 17px;
        --rem-mini: 0.7rem;
        --tagline-s-fsize: 17px;
        --el-spacing: 10px;
        --rating-size: 12px;
        --b-avatar-size: 42px;
        --wnav-size: 19px;
    }
    .p-content {
        flex-grow: 1;
    }
    .copyright-inner {
        flex-direction: column-reverse;
        text-align: center;
    }
    .copyright-menu {
        flex-flow: row wrap;
        justify-content: center;
        margin-bottom: 12px;
        margin-left: 0;
    }
    .footer-wrap.left-dot:before {
        display: none;
    }
    .top-footer-inner > :not(:last-child) {
        margin-bottom: 35px;
    }
    .heading-layout-c8 .heading-title:after,
    .heading-layout-c8 .heading-title:before {
        width: 40px;
    }
    .textwidget p {
        font-size: var(--rem-small);
    }
}
@media all {
    .p-content > :last-child {
        margin-bottom: 0;
    }
}
@font-face {
    font-family: ruby-icon;
    font-display: swap;
    src: url(../fonts/icons.woff2?ver=2.5.0) format("woff2");
    font-weight: 400;
    font-style: normal;
}
.footer-wrap:not(.footer-etemplate) > :first-child:not(.footer-copyright) {
    padding-top: 50px;
}
.footer-has-bg {
    background-color: #f2f2f2;
}

.footer-site-description {
    font-size: 13px; 
    color: #000000E0; /* Removed !important to allow Dark Mode override */
    max-width: 280px; 
    margin-top: 20px;
}
/* Fix for Dark Mode Footer Description */
[data-bs-theme="dark"] .footer-site-description {
    color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 483px) { .footer-wrap:not(.footer-etemplate) > :first-child:not(.footer-copyright) {
    
    padding-bottom: 70px;
} }


.footer-space {
padding-bottom: 100px;
}





.c-river-section-title span {
    font-family: HarrietDisplayBlack, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.3em;
    color: currentColor;
    text-transform: uppercase;
}
.c-river-section-title--basic {
    position: relative;
}
@media (max-width: 600px) {
    .c-river-section-title--basic {
        text-align: center;
    }
}
.c-river-section-title--basic:before {
    border-top: 4px solid black;
    content: " ";
    height: 0;
    left: -16px;
    position: absolute;
    right: -16px;
    top: calc(50% - 0.3rem - 2px);
}
/* Fix for Dark Mode Section Title Line */
[data-bs-theme="dark"] .c-river-section-title--basic:before {
    border-top-color: #fff;
}

@media (min-width: 600px) {
    .c-river-section-title--basic:before {
        left: 0;
        right: 0;
    }
}
.c-river-section-title--basic span {
    background-color: #fff;
    display: inline-block;
    padding: 0 16px;
    position: relative;
}
/* Fix for Dark Mode Section Title Background */
[data-bs-theme="dark"] .c-river-section-title--basic span {
    background-color: var(--bs-body-bg, #0e0e0e);
    color: #fff;
}

@media (min-width: 600px) {
    .c-river-section-title--basic span {
        padding: 0 16px 0 0;
    }
}


.c-river-section-title h2 {
    font-family: HarrietDisplayBlack, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.3em;
    color: currentColor;
    text-transform: uppercase;
}
.c-river-section-title--basic {
    position: relative;
}
@media (max-width: 600px) {
    .c-river-section-title--basic {
        text-align: center;
    }
}
.c-river-section-title--basic:before {
    border-top: 4px solid black;
    content: " ";
    height: 0;
    left: -16px;
    position: absolute;
    right: -16px;
    top: calc(50% - 0.3rem - 2px);
}
@media (min-width: 600px) {
    .c-river-section-title--basic:before {
        left: 0;
        right: 0;
    }
}
.c-river-section-title--basic h2 {
    background-color: #fff;
    display: inline-block;
    padding: 0 16px;
    position: relative;
}
/* Fix for Dark Mode Section Heading H2 Background */
[data-bs-theme="dark"] .c-river-section-title--basic h2 {
    background-color: var(--bs-body-bg, #0e0e0e);
    color: #fff;
}

@media (min-width: 600px) {
    .c-river-section-title--basic h2 {
        padding: 0 16px 0 0;
    }
}


.hiddenMark {
    position: absolute;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(0%);
    clip-path: inset(0%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
}


/* Ensure the parent of #suggestions has position: relative in your existing CSS */
/* e.g., .search-container { position: relative; } */

#suggestions {
    position: absolute;
    top: 100%; /* Positions it directly below the input */
    left: 0;
    right: 0; /* Ensures it stretches to the width of the container */
    z-index: 1050; /* High z-index to sit on top of other content */
    display: none; /* Hidden by default */
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-height: 350px; /* Limit height on mobile so it doesn't take full screen */
    overflow-y: auto; /* Enable scrolling inside the dropdown */
}

/* Only show when the class is added */
#suggestions.show {
    display: block;
}

/* The individual clickable item */
#suggestions .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: #212529;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.15s ease-in-out;
    width: 100%; /* Ensure it fills width */
    box-sizing: border-box; /* Ensure padding doesn't affect width */
}

#suggestions .dropdown-item:hover {
    background-color: #f8f9fa;
}

/* Image styling */
#suggestions .dropdown-item .img {
    width: 50px; /* Fixed width for consistency */
    height: 50px; /* Fixed height */
    object-fit: cover; /* Prevents image distortion */
    border-radius: 4px;
    margin-right: 12px;
    flex-shrink: 0; /* Prevents image from squishing on very small screens */
}

/* Artist circle images */
#suggestions .dropdown-item .img.crop-circle {
    border-radius: 50%;
}

/* The container holding title and subtitle */
#suggestions .dropdown-item > span {
    display: flex;
    flex-direction: column;
    min-width: 0; /* Crucial for text-overflow to work inside flex child */
}

/* Title styling */
#suggestions .dropdown-item .title {
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap; /* Keep text on one line */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Add (...) if too long */
}

/* Subtitle styling */
#suggestions .dropdown-item .sub-title {
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ... (Keep all existing CSS in custom.css) ... */

/* =========================================
   MOVED FROM INLINE HEADER (XL-HEADER ENGINE)
   ========================================= */

/* --- 1. CORE LAYOUT --- */
body { 
    margin: 0; 
    padding-top: 70px !important; 
    padding-bottom: 70px !important; 
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
}

/* Fixed Header */
.xl-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 70px;
    background: #ffffff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    z-index: 100000;
    display: flex;
    align-items: center;
}

/* Global Container (Used for Header & Main Content) */
.xl-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Specific Fix for Header Container alignment */
.xl-header .xl-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

/* --- [FIX] GLOBAL OVERRIDES FOR FULL-WIDTH CONTAINERS --- */
.media-header-container,
.media-content-container,
.page-content-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.media-header-container .row,
.media-content-container .row {
    margin-left: 0;
    margin-right: 0;
}

/* --- 2. LOGO & BRAND --- */
.xl-brand { 
    display: flex; 
    align-items: center; 
    text-decoration: none; 
    z-index: 102; 
    /* [FIX] Prevent logo from being squashed in flex container */
    flex-shrink: 0; 
}

.xl-brand img { 
    /* [FIX] Responsive height: scales between 24px and 32px based on viewport */
    height: clamp(24px, 4vw, 32px); 
    width: auto; /* Maintain Dimension/Aspect Ratio */
    object-fit: contain;
    transition: height 0.2s ease;
}

.xl-logo-dark { display: block !important; }
.xl-logo-light { display: none !important; }

/* --- 3. MOBILE TOGGLE --- */
.xl-toggle-btn {
    background: none; border: none; cursor: pointer; padding: 8px;
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    color: #333; font-size: 20px; transition: color 0.2s;
}
.xl-icon-bar {
    width: 24px; height: 2px; background: currentColor; display: block; border-radius: 2px;
}

/* --- 4. RIGHT ACTIONS --- */
.xl-actions { display: flex; align-items: center; gap: 15px; }
.xl-theme-toggle { display: flex; align-items: center; }
.xl-theme-icon { 
    font-size: 22px; cursor: pointer; color: #555; transition: color 0.2s; margin-bottom: 0;
}
.xl-theme-icon:hover { color: #ff1493; }

/* --- 5. TOP NAVIGATION MENUS --- */
#xl-main-menu, #xl-search-box { display: none; }

/* --- 6. LIVE SEARCH RESULTS --- */
#suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    z-index: 100002;
    max-height: 400px;
    overflow-y: auto;
}
#suggestions.show { display: block; }

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.2s;
}
.dropdown-item:last-child { border-bottom: none; }
.dropdown-item:hover { background-color: #f9f9f9; }
.dropdown-item img {
    width: 40px; height: 40px; object-fit: cover; border-radius: 4px; margin-right: 15px;
}
.dropdown-item img.crop-circle { border-radius: 50%; }
.dropdown-item span { display: flex; flex-direction: column; }
.dropdown-item .title { font-weight: 600; font-size: 14px; color: #333; }
.dropdown-item .sub-title { font-size: 12px; color: #888; }

/* --- 7. MOBILE BOTTOM MENU --- */
.menu-mobile-container {
    display: block; position: fixed; bottom: 0; left: 0; right: 0;
    background: #ffffff; box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
    z-index: 9999; height: 60px; padding-bottom: env(safe-area-inset-bottom);
}
.mobile-menu {
    list-style: none; padding: 0; margin: 0;
    display: flex; height: 100%; justify-content: space-around; align-items: center;
}
.mobile-menu-item { flex: 1; text-align: center; }
.mobile-menu-link {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-decoration: none; color: #666; font-size: 10px; gap: 3px; height: 100%;
}
.mobile-menu-link svg { width: 22px; height: 22px; fill: currentColor; }
.mobile-menu-link:hover, .mobile-menu-link.active { color: #ff1493; }

/* --- 8. DESKTOP VIEW (Min-Width 992px) --- */
@media (min-width: 992px) {
    .xl-toggle-btn { display: none !important; }
    .menu-mobile-container { display: none !important; }
    body { padding-bottom: 0 !important; }

    /* [CRITICAL] Show menu on Desktop */
    #xl-main-menu {
        display: flex !important; 
        /* [FIX] Responsive left margin to prevent crowding */
        margin-left: clamp(20px, 3vw, 40px); 
        margin-right: auto; 
        height: 100%;
    }

    .xl-nav-list {
        display: flex; 
        list-style: none; 
        margin: 0; 
        padding: 0; 
        height: 100%; 
        /* [FIX] Responsive gap: shrinks spacing before breaking layout */
        gap: clamp(15px, 2vw, 30px); 
    }

    .xl-nav-item { height: 100%; display: flex; align-items: center; position: relative; }

    .xl-nav-link {
        text-decoration: none; 
        color: #444; 
        font-weight: 600; 
        /* [FIX] Responsive Font Size: Text scales down slightly on smaller desktops */
        font-size: clamp(13px, 1.1vw, 15px); 
        white-space: nowrap; /* Prevent text from wrapping */
        transition: color 0.2s; 
        padding: 5px 0;
    }
    .xl-nav-link:hover { color: #ff1493; }

    /* Dropdown */
    .xl-dropdown {
        display: none; position: absolute; top: 70px; left: -15px;
        background: #fff; min-width: 200px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-radius: 0 0 6px 6px;
        padding: 10px 0; list-style: none; border-top: 3px solid #ff1493;
    }
    .xl-nav-item:hover .xl-dropdown { display: block; animation: fadeIn 0.2s ease; }
    .xl-dropdown li a {
        display: block; padding: 10px 20px; color: #555; text-decoration: none; font-size: 14px;
    }
    .xl-dropdown li a:hover { background: #f8f9fa; color: #ff1493; }

    /* Search Box */
    #xl-search-box {
        display: block !important; position: relative; 
        /* [FIX] Responsive search box width */
        width: clamp(200px, 20vw, 280px);
    }
    .xl-search-form { display: flex; width: 100%; position: relative; }
    .xl-search-input {
        width: 100%; padding: 10px 40px 10px 20px;
        border: 1px solid #e1e1e1; background: #f8f9fa;
        border-radius: 50px; outline: none; font-size: 14px;
    }
    .xl-search-input:focus { border-color: #ff1493; background: #fff; }
    .xl-search-submit {
        position: absolute; right: 5px; top: 50%; transform: translateY(-50%);
        background: #ff1493; color: white; border: none;
        width: 32px; height: 32px; border-radius: 50%;
        cursor: pointer; display: flex; align-items: center; justify-content: center;
    }
}

/* --- 9. MOBILE TOP MENU ACTIVE STATE --- */
#xl-main-menu.xl-active {
    display: block !important; 
    position: absolute; 
    top: 70px; 
    left: 0; 
    right: 0;
    background: #ffffff; 
    padding: 0; 
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-top: 1px solid #f0f0f0; 
    max-height: 85vh; 
    overflow-y: auto;
    animation: slideDown 0.2s ease-out; 
    z-index: 101;
    visibility: visible !important;
    opacity: 1 !important;
}
#xl-main-menu.xl-active .xl-nav-list { list-style: none; padding: 10px 0; margin: 0; }
#xl-main-menu.xl-active .xl-nav-item { border-bottom: 1px solid #f5f5f5; }
#xl-main-menu.xl-active .xl-nav-link {
    display: block; padding: 15px 20px; color: #333;
    text-decoration: none; font-size: 16px; font-weight: 500;
}
#xl-main-menu.xl-active .xl-dropdown {
    display: block; position: static; box-shadow: none; border: none;
    padding-left: 20px; background: #fafafa;
}
#xl-main-menu.xl-active .xl-dropdown li a {
    padding: 12px 20px; display: block; color: #666; text-decoration: none; font-size: 14px;
}

#xl-search-box.xl-active {
    display: block !important; position: absolute; top: 70px; left: 0; right: 0;
    background: #fff; padding: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); z-index: 100;
}
#xl-search-box.xl-active .xl-search-input {
    width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 8px; background: #f8f9fa;
}
#xl-search-box.xl-active .xl-search-submit { display: none; }
#xl-search-box.xl-active #suggestions {
    position: static; box-shadow: none; border-top: 1px solid #eee; border-radius: 0;
}

/* --- 10. DARK MODE OVERRIDES --- */
[data-bs-theme="dark"] body { 
    background-color: #0e0e0e; 
}
[data-bs-theme="dark"] .xl-header { 
    background-color: #0e0e0e; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.5); 
    border-bottom: 1px solid #333;
}
[data-bs-theme="dark"] .xl-toggle-btn, [data-bs-theme="dark"] .xl-theme-icon { color: #fff; }

[data-bs-theme="dark"] .xl-logo-dark { display: none !important; }
[data-bs-theme="dark"] .xl-logo-light { display: block !important; }

[data-bs-theme="dark"] .xl-nav-link { color: #e5e7eb; }
[data-bs-theme="dark"] .xl-nav-link:hover { color: #ff1493; }

[data-bs-theme="dark"] .xl-dropdown,
[data-bs-theme="dark"] #xl-main-menu.xl-active,
[data-bs-theme="dark"] #xl-search-box.xl-active,
[data-bs-theme="dark"] .menu-mobile-container {
    background-color: #0e0e0e; 
    border-color: #333;
}

[data-bs-theme="dark"] .xl-dropdown li a,
[data-bs-theme="dark"] #xl-main-menu.xl-active .xl-nav-link,
[data-bs-theme="dark"] .mobile-menu-link {
    color: #d1d5db;
}
[data-bs-theme="dark"] .xl-dropdown li a:hover,
[data-bs-theme="dark"] .mobile-menu-link:hover {
    background-color: #1a1a1a; color: #fff;
}
[data-bs-theme="dark"] .xl-search-input {
    background-color: #0e0e0e !important; border-color: #333 !important; color: white !important;
}
[data-bs-theme="dark"] #xl-main-menu.xl-active .xl-dropdown {
    background-color: #0e0e0e;
}

[data-bs-theme="dark"] #suggestions {
    background: #0e0e0e; border-color: #333;
}
[data-bs-theme="dark"] .dropdown-item {
    color: #e5e7eb; border-bottom-color: #333;
}
[data-bs-theme="dark"] .dropdown-item:hover {
    background-color: #1a1a1a;
}
[data-bs-theme="dark"] .dropdown-item .title { color: #fff; }
[data-bs-theme="dark"] .dropdown-item .sub-title { color: #9ca3af; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.plyr { --plyr-color-main: #ff1493 !important; }




 /* --- Footer Ad Styling --- */
        :root {
            --xl-mobile-menu-height: 60px;
            --xl-player-height: 73px;
            --xl-safe-area: env(safe-area-inset-bottom, 0px);
        }

        .xl-footer-ad-container {
            position: fixed;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 9000;
            pointer-events: none;
            display: flex;
            justify-content: center;
            bottom: 0; 
            transition: bottom 0.4s ease-in-out;
        }

        .xl-footer-ad-wrapper {
            pointer-events: auto;
            display: inline-block;
            background-color: #ffffff;
            box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            overflow: visible; 
            position: relative;
            max-width: 100%;
        }
        
        /* Close Button Styles */
        .xl-ad-close-btn {
            position: absolute;
            top: -15px;
            right: -10px;
            width: 28px;
            height: 28px;
            background-color: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            color: #4b5563;
            z-index: 9001;
            transition: all 0.2s ease;
            padding: 0;
        }
        
        .xl-ad-close-btn:hover {
            background-color: #f3f4f6;
            color: #ef4444;
            transform: scale(1.1);
        }

        [data-bs-theme="dark"] .xl-footer-ad-wrapper {
            background-color: #1f2937;
            border-top: 1px solid #374151;
        }
        
        [data-bs-theme="dark"] .xl-ad-close-btn {
            background-color: #374151;
            border-color: #4b5563;
            color: #d1d5db;
        }
        [data-bs-theme="dark"] .xl-ad-close-btn:hover {
            background-color: #4b5563;
            color: #ffffff;
        }

        /* --- MOBILE LAYOUT (< 992px) --- */
        @media (max-width: 991px) {
            .xl-footer-ad-container {
                bottom: calc(var(--xl-mobile-menu-height) + var(--xl-safe-area));
            }

            html.open-player .xl-footer-ad-container {
                bottom: calc(var(--xl-mobile-menu-height) + var(--xl-player-height) + var(--xl-safe-area)) !important;
            }
        }
        
        /* --- DESKTOP LAYOUT (> 992px) --- */
        @media (min-width: 992px) {
             html.open-player .xl-footer-ad-container {
                bottom: var(--xl-player-height) !important;
            }
        }

        /* --- Digital Store Links Styling --- */
.digital-store-links {
  margin: 2rem 0;
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 12px;
  border: 1px solid #eaeaea;
}
.digital-store-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #333;
}
.store-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff !important; 
  transition: transform 0.2s, opacity 0.2s;
  min-width: 160px;
}
.store-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  text-decoration: none;
}
.store-btn--spotify { background-color: #1DB954; }
.store-btn--apple { background-color: #000; border: 1px solid #333; }
.store-btn--youtube { background-color: #FF0000; }
.store-btn--audiomack { background-color: #FFA200; color: #000 !important; }
.store-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: block;
}
/* Dark mode support */
.dark .digital-store-links {
  background: #1a1a1a;
  border-color: #333;
}
.dark .digital-store-title { color: #fff; }
.dark .store-btn--apple { background-color: #fff; color: #000 !important; }
.digital-store-embed {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}