/* SCSS entry file. With @use, Sass requires module imports first. */

/* Webfont definitions */

/* Note: These paths are relative to the final compiled CSS in dist/css/styles.css */

@font-face {
    font-family: "Steelfish";

    src:
        url("../fonts/Steelfish-Regular.woff2") format("woff2"),
        url("../fonts/Steelfish-Regular.woff") format("woff");

    font-weight: 400;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: "Steelfish";

    src:
        url("../fonts/Steelfish-Bold.woff2") format("woff2"),
        url("../fonts/Steelfish-Bold.woff") format("woff");

    font-weight: 700;

    font-style: normal;

    font-display: swap;
}

/* search bar primary color */
[type="text"]:focus,
input:where(:not([type])):focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    --tw-ring-color: #469cb7 !important;
    border-color: #469cb7 !important;
}

/*=============================*/

/*TYPOGRAPHY*/

/*=============================*/

.page-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

@media not all and (min-width: 768px) {
    .page-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.ac-heading-2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.ac-heading-3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Global base styles (optional placeholder) */

/*===========================================================*/

/* SEARCH BAR */

/*===========================================================*/

.ac-global-search-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    height: 100dvh;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
    overflow: auto;
}

/*===========================================================*/

/* ALPHABET LIST */

/*===========================================================*/

.ac-alphabet-list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    row-gap: 0.75rem;
}

.ac-alphabet-list .ac-alphabet-item {
    flex: none;
    flex-basis: 3.5rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    line-height: 200%;
    --tw-text-opacity: 1;
    color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

.ac-alphabet-list .ac-alphabet-item:hover {
    --tw-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 768px) {
    .ac-alphabet-list .ac-alphabet-item {
        flex-basis: 2.5rem;
        padding: 0.375rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

/* Vendor overrides or third-party styles (placeholder) */

/* Card component styles (placeholder) */

.ac-button-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.05;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-button-circle svg {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ac-inverted-header .ac-button-circle {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ac-button-datepicker {
    height: 4rem;
    width: 4rem;
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.ac-button-primary {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(70 156 183 / var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Responsive header + mobile overlay menu */

.ac-page-hero {
    position: relative;
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 5rem;
}

@media (min-width: 768px) {
    .ac-page-hero {
        height: 450px;
    }
}

.ac-page-hero .ac-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ac-page-hero .ac-hero-content> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.ac-page-hero .ac-hero-content {
    text-align: center;
}

@media not all and (min-width: 768px) {
    .ac-page-hero .ac-hero-content> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }
}

.ac-page-hero .ac-hero-content .ac-hero-title {
    font-family:
        Steelfish,
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans;
    font-size: clamp(58px, 6vw, 100px);
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ac-cover-artistry {
    background-image: url(../images/cover-artistry.png);
    background-size: cover;
}

.ac-hero-action-container {
    display: flex;
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    gap: 0.75rem;
}

@media not all and (min-width: 768px) {
    .ac-hero-action-container {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.ac-cover-airplay {
    background-image: url(../images/cover-airplay.png);
    background-size: cover;
}

.ac-cover-artists,
.ac-cover-songs {
    background-image: url(../images/cover-artists-songs.png);
    background-size: cover;
}

.ac-artist-header {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: space-between;
}

.ac-artist-profile-media {
    display: flex;
    gap: clamp(1rem, 2vw, 2rem);
    align-items: flex-end;
}

.ac-artist-profile-image {
    width: clamp(150px, 12vw, 200px);
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 24px;
    border: solid 1px #ffffff;
}

.ac-artist-profile-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.ac-artist-header .ac-artist-name {
    font-family:
        Steelfish,
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans;
    font-size: clamp(48px, 6vw, 64px);
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ac-artist-header .ac-artist-flag {
    aspect-ratio: 3/2;
    width: 2rem;
    flex-shrink: 0;
    overflow: hidden;
}

.ac-artist-header .ac-artist-flag img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ac-artist-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media not all and (min-width: 768px) {
    .ac-artist-card {
        flex-direction: column;
        gap: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.ac-artist-card figure {
    aspect-ratio: 1 / 1;
    width: 80px;
    overflow: hidden;
    border-radius: 1rem;
}

@media not all and (min-width: 768px) {
    .ac-artist-card figure {
        width: 3.5rem;
    }
}

.ac-artist-card figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ac-artist-card-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
}

@media not all and (min-width: 768px) {
    .ac-artist-card-title {
        text-align: center;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.ac-artist-card-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
    .ac-artist-card-subtitle {
        text-align: center;
    }
}

.ac-cover-awards {
    background-image: url(../images/cover-awards.png);
    background-size: cover;
}

.ac-category-card {
    overflow: hidden;
    border-radius: 0.75rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(146 29 140 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

[data-color="artistry"] .ac-category-card {
    --tw-border-opacity: 1;
    border-color: rgb(239 142 0 / var(--tw-border-opacity, 1));
}

[data-color="airplay"] .ac-category-card {
    --tw-border-opacity: 1;
    border-color: rgb(65 155 93 / var(--tw-border-opacity, 1));
}

[data-color="albums"] .ac-category-card {
    --tw-border-opacity: 1;
    border-color: rgb(58 168 211 / var(--tw-border-opacity, 1));
}

[data-color="achievements"] .ac-category-card {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.ac-category-menu {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ac-category-menu .ac-category-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 2;
    --tw-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ac-category-menu .ac-category-menu-item span {
    font-weight: 600;
}

.ac-category-menu .ac-category-menu-item.active {
    --tw-bg-opacity: 1;
    background-color: rgb(146 29 140 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ac-cover-album-detail {
    height: auto;
    padding-bottom: 1rem;
}

.ac-cover-artist-detail {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
        padding-top: clamp(12rem, 10vw, 6rem);
    padding-bottom: clamp(3rem, 10vw, 5rem);
}

.ac-cover-artist-detail::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 40%);
}

.ac-soal-block {
    display: flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 1rem;
}

@media not all and (min-width: 768px) {
    .ac-soal-block {
        flex-direction: column;
    }
}

.ac-soal-media {
    flex-shrink: 0;
}

.ac-soal-media figure {
    aspect-ratio: 1 / 1;
    width: 200px;
    overflow: hidden;
    border-radius: 1rem;
}

@media not all and (min-width: 768px) {
    .ac-soal-media figure {
        width: 125px;
    }
}

.ac-soal-media figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ac-soal-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.75rem;
}

.ac-soal-content .ac-soal-content-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ac-soal-content .ac-soal-content-header .ac-soal-header-title> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.ac-soal-content .ac-soal-content-header .ac-soal-header-title {
    font-size: clamp(16px, 4vw, 20px);
}

.ac-soal-content .ac-soal-content-header .ac-soal-header-stats {
    flex-shrink: 0;
}

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

.ac-soal-content .ac-soal-content-footer .ac-soal-footer-awards {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.75rem;
}

.ac-soal-content .ac-soal-content-footer .ac-soal-footer-stats {
    display: flex;
    gap: 0.25rem;
}

@media not all and (min-width: 768px) {
    .ac-progress-chart-wrapper> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }
}

.ac-progress-chart-row {
    display: grid;
    grid-template-columns: 80px 40px 1fr 36px;
    align-items: center;
    gap: 1rem;
}

@media not all and (min-width: 768px) {
    .ac-progress-chart-row {
        grid-template-columns: 80px 52px 1fr 20px;
        gap: 8px;
    }
}

.ac-progress-chart-date {
    font-size: 13px;
    font-weight: 600;
}

.ac-progress-chart-peak {
    height: 30px;
    text-align: right;
}

.ac-progress-chart-bar-container {
    height: 1.25rem;
    width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: rgb(214 219 237 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.4;
}

.ac-progress-chart-bar {
    position: relative;
    height: 100%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

[data-color="artistry"] .ac-progress-chart-bar {
    --tw-bg-opacity: 1;
    background-color: rgb(239 142 0 / var(--tw-bg-opacity, 1));
}

[data-color="airplay"] .ac-progress-chart-bar {
    --tw-bg-opacity: 1;
    background-color: rgb(65 155 93 / var(--tw-bg-opacity, 1));
}

.ac-progress-chart-label {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 13px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ac-picker-block {
    display: flex;
    height: 4rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    padding: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ac-picker-block a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-picker-block .ac-selected-date {
    width: 9rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.ac-form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.ac-form-control {
    width: 100%;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(31 31 31 / var(--tw-border-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.ac-form-control:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

select.ac-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.34156 7.5H14.6582C14.823 7.50069 14.9839 7.55024 15.1206 7.64237C15.2572 7.73451 15.3635 7.8651 15.426 8.01762C15.4884 8.17015 15.5042 8.33776 15.4714 8.49928C15.4386 8.66079 15.3586 8.80894 15.2416 8.925L10.5916 13.575C10.5141 13.6531 10.4219 13.7151 10.3204 13.7574C10.2188 13.7997 10.1099 13.8215 9.99989 13.8215C9.88988 13.8215 9.78096 13.7997 9.67941 13.7574C9.57786 13.7151 9.48569 13.6531 9.40823 13.575L4.75823 8.925C4.64121 8.80894 4.56123 8.66079 4.52841 8.49928C4.49559 8.33776 4.5114 8.17015 4.57383 8.01762C4.63627 7.8651 4.74254 7.73451 4.87919 7.64237C5.01584 7.55024 5.17675 7.50069 5.34156 7.5Z" fill="%23252F4A"/></svg>') no-repeat right 12px center;
}

.ac-input-group {
    position: relative;
    display: inline-flex;
    width: 100%;
}

.ac-input-group .ac-form-control {
    padding-right: 3rem;
}

.ac-input-group .ac-form-action {
    position: absolute;
    right: 1rem;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ac-badge {
    display: inline-flex;
    width: 72px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

.ac-badge-small {
    padding: 0.275rem 0.5rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
}

.ac-badge .material-symbols-outlined,
.ac-badge svg {
    flex-shrink: 0;
    fill: #fff;
    font-size: 20px;
}

@media not all and (min-width: 768px) {
    .ac-badge svg {
        height: 1rem;
        width: 1rem;
    }
}

.ac-badge-rounded {
    height: 3rem;
    width: 3rem;
    border-radius: 9999px;
}

.ac-badge-diamond {
    height: 3rem;
    width: 3rem;
    border-radius: 0;
    background: none;
    transform: translate(8px, -8px) !important;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        inset: 9.05px;
        background: #b1d9f5;
        transform: rotate(45deg);
        z-index: -1;
    }
}

[data-color="artistry"] .ac-badge {
    --tw-bg-opacity: 1;
    background-color: rgb(239 142 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
    --tw-text-opacity: 1;
    color: rgb(239 142 0 / var(--tw-text-opacity, 1));
}

[data-color="airplay"] .ac-badge {
    --tw-bg-opacity: 1;
    background-color: rgb(65 155 93 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
    --tw-text-opacity: 1;
    color: rgb(65 155 93 / var(--tw-text-opacity, 1));
}

[data-color="awards"] .ac-badge {
    --tw-bg-opacity: 1;
    background-color: rgb(146 29 140 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
    --tw-text-opacity: 1;
    color: rgb(146 29 140 / var(--tw-text-opacity, 1));
}

[data-color="albums"] .ac-badge {
    --tw-bg-opacity: 1;
    background-color: rgb(58 168 211 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
    --tw-text-opacity: 1;
    color: rgb(58 168 211 / var(--tw-text-opacity, 1));
}

[data-color="achievements"] .ac-badge {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.ac-badge-large {
    display: block;
    width: 100px;
    border-radius: 9999px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1024px) {
    .ac-badge-large {
        width: 60px;
        padding: 0.25rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.ac-badge-circle {
    height: 3rem;
    width: 3rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-accordion-item {
    overflow: hidden;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ac-accordion-item .ac-accordion-header {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 0.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.ac-accordion-item .ac-accordion-header .ac-accordion-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ac-accordion-item .ac-accordion-header.active {
    --tw-bg-opacity: 1;
    background-color: rgb(146 29 140 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ac-accordion-item .ac-accordion-content {
    overflow: hidden;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(146 29 140 / var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.ac-accordion-item .ac-category-list {
    list-style-type: none;
}

.ac-accordion-item .ac-category-list> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.ac-accordion-item .ac-category-list a {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
}

.ac-accordion-item[data-type="separated"] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 0px;
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ac-accordion-item[data-type="separated"] .ac-accordion-header {
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(146 29 140 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ac-accordion-item[data-type="separated"] .ac-accordion-header .ac-accordion-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.ac-accordion-item[data-type="separated"] .ac-accordion-content {
    border-style: none;
    padding: 0px;
}

.ac-accordion-item[data-color="artistry"] .ac-accordion-header {
    --tw-bg-opacity: 1;
    background-color: rgb(239 142 0 / var(--tw-bg-opacity, 1));
}

.ac-accordion-item[data-color="airplay"] .ac-accordion-header {
    --tw-bg-opacity: 1;
    background-color: rgb(65 155 93 / var(--tw-bg-opacity, 1));
}

.ac-accordion-item[data-color="awards"] .ac-accordion-header {
    --tw-bg-opacity: 1;
    background-color: rgb(146 29 140 / var(--tw-bg-opacity, 1));
}

.ac-accordion-item[data-color="albums"] .ac-accordion-header {
    --tw-bg-opacity: 1;
    background-color: rgb(58 168 211 / var(--tw-bg-opacity, 1));
}

.ac-accordion-item[data-color="achievements"] .ac-accordion-header {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.ac-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.ac-table th,
.ac-table td {
    padding: 0.75rem;
}

.ac-table th:first-child,
.ac-table td:first-child {
    padding-left: 1.5rem;
}

.ac-table th:last-child,
.ac-table td:last-child {
    padding-right: 1.5rem;
}

.ac-table th {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

[data-color="artistry"] .ac-table th {
    --tw-bg-opacity: 1;
    background-color: rgb(239 142 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
}

[data-color="airplay"] .ac-table th {
    --tw-bg-opacity: 1;
    background-color: rgb(65 155 93 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
}

[data-color="awards"] .ac-table th {
    --tw-bg-opacity: 1;
    background-color: rgb(146 29 140 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
}

[data-color="albums"] .ac-table th {
    --tw-bg-opacity: 1;
    background-color: rgb(58 168 211 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
}

[data-color="achievements"] .ac-table th {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
}

.ac-table tr td {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(232 232 233 / var(--tw-border-opacity, 1));
}

.ac-table tr:last-child td {
    border-style: none;
}

.ac-peak-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    font-weight: 700;
}

footer {
    --tw-bg-opacity: 1;
    background-color: rgb(232 232 233 / var(--tw-bg-opacity, 1));
}

footer .footer-container {
    grid-template-columns: auto 1fr auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media not all and (min-width: 768px) {
    footer .footer-container {
        display: flex;
    }
}

@media (min-width: 768px) {
    footer .footer-container {
        display: grid;
    }

    .ac-cover-artist-detail::after {
        backdrop-filter: blur(3px);
    }
}

.ac-dropdown-menu {
    margin-top: 0.5rem;
    --tw-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    min-width: 18rem;
    overflow: hidden;
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(232 232 233 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.ac-dropdown-menu-item {
    text-align: left;
    font-size: 1rem;
    line-height: 1.25rem;
}

.ac-dropdown-menu-item:not(:last-child) {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(232 232 233 / var(--tw-border-opacity, 1));
}

.ac-dropdown-menu-container {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 10;
    margin-top: -1rem;
    padding-top: 1rem;
}

.ac-dropdown-menu-container::before,
.ac-dropdown-menu-container::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 1.5rem;
    z-index: 10;
    display: block;
    height: 0px;
    width: 0px;
    border-width: 12px;
    border-color: transparent;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(232 232 233 / var(--tw-border-opacity, 1));
}

.ac-dropdown-menu-container::after {
    content: "";
    top: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

/* Then include Tailwind layers */

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e8e8e9;
    /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family:
        ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family:
        ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}

html {
    scroll-behavior: smooth;
    font-family:
        "Plus Jakarta Sans",
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans;
}

body {
    min-height: 100vh;
    --tw-bg-opacity: 1;
    background-color: rgb(245 244 249 / var(--tw-bg-opacity, 1));
}

body.ac-no-scroll {
    overflow: hidden;
}

.ac-wrapper {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    padding-bottom: 75px;
}

/*===========================================================*/

/* SEPARATOR LINE */

/*===========================================================*/

.separator-line::after {
    content: "";
    height: 3px;
    width: 125%;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    position: absolute;
    top: 100%;
    left: 0px;
}

.ac-stats-datalist {
    display: grid;
    grid-template-columns: 50px 30px;
    align-items: center;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    row-gap: 0.5rem;
}

.ac-stats-datalist dt {
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ac-stats-datalist dt~dt {
    margin-left: 0.5rem;
}

.ac-stats-datalist dd {
    text-align: right;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Example: normalize or library overrides */

/* Lock scroll when menu open using a single body class */

body.menu-open {
    overflow: hidden;
}

.container {
    width: 100%;
}

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

.ac-container {
    width: 100%;
}

@media (min-width: 1280px) {
    .ac-container {
        max-width: 1280px;
    }
}

.ac-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.ac-card {
    margin-top: -3rem;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 2rem;
}

@media not all and (min-width: 768px) {
    .ac-card {
        margin-top: -2rem;
        border-radius: 0.75rem;
        padding: 1rem;
    }
}

.ac-card-header {
    margin-bottom: 2rem;
}

.ac-card-header .ac-card-title {
    font-family:
        Steelfish,
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

.ac-chart-card {
    display: flex;
    overflow: hidden;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(232 232 233 / var(--tw-border-opacity, 1));
}

.ac-chart-card:last-child {
    border-bottom-width: 0px;
}

.ac-chart-card-badge {
    display: flex;
    width: 5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.ac-chart-card-badge>span {
    font-size: 28px;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

.ac-chart-card-content {
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.ac-chart-card-content .ac-chart-card-block {
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 1.5rem;
}

.ac-chart-card-content .ac-badge {
    right: 0.5rem;
    top: 0.5rem;
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ac-chart-card .ac-chart-media {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 1.5rem;
}

.ac-chart-card .ac-chart-media figure {
    aspect-ratio: 1 / 1;
    width: 5rem;
    overflow: hidden;
    border-radius: 1rem;
}

@media not all and (min-width: 768px) {
    .ac-chart-card .ac-chart-media figure {
        width: 4rem;
    }
}

.ac-chart-card .ac-chart-media figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ac-chart-card .ac-chart-media-content {
    display: flex;
    flex-grow: 1;
    gap: 1.5rem;
    align-items: center;
}

.ac-chart-card.position-1 {
    border-radius: 1rem;
    border-width: 1px;
}

.page-artistry .ac-chart-card.position-1 {
    --tw-border-opacity: 1;
    border-color: rgb(239 142 0 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(239 142 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
}

.page-airplay .ac-chart-card.position-1 {
    --tw-border-opacity: 1;
    border-color: rgb(65 155 93 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(65 155 93 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
}

.page-awards .ac-chart-card.position-1 {
    --tw-border-opacity: 1;
    border-color: rgb(146 29 140 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(146 29 140 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 8%;
}

@media (min-width: 768px) {
    .page-artistry .ac-chart-card.position-1 .ac-chart-card-badge {
        --tw-bg-opacity: 1;
        background-color: rgb(239 142 0 / var(--tw-bg-opacity, 1));
    }

    .page-airplay .ac-chart-card.position-1 .ac-chart-card-badge {
        --tw-bg-opacity: 1;
        background-color: rgb(65 155 93 / var(--tw-bg-opacity, 1));
    }

    .page-awards .ac-chart-card.position-1 .ac-chart-card-badge {
        --tw-bg-opacity: 1;
        background-color: rgb(146 29 140 / var(--tw-bg-opacity, 1));
    }

    .ac-chart-card.position-1 .ac-chart-card-badge>span {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}

.ac-chart-card.position-1 .ac-chart-media figure {
    width: 100px;
}

.ac-category-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ac-category-card-title {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.ac-category-card-action {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    flex-shrink: 0;
}

.ac-category-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .ac-category-card-body {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.ac-category-card-body .ac-chart-card {
    width: 100%;
}

@media (min-width: 768px) {
    .ac-category-card-body .ac-chart-card:not(.position-1) {
        width: 100%;
    }
}

.ac-stats-card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.ac-stats-card> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.ac-stats-card {
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0.75rem;
    text-align: center;
    --tw-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.from-orange\/15 .ac-stats-card {
    border-width: 1px;
    border-color: rgb(239 142 0 / var(--tw-border-opacity, 1));
    --tw-border-opacity: 0.2;
}

.from-green\/15 .ac-stats-card {
    border-width: 1px;
    border-color: rgb(65 155 93 / var(--tw-border-opacity, 1));
    --tw-border-opacity: 0.2;
}

.from-purple\/15 .ac-stats-card {
    border-width: 1px;
    border-color: rgb(146 29 140 / var(--tw-border-opacity, 1));
    --tw-border-opacity: 0.2;
}

.from-orange\/15 .ac-stats-card.active {
    --tw-bg-opacity: 1;
    background-color: rgb(239 142 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.from-green\/15 .ac-stats-card.active {
    --tw-bg-opacity: 1;
    background-color: rgb(65 155 93 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.from-purple\/15 .ac-stats-card.active {
    --tw-bg-opacity: 1;
    background-color: rgb(146 29 140 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {
    .ac-progress-chart-label
    {
        position: relative;
        transform: none;
        top: -3px;
        left: 6px;
        right: auto;
    }
    .is-card-listing:not(:has(.skeleton)) {
        position: absolute;
        width: calc(100% - 48px);
        box-shadow: 5px 5px 10px rgb(0 0 0 / 8%);
        border-radius: 0.75rem;
        z-index: 9;
    }

    .is-card-listing .ac-stats-card-wrapper {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        background: white;
    }

    .is-card-listing .ac-stats-card-wrapper:has(.skeleton) {
        padding: 0 !important;
    }

    .is-card-listing .ac-stats-card.active {
        background-color: white !important;
        color: rgb(239 142 0 / var(--tw-bg-opacity, 1)) !important;
        align-items: flex-start !important;
        margin-bottom: 0.75rem;
    }

    .is-card-listing .ac-stats-card {
        border: none !important;
        border-width: 0rem !important;
        padding: 0 0.75rem !important;
        box-shadow: none !important;
        flex-direction: row-reverse !important;
        justify-content: space-between !important;
        align-items: center;
    }

    .is-card-listing .ac-stats-card.skeleton {
        padding: 0 !important;
    }

    .is-card-listing .ac-stats-card:not(.skeleton):first-child {
        flex-direction: row !important;
        justify-content: flex-start !important;
    }

    .is-card-listing .ac-stats-card .ac-stat-count {
        font-size: 16px !important;
    }

    .is-card-listing .ac-stats-card .ac-stat-type {
        font-weight: 600 !important;
        margin: 0 !important;
    }

    .from-orange\/15 .ac-stats-card.active,
    .from-orange\/15 .ac-stats-card.active .ac-stats-card-title {
        color: rgb(239 142 0 / var(--tw-bg-opacity, 1));
    }

    .from-green\/15 .ac-stats-card.active,
    .from-green\/15 .ac-stats-card.active .ac-stats-card-title {
        color: rgb(65 155 93 / var(--tw-bg-opacity, 1));
    }

    .from-purple\/15 .ac-stats-card.active,
    .from-purple\/15 .ac-stats-card.active .ac-stats-card-title {
        color: rgb(146 29 140 / var(--tw-bg-opacity, 1));
    }
}

.ac-stats-card-title {
    font-weight: 700;
    text-transform: uppercase;
}

.ac-stats-card .ac-stat-count {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.ac-stats-card .ac-stat-type {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}

.ac-stats-card.skeleton {
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ac-stats-card.skeleton .ac-stat-count {
    font-size: 1rem;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    padding-top: 1rem;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

header .logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ac-inverted-header header .logo {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

header {
    /* Single nav used for both desktop and mobile */
}

header .primary-nav {
    display: none;
    align-items: center;
    gap: 3rem;
}

@media not all and (min-width: 1024px) {
    header .primary-nav {
        gap: 1.5rem;
    }
}

@media (min-width: 768px) {
    header .primary-nav {
        display: flex;
    }
}

header .primary-nav-item {
    font-size: clamp(13px, 1vw, 16px);
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
    .ac-inverted-header header .primary-nav-item {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }
}

header .primary-nav-item.active {
    position: relative;
    font-weight: 600;
}

header .primary-nav-item.active::after {
    content: "";
    height: 0.125rem;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0.25rem;
    margin: -0.25rem;
    background: #fefefe;
    background: linear-gradient(90deg,
            rgb(254, 254, 254) 0%,
            rgba(254, 254, 254, 0) 100%);
}

header {
    /* Hamburger button */
}

header .hamburger {
    z-index: 50;
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
    header .hamburger {
        display: none;
    }
}

header .hamburger .material-symbols-outlined {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1;
}

.ac-inverted-header header .hamburger {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ac-inverted-header.menu-open header .hamburger {
    --tw-invert: invert(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

header {
    /* Mobile overlay state driven by body.menu-open */
}

body.menu-open header .primary-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 40;
    display: flex;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
    body.menu-open header .primary-nav {
        display: none;
    }
}

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

.visible {
    visibility: visible;
}

.collapse {
    visibility: collapse;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.left-1 {
    left: 0.25rem;
}

.left-6 {
    left: 1.5rem;
}

.right-0 {
    right: 0px;
}

.right-2 {
    right: 0.5rem;
}

.right-3 {
    right: 0.75rem;
}

.right-4 {
    right: 1rem;
}

.top-0 {
    top: 0px;
}

.top-1\/2 {
    top: 50%;
}

.top-4 {
    top: 1rem;
}

.top-\[1px\] {
    top: 1px;
}

.top-full {
    top: 100%;
}

.z-10 {
    z-index: 10;
}

.z-40 {
    z-index: 40;
}

.z-\[1\] {
    z-index: 1;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.\!mt-4 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mt-0 {
    margin-top: 0px;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-\[10vh\] {
    margin-top: 10vh;
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.aspect-\[3\/2\] {
    aspect-ratio: 3/2;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.h-0 {
    height: 0px;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-16 {
    height: 4rem;
}

.h-5 {
    height: 1.25rem;
}

.h-7 {
    height: 1.75rem;
}

.h-\[30px\] {
    height: 30px;
}

.h-\[3px\] {
    height: 3px;
}

.h-auto {
    height: auto;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.min-h-screen {
    min-height: 100vh;
}

.w-0 {
    width: 0px;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-36 {
    width: 9rem;
}

.w-8 {
    width: 2rem;
}

.w-\[100px\] {
    width: 100px;
}

.w-\[116px\] {
    width: 116px;
}

.w-\[150px\] {
    width: 150px;
}

.w-\[180px\] {
    width: 180px;
}

.w-\[200px\] {
    width: 200px;
}

.w-\[250px\] {
    width: 250px;
}

.w-\[72px\] {
    width: 72px;
}

.w-\[80px\] {
    width: 80px;
}

.w-auto {
    width: auto;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.min-w-72 {
    min-width: 18rem;
}

.max-w-\[1060px\] {
    max-width: 1060px;
}

.max-w-\[320px\] {
    max-width: 320px;
}

.max-w-\[660px\] {
    max-width: 660px;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-none {
    flex: none;
}

.shrink-0 {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

.table-fixed {
    table-layout: fixed;
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90 {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[0\.9\] {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.resize {
    resize: both;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-\[100px_60px_1fr_36px\] {
    grid-template-columns: 100px 60px 1fr 36px;
}

.grid-cols-\[50px_30px\] {
    grid-template-columns: 50px 30px;
}

.grid-cols-\[auto_1fr_auto\] {
    grid-template-columns: auto 1fr auto;
}

.grid-cols-\[repeat\(auto-fit\2c minmax\(150px\2c 1fr\)\)\] {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-0\.5 {
    gap: 0.125rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-\[12px\] {
    border-width: 12px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(232 232 233 / var(--tw-border-opacity, 1));
}

.border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgb(31 31 31 / var(--tw-border-opacity, 1));
}

.border-green {
    --tw-border-opacity: 1;
    border-color: rgb(65 155 93 / var(--tw-border-opacity, 1));
}

.border-orange {
    --tw-border-opacity: 1;
    border-color: rgb(239 142 0 / var(--tw-border-opacity, 1));
}

.border-purple {
    --tw-border-opacity: 1;
    border-color: rgb(146 29 140 / var(--tw-border-opacity, 1));
}

.border-transparent {
    border-color: transparent;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-b-gray-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(232 232 233 / var(--tw-border-opacity, 1));
}

.border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.\!bg-gold {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(231 185 60 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(65 155 93 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-orange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(239 142 0 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-silver {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#D6DBED\] {
    --tw-bg-opacity: 1;
    background-color: rgb(214 219 237 / var(--tw-bg-opacity, 1));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(58 168 211 / var(--tw-bg-opacity, 1));
}

.bg-gold {
    --tw-bg-opacity: 1;
    background-color: rgb(231 185 60 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(65 155 93 / var(--tw-bg-opacity, 1));
}

.bg-navy {
    --tw-bg-opacity: 1;
    background-color: rgb(70 156 183 / var(--tw-bg-opacity, 1));
}

.bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(239 142 0 / var(--tw-bg-opacity, 1));
}

.bg-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(146 29 140 / var(--tw-bg-opacity, 1));
}

.bg-silver {
    --tw-bg-opacity: 1;
    background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}

.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}

.bg-opacity-\[8\%\] {
    --tw-bg-opacity: 8%;
}

.bg-\[url\(\.\.\/images\/cover-airplay\.png\)\] {
    background-image: url(../images/cover-airplay.png);
}

.bg-\[url\(\.\.\/images\/cover-artistry\.png\)\] {
    background-image: url(../images/cover-artistry.png);
}

.bg-\[url\(\.\.\/images\/cover-artists-songs\.png\)\] {
    background-image: url(../images/cover-artists-songs.png);
}

.bg-\[url\(\.\.\/images\/cover-awards\.png\)\] {
    background-image: url(../images/cover-awards.png);
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-black {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green {
    --tw-gradient-from: #419b5d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 155 93 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/15 {
    --tw-gradient-from: rgb(65 155 93 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 155 93 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange {
    --tw-gradient-from: #ef8e00 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(239 142 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/15 {
    --tw-gradient-from: rgb(239 142 0 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(239 142 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple {
    --tw-gradient-from: #921d8c var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(146 29 140 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple\/15 {
    --tw-gradient-from: rgb(146 29 140 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(146 29 140 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 0.25rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-8 {
    padding: 2rem;
}

.\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-\[75px\] {
    padding-bottom: 75px;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-\[54px\] {
    padding-top: 54px;
}

.\!text-left {
    text-align: left !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.\!font-jakarta {
    font-family:
        "Plus Jakarta Sans",
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans !important;
}

.font-jakarta {
    font-family:
        "Plus Jakarta Sans",
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans;
}

.font-steelfish {
    font-family:
        Steelfish,
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans;
}

.\!text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

.\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-\[13px\] {
    font-size: 13px;
}

.text-\[20px\] {
    font-size: 20px;
}

.text-\[28px\] {
    font-size: 28px;
}

.text-\[32px\] {
    font-size: 32px;
}

.text-\[clamp\(13px\2c 1vw\2c 16px\)\] {
    font-size: clamp(13px, 1vw, 16px);
}

.text-\[clamp\(16px\2c 4vw\2c 20px\)\] {
    font-size: clamp(16px, 4vw, 20px);
}

.text-\[clamp\(24px\2c 4vw\2c 32px\)\] {
    font-size: clamp(24px, 4vw, 32px);
}

.text-\[clamp\(48px\2c 6vw\2c 64px\)\] {
    font-size: clamp(48px, 6vw, 64px);
}

.text-\[clamp\(70px\2c 6vw\2c 100px\)\] {
    font-size: clamp(70px, 6vw, 100px);
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.\!normal-case {
    text-transform: none !important;
}

.italic {
    font-style: italic;
}

.\!leading-none {
    line-height: 1 !important;
}

.leading-\[200\%\] {
    line-height: 200%;
}

.leading-loose {
    line-height: 2;
}

.leading-none {
    line-height: 1;
}

.\!text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-950 {
    --tw-text-opacity: 1;
    color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

.text-green {
    --tw-text-opacity: 1;
    color: rgb(65 155 93 / var(--tw-text-opacity, 1));
}

.text-orange {
    --tw-text-opacity: 1;
    color: rgb(239 142 0 / var(--tw-text-opacity, 1));
}

.text-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(240 70 8 / var(--tw-text-opacity, 1));
}

.text-red {
    --tw-text-opacity: 1;
    color: rgb(250 75 66 / var(--tw-text-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow-card {
    --tw-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* Add more partials as needed */

/* noop change to trigger watchers */

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:shadow-card:hover {
    --tw-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

@media not all and (min-width: 1024px) {
    .max-lg\:h-6 {
        height: 1.5rem;
    }

    .max-lg\:w-\[200px\] {
        width: 200px;
    }
}

@media not all and (min-width: 768px) {
    .max-md\:absolute {
        position: absolute;
    }

    .max-md\:relative {
        position: relative;
    }

    .max-md\:order-1 {
        order: 1;
    }

    .max-md\:order-2 {
        order: 2;
    }

    .max-md\:flex {
        display: flex;
    }

    .max-md\:w-4 {
        width: 1rem;
    }

    .max-md\:w-7 {
        width: 1.75rem;
    }

    .max-md\:w-8 {
        width: 2rem;
    }

    .max-md\:w-\[125px\] {
        width: 125px;
    }

    .max-md\:w-\[200px\] {
        width: 200px;
    }

    .max-md\:w-\[60px\] {
        width: 60px;
    }

    .max-md\:w-auto {
        width: auto;
    }

    .max-md\:max-w-\[15ch\] {
        max-width: 15ch;
    }

    .max-md\:transform {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .max-md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .max-md\:grid-cols-\[1fr_60px\] {
        grid-template-columns: 1fr 60px;
    }

    .max-md\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .max-md\:flex-col {
        flex-direction: column;
    }

    .max-md\:justify-between {
        justify-content: space-between;
    }

    .max-md\:gap-0 {
        gap: 0px;
    }

    .max-md\:gap-3 {
        gap: 0.75rem;
    }

    .max-md\:rounded-xl {
        border-radius: 0.75rem;
    }

    .max-md\:p-1 {
        padding: 0.25rem;
    }

    .max-md\:p-1\.5 {
        padding: 0.375rem;
    }

    .max-md\:p-2 {
        padding: 0.5rem;
    }

    .max-md\:p-4 {
        padding: 1rem;
    }

    .max-md\:\!px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .max-md\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .max-md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .max-md\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .max-md\:pt-8 {
        padding-top: 2rem;
    }

    .max-md\:\!text-sm {
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
    }

    .max-md\:text-\[24px\] {
        font-size: 24px;
    }

    .max-md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .max-md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .max-md\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:sticky {
        position: sticky;
    }

    .md\:ml-auto {
        margin-left: auto;
    }

    .md\:flex {
        display: flex;
    }

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-\[450px\] {
        height: 450px;
    }

    .md\:w-\[calc\(100\%_-_80px\)\] {
        width: calc(100% - 80px);
    }

    .md\:table-fixed {
        table-layout: fixed;
    }

    .md\:grid-cols-\[300px_1fr\] {
        grid-template-columns: 300px 1fr;
    }

    .md\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .md\:\!text-5xl {
        font-size: 3rem !important;
        line-height: 1 !important;
    }
}

@media (min-width: 1024px) {
    .lg\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
}

/* Datepicker week highlight: Fri–Thu range */
.air-datepicker-body--day-name {
    color: #9c9c9c;
    font-weight: 500;
}

.air-datepicker-cell.-current- {
    color: #7ea8c0;
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-current- {
    background: #7ea8c0;
}

.air-datepicker-cell.-selected-.-focus- {
    background: #7ea8c0;
}

.air-datepicker .air-datepicker-cell.ac-week-highlight {
    background-color: #a7c7d9;
    /* middle of the week */
    color: #1f1f1f;
    border-radius: 0;
}

.air-datepicker .air-datepicker-cell.ac-week-start,
.air-datepicker .air-datepicker-cell.ac-week-end {
    background-color: #5a8fa8;
    /* ends */
    color: #ffffff;
}

.air-datepicker .air-datepicker-cell.ac-week-start {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.air-datepicker .air-datepicker-cell.ac-week-end {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

/* Selected date inside the range: slightly darker than middle cells */
.air-datepicker .air-datepicker-cell.ac-week-selected {
    background-color: #7ea8c0;
    /* selected within week */
    color: #ffffff;
}

/* Preserve look on hover */
.air-datepicker .air-datepicker-cell.ac-week-highlight:hover {
    background-color: #96bcd2;
}

.air-datepicker .air-datepicker-cell.ac-week-start:hover,
.air-datepicker .air-datepicker-cell.ac-week-end:hover {
    background-color: #4f87a2;
}

.air-datepicker .air-datepicker-cell.ac-week-selected:hover {
    background-color: #729eb8;
}

/* Prevent default selected state from overriding our colors */
.air-datepicker .air-datepicker-cell.ac-week-highlight.-selected-,
.air-datepicker .air-datepicker-cell.ac-week-start.-selected-,
.air-datepicker .air-datepicker-cell.ac-week-end.-selected- {
    background-color: inherit;
    color: inherit;
}

.air-datepicker .air-datepicker-cell.ac-week-selected.-selected- {
    background-color: #7ea8c0;
    color: #ffffff;
}

/* Optional: off-month cells stay toned down */
.air-datepicker .air-datepicker-cell.-other-month-.ac-week-highlight {
    opacity: 0.6;
}

/*-------------------------------------------------*/
/*-----MEDIA STYLES-----*/
/*-------------------------------------------------*/
/*-- Artistry Cards --*/
@media not all and (min-width: 768px) {

    /*MENU HACK IOS*/
    .ac-dropdown-menu-container {
        transform: scale(0.75);
        transform-origin: left top;
    }

    .ac-chart-card {
        padding: 0.5rem 0.75rem;
        gap: 0.75rem;
    }

    .ac-badge {
        min-width: 52px;
        width: fit-content;
        white-space: nowrap;
        font-size: 0.75rem;
        padding: 2px 7px;
    }

    .ac-badge-rounded {
        width: auto;
        min-width: 22px;
        height: 22px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .ac-badge-diamond {
        min-width: 36px;
        width: 36px;
        height: 36px;
    }

    .ac-chart-media-content {
        flex-direction: column;
    }

    .ac-chart-card-badge {
        width: 52px;
        height: 80px;
        flex-direction: column;
        align-items: center;
    }

    /*AWARDS PAGE SPECIFIC*/
    .page-awards .ac-chart-card-badge {
        width: 32px;
        height: auto;
    }

    .ac-chart-card.position-1 {
        border-radius: 0.5rem;
    }

    .ac-chart-card-badge,
    .ac-chart-card-content {
        padding: 0;
        gap: 0.5rem;
    }

    .ac-chart-card-badge>span {
        font-size: 18px;
    }

    .ac-chart-card-content .ac-chart-card-block {
        gap: 0.75rem;
        align-items: start;
    }

    .ac-chart-card .ac-chart-media figure {
        border-radius: 4px;
    }

    .ac-chart-card.position-1 .ac-chart-media figure {
        width: 4rem;
    }

    .ac-chart-card .ac-chart-media-content {
        align-items: start;
        gap: 0.5rem;
    }

    .ac-chart-card-content>.ac-badge {
        display: none;
    }

    .ac-stats-datalist {
        display: flex;
        gap: 2px;
    }

    .ac-stats-datalist dt {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.8);
    }

    .ac-stats-datalist dd {
        font-size: 12px;
    }

    .text-ellipsis-md {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ac-chart-card-subtitle {
        line-height: 150%;
    }

    /*MEDIA*/
    .ac-soal-media {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .ac-chart-card-badge .ac-badge {
        display: none;
    }
}

/*------------------------------------*/
/*TALBE TO CARD MOBILE STYLES*/
/*------------------------------------*/
@media not all and (min-width: 1024px) {
    .max-md\:table-to-card {
        display: block;
    }

    .max-md\:table-to-card tbody {
        display: flex;
        flex-direction: column;
    }

    .max-md\:table-to-card tbody tr:first-child {
        display: none;
    }

    .max-md\:table-to-card tbody tr {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto;
        column-gap: 0.75rem;
        padding: 0.75rem;
    }

    .max-md\:table-to-card tbody tr:not(:first-child) {
        border-top: solid 1px #ebebec;
    }

    .max-md\:table-to-card tbody tr td {
        padding: 0 !important;
        border: none !important;
    }

    .max-md\:table-to-card tbody tr td strong {
        color: #000;
    }

    [data-color="artistry"] .max-md\:table-to-card tbody tr td .peak-text strong {
        --tw-bg-opacity: 1;
        color: rgb(239 142 0 / var(--tw-bg-opacity, 1)) !important;
    }

    [data-color="airplay"] .max-md\:table-to-card tbody tr td .peak-text strong {
        --tw-bg-opacity: 1;
        color: rgb(65 155 93 / var(--tw-bg-opacity, 1)) !important;
    }

    /*-------------------------------LIST STYLE TABLE---------------------------------*/
    .max-md\:table-list-style {
        display: block;
    }

    .max-md\:table-list-style tbody {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .max-md\:table-list-style tbody tr:first-child {
        display: none;
    }

    .max-md\:table-list-style tbody tr {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding: 0.5rem;
        border-radius: 8px;
        border: solid 1px #921d8c;
        background-color: #ffffff;
    }

    .max-md\:table-list-style tbody tr td {
        padding: 0 !important;
        border: none !important;
        display: flex;
        font-size: 12px;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }

    .max-md\:table-list-style tbody tr td::before {
        content: "";
        flex-shrink: 0;
        width: 75px;
    }

    .max-md\:table-list-style tbody tr td:nth-child(1)::before {
        content: "Year";
    }

    .max-md\:table-list-style tbody tr td:nth-child(2)::before {
        content: "Result";
    }

    .max-md\:table-list-style tbody tr td:nth-child(3)::before {
        content: "Category";
    }

    .max-md\:table-list-style tbody tr td.has-recipient:nth-child(4)::before {
        content: "Recipient";
    }

    .max-md\:table-list-style tbody tr td>* {
        font-weight: 600;
    }

    /*-------------------------------ALBUM STYLE TABLE---------------------------------*/
    .max-md\:table-albums {
        display: block;
    }

    .max-md\:table-albums tbody {
        display: flex;
        flex-direction: column;
    }

    .max-md\:table-albums tbody tr {
        display: flex;
        column-gap: 0.5rem;
        padding: 0.5rem;
        position: relative;
    }

    .max-md\:table-albums tbody tr:not(:last-child) {
        border-bottom: solid 1px #ebebec;
    }

    .max-md\:table-albums tbody tr td {
        padding: 0 !important;
        border: none !important;
    }

    .max-md\:table-albums tbody tr:first-child {
        display: none;
    }

    /*-------------------------------ALBUM STYLE TABLE---------------------------------*/
    .max-md\:table-achievement,
    .max-md\:table-achievement tbody {
        display: block;
    }

    .max-md\:table-achievement tr {
        display: flex;
        column-gap: 0.5rem;
        padding: 0.5rem;
        align-items: center;
    }

    .max-md\:table-achievement td {
        padding: 0 !important;
        border: none !important;
    }

    .max-md\:table-achievement tbody tr:not(:last-child) {
        border-bottom: solid 1px #ebebec;
    }
}

/*-------------------------------------------------*/
/*-----BACK TO TOP BUTTON-----*/
/*-------------------------------------------------*/
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #000;
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: #333;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }
}
/*TABLET SPECIFIC MEDIA QUERY*/
@media screen and (min-width:768px) and (max-width:1023px) {
    .ac-wrapper {
        zoom: 0.9;
    }
}
