/*
 * Showcase presentation for standard category archives.
 *
 * Markup and behavior remain inherited from AffiliateCMS. All rules are
 * scoped to child-theme body classes so the parent header/menu is untouched.
 */

.acms-showcase-content {
    --asc-blue: #0878ec;
    --asc-blue-dark: #0364ce;
    --asc-blue-soft: #eaf4ff;
    --asc-ink: #0b1d37;
    --asc-muted: #607087;
    --asc-line: #dce5f1;
    --asc-page: #f7faff;
    --asc-surface: #fff;
    background: var(--asc-page);
    color: var(--asc-ink);
}

.acms-showcase-content .site-main {
    background: var(--asc-page);
    color: var(--asc-ink);
    overflow: hidden;
}

.acms-showcase-content .breadcrumb a {
    color: var(--asc-blue);
}

.acms-showcase-content .breadcrumb a:hover {
    color: var(--asc-blue-dark);
}

.acms-showcase-content :where(a, button, input, textarea):focus-visible {
    outline: 3px solid rgba(8, 120, 236, 0.32);
    outline-offset: 3px;
}

/* ==========================================================================
   Category archive
   ========================================================================== */

.acms-showcase-category .cat-header--centered {
    background:
        radial-gradient(circle at 78% 28%, rgba(8, 120, 236, 0.14), transparent 30%),
        linear-gradient(135deg, #fff 0%, #f8fbff 54%, #eef5ff 100%);
    border-bottom: 1px solid #e6edf7;
    isolation: isolate;
    padding: 64px 0 54px;
    position: relative;
}

.acms-showcase-category .cat-header--centered::before {
    background-image: radial-gradient(rgba(8, 120, 236, 0.16) 1px, transparent 1px);
    background-size: 20px 20px;
    border-radius: 0;
    content: "";
    height: auto;
    inset: 0 0 0 52%;
    opacity: 0.5;
    pointer-events: none;
    transform: none;
    width: auto;
    z-index: -1;
}

.acms-showcase-category .cat-header--centered::after {
    background: linear-gradient(90deg, var(--asc-blue), rgba(8, 120, 236, 0.14));
    border-radius: 999px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 116px;
}

.acms-showcase-category .cat-header__icon {
    align-items: center;
    background: var(--asc-blue-soft);
    border: 1px solid #cfe6ff;
    border-radius: 18px;
    color: var(--asc-blue);
    display: inline-flex;
    font-size: 27px;
    height: 62px;
    justify-content: center;
    margin-bottom: 18px;
    transform: rotate(-3deg);
    width: 62px;
}

.acms-showcase-category .cat-header__icon i {
    transform: rotate(3deg);
}

.acms-showcase-category .cat-header--centered .cat-header__title {
    color: var(--asc-ink);
    font-size: clamp(38px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.07;
    margin: 0 auto 14px;
    max-width: 820px;
    text-wrap: balance;
}

.acms-showcase-category .cat-header--centered .breadcrumb {
    margin: 0 auto 18px;
}

.acms-showcase-category .cat-header--centered .breadcrumb__list {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(207, 226, 247, 0.9);
    border-radius: 999px;
    box-shadow: 0 7px 22px rgba(42, 78, 119, 0.06);
    padding: 7px 13px;
}

.acms-showcase-category .cat-header--centered .cat-header__description {
    color: var(--asc-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto 22px;
    max-width: 720px;
}

.acms-showcase-category .cat-header--centered .cat-header__description p {
    margin: 0;
}

.acms-showcase-category .cat-header--centered .cat-header__meta {
    gap: 10px;
    margin: 0 0 28px;
}

.acms-showcase-category .cat-header--centered .cat-header__meta-item {
    background: #fff;
    border: 1px solid var(--asc-line);
    border-radius: 999px;
    box-shadow: 0 7px 18px rgba(23, 50, 85, 0.06);
    color: var(--asc-muted);
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    padding: 8px 12px;
}

.acms-showcase-category .cat-header--centered .cat-header__meta-item i {
    color: var(--asc-blue);
}

.acms-showcase-category .cat-header--centered .cat-children {
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 980px;
}

.acms-showcase-category .cat-header--centered .cat-child {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--asc-line);
    border-radius: 14px;
    box-shadow: 0 9px 24px rgba(23, 50, 85, 0.06);
    gap: 12px;
    padding: 13px;
}

.acms-showcase-category .cat-header--centered .cat-child:hover {
    border-color: #9dcdff;
    box-shadow: 0 14px 30px rgba(8, 120, 236, 0.12);
    transform: translateY(-3px);
}

.acms-showcase-category .cat-header--centered .cat-child__icon {
    background: var(--asc-blue-soft);
    border-radius: 11px;
    color: var(--asc-blue);
    height: 44px;
    width: 44px;
}

.acms-showcase-category .cat-header--centered .cat-child:hover .cat-child__icon {
    background: var(--asc-blue);
    color: #fff;
}

.acms-showcase-category .cat-header--centered .cat-child__name {
    color: var(--asc-ink);
    font-size: 13px;
    font-weight: 800;
}

.acms-showcase-category .cat-header--centered .cat-child__count {
    color: #7c8a9e;
}

.acms-showcase-category .posts-section {
    background:
        linear-gradient(180deg, #f7faff 0%, #fff 46%, #f8fbff 100%);
    padding: 58px 0 76px;
}

.acms-showcase-category .content-layout {
    gap: 30px;
}

.acms-showcase-category .posts-grid-v2 {
    gap: 24px;
}

.acms-showcase-category .post-card {
    background: var(--asc-surface);
    border: 1px solid var(--asc-line);
    border-radius: 18px;
    box-shadow: 0 9px 26px rgba(23, 50, 85, 0.07);
    min-height: 100%;
}

.acms-showcase-category .post-card--grid-v2 {
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.acms-showcase-category .post-card--grid-v2:hover {
    border-color: #b8d9fc;
    box-shadow: 0 22px 42px rgba(23, 50, 85, 0.14);
    transform: translateY(-6px);
}

.acms-showcase-category .post-card--grid-v2 .post-card__image {
    aspect-ratio: 16 / 10;
    background: #eaf1fa;
}

.acms-showcase-category .post-card--grid-v2 .post-card__image::after {
    background: linear-gradient(180deg, transparent 58%, rgba(7, 27, 56, 0.22));
}

.acms-showcase-category .post-card__content {
    gap: 10px;
    padding: 20px;
}

.acms-showcase-category .post-card__title {
    color: var(--asc-ink);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.35;
}

.acms-showcase-category .post-card__title a:hover {
    color: var(--asc-blue);
}

.acms-showcase-category .post-card__excerpt {
    color: var(--asc-muted);
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.65;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.acms-showcase-category .post-card__footer-grid {
    border-top-color: #e9eff7;
    color: #7f8da0;
    font-size: 11px;
    margin-top: auto;
    padding-top: 12px;
}

.acms-showcase-category .sidebar-widget {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--asc-line);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(23, 50, 85, 0.07);
    padding: 20px;
}

.acms-showcase-category .sidebar-widget__header {
    border-bottom-color: #e7eef7;
}

.acms-showcase-category .sidebar-widget__title {
    color: var(--asc-ink);
}

.acms-showcase-category .sidebar-widget__title i,
.acms-showcase-category .sidebar-widget__link {
    color: var(--asc-blue);
}

.acms-showcase-category .sidebar-category:hover,
.acms-showcase-category .popular-post:hover {
    background: var(--asc-blue-soft);
}

.acms-showcase-category .load-more__btn {
    background: var(--asc-blue);
    border-color: var(--asc-blue);
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(8, 120, 236, 0.22);
    color: #fff;
    font-weight: 800;
}

.acms-showcase-category .load-more__btn:hover:not(:disabled) {
    background: var(--asc-blue-dark);
    border-color: var(--asc-blue-dark);
    box-shadow: 0 14px 28px rgba(8, 120, 236, 0.28);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1023px) {
    .acms-showcase-category .posts-grid-v2 {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .acms-showcase-category .cat-header--centered {
        padding: 44px 0 40px;
    }

    .acms-showcase-category .cat-header--centered::before {
        inset: 0;
        opacity: 0.25;
    }

    .acms-showcase-category .cat-header--centered .cat-header__title {
        font-size: 38px;
    }

    .acms-showcase-category .cat-header--centered .cat-children {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .acms-showcase-category .posts-section {
        padding: 38px 0 54px;
    }
}

@media (max-width: 520px) {
    .acms-showcase-category .cat-header--centered .cat-children {
        grid-template-columns: 1fr;
    }

    .acms-showcase-category .cat-header--centered .cat-header__title {
        font-size: 34px;
    }

    .acms-showcase-category .post-card__content {
        padding: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .acms-showcase-content .post-card,
    .acms-showcase-content .cat-child,
    .acms-showcase-content .load-more__btn {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* ========================================================================== 
   GardenReview long-form article
   ========================================================================== */

.acms-showcase-content {
    --asc-blue: #176b3a;
    --asc-blue-dark: #0e4f2d;
    --asc-blue-soft: #edf7eb;
    --asc-ink: #153c27;
    --asc-muted: #627168;
    --asc-line: #dce7d8;
    --asc-page: #f8faf5;
    --asc-surface: #fff;
}

.acms-showcase-post .gr-post-hero {
    padding: clamp(28px, 4vw, 58px) 0 clamp(44px, 6vw, 78px);
    border-bottom: 1px solid var(--asc-line);
    background:
        radial-gradient(circle at 84% 18%, rgba(126, 188, 90, 0.14), transparent 30%),
        linear-gradient(180deg, #fff 0%, #fbfcf7 100%);
}

.acms-showcase-post .gr-post-hero__container,
.acms-showcase-post .gr-post-trust > .container,
.acms-showcase-post .gr-post-layout {
    width: min(1180px, calc(100% - 48px));
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}

.acms-showcase-post .gr-post-breadcrumb {
    margin: 0 0 26px;
}

.acms-showcase-post .gr-post-breadcrumb .breadcrumb__list {
    justify-content: flex-start;
    font-size: 12px;
}

.acms-showcase-post .gr-post-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    gap: clamp(42px, 6vw, 84px);
    align-items: center;
}

.acms-showcase-post .gr-post-hero__category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin-bottom: 16px;
    color: var(--asc-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-decoration: none;
    text-transform: uppercase;
}

.acms-showcase-post .gr-post-hero__title {
    max-width: 720px;
    margin: 0;
    color: var(--asc-ink);
    font-size: clamp(38px, 4.2vw, 58px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.acms-showcase-post .gr-post-hero__excerpt {
    max-width: 680px;
    margin: 20px 0 0;
    color: var(--asc-muted);
    font-size: 17px;
    line-height: 1.7;
}

.acms-showcase-post .gr-post-hero__meta {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--asc-line);
}

.acms-showcase-post .gr-post-hero__author {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
    align-items: center;
}

.acms-showcase-post .gr-post-hero__avatar {
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--asc-line);
}

.acms-showcase-post .gr-post-hero__author-name,
.acms-showcase-post .gr-post-hero__author span {
    display: block;
}

.acms-showcase-post .gr-post-hero__author-name {
    color: var(--asc-ink);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.acms-showcase-post .gr-post-hero__author span {
    margin-top: 2px;
    color: var(--asc-muted);
    font-size: 11px;
}

.acms-showcase-post .gr-post-hero__details {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    color: var(--asc-muted);
    font-size: 11px;
}

.acms-showcase-post .gr-post-hero__details i {
    margin-right: 4px;
    color: var(--asc-blue);
}

.acms-showcase-post .gr-post-hero__reviews {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    min-height: 40px;
    margin-top: 18px;
    padding: 8px 13px;
    border: 1px solid var(--asc-line);
    border-radius: 999px;
    color: var(--asc-ink);
    background: #fff;
    font-size: 12px;
    text-decoration: none;
}

.acms-showcase-post .gr-post-hero__stars {
    color: #efa916;
}

.acms-showcase-post .gr-post-hero__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin: 0;
    border: 1px solid var(--asc-line);
    border-radius: 18px;
    background: var(--asc-blue-soft);
    box-shadow: 0 24px 64px rgba(19, 75, 42, 0.13);
}

.acms-showcase-post .gr-post-hero__media img,
.acms-showcase-post .gr-post-hero__placeholder {
    width: 100%;
    height: 100%;
}

.acms-showcase-post .gr-post-hero__media img {
    display: block;
    object-fit: cover;
}

.acms-showcase-post .gr-post-hero__placeholder {
    display: grid;
    place-items: center;
    color: var(--asc-blue);
    font-size: 42px;
}

.acms-showcase-post .gr-post-hero__media figcaption {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    gap: 7px;
    align-items: center;
    width: fit-content;
    padding: 8px 11px;
    border-radius: 999px;
    color: #fff;
    background: rgba(6, 63, 36, 0.88);
    backdrop-filter: blur(8px);
    font-size: 11px;
    font-weight: 700;
}

.acms-showcase-post .gr-post-trust {
    border-bottom: 1px solid var(--asc-line);
    background: #fff;
}

.acms-showcase-post .gr-post-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.acms-showcase-post .gr-post-trust__grid > span {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    color: var(--asc-ink);
    font-size: 13px;
}

.acms-showcase-post .gr-post-trust__grid > span + span {
    border-left: 1px solid var(--asc-line);
}

.acms-showcase-post .gr-post-trust i {
    color: var(--asc-blue);
    font-size: 20px;
}

.acms-showcase-post .gr-post-layout {
    display: grid;
    gap: 48px;
    padding-top: clamp(44px, 6vw, 76px);
    padding-bottom: clamp(44px, 6vw, 76px);
}

.acms-showcase-post .gr-post-layout__main,
.acms-showcase-post .gr-post-article,
.acms-showcase-post .gr-post-article .post-content {
    min-width: 0;
    width: 100%;
}

.acms-showcase-post .gr-post-layout--sidebar {
    grid-template-columns: minmax(0, 1fr) 320px;
}

.acms-showcase-post .gr-post-layout--sidebar.content-layout--sidebar-left {
    grid-template-columns: 320px minmax(0, 1fr);
}

.acms-showcase-post .gr-post-layout--sidebar.content-layout--sidebar-left .gr-post-layout__main {
    grid-column: 2;
}

.acms-showcase-post .gr-post-layout--sidebar.content-layout--sidebar-left > .sidebar {
    grid-row: 1;
    grid-column: 1;
}

.acms-showcase-post .gr-post-layout--full .gr-post-layout__main {
    width: min(100%, 860px);
    margin-inline: auto;
}

.acms-showcase-post .gr-post-article {
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid var(--asc-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 46px rgba(20, 73, 41, 0.07);
}

.acms-showcase-post .gr-post-article .post-content {
    --content-width: 100%;
    max-width: 100%;
    color: #283b30;
    font-size: 17px;
    line-height: 1.8;
}

.acms-showcase-post .gr-post-article .post-content h2 {
    margin-top: 2.1em;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--asc-line);
    color: var(--asc-ink);
    font-family: inherit;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.2;
}

.acms-showcase-post .gr-post-article .post-content h3 {
    color: var(--asc-ink);
    font-family: inherit;
    font-size: clamp(21px, 2.4vw, 26px);
    font-weight: 800;
}

.acms-showcase-post .gr-post-article .post-content :is(img, .wp-block-image img) {
    border-radius: 12px;
}

.acms-showcase-post .gr-post-article .post-content blockquote {
    border-left-color: var(--asc-blue);
    border-radius: 0 10px 10px 0;
    background: var(--asc-blue-soft);
    font-family: inherit;
}

.acms-showcase-post .gr-post-article .post-content :is(table, .wp-block-table) {
    max-width: 100%;
    overflow-x: auto;
}

.acms-showcase-post .gr-post-layout .sidebar {
    align-self: start;
    position: sticky;
    top: 100px;
}

.acms-showcase-post .toc-expandable__icon,
.acms-showcase-post .toc-expandable__number,
.acms-showcase-post .post-footer__share-btn,
.acms-showcase-post .post-footer__author-link {
    border-color: var(--asc-blue);
    background: var(--asc-blue);
}

@media (max-width: 920px) {
    .acms-showcase-post .gr-post-hero__grid,
    .acms-showcase-post .gr-post-layout--sidebar,
    .acms-showcase-post .gr-post-layout--sidebar.content-layout--sidebar-left {
        grid-template-columns: 1fr;
    }

    .acms-showcase-post .gr-post-layout--sidebar.content-layout--sidebar-left .gr-post-layout__main,
    .acms-showcase-post .gr-post-layout--sidebar.content-layout--sidebar-left > .sidebar {
        grid-row: auto;
        grid-column: auto;
    }

    .acms-showcase-post .gr-post-layout .sidebar {
        position: static;
    }
}

@media (max-width: 680px) {
    .acms-showcase-post .gr-post-hero__container,
    .acms-showcase-post .gr-post-trust > .container,
    .acms-showcase-post .gr-post-layout {
        width: min(100% - 28px, 1180px);
    }

    .acms-showcase-post .gr-post-hero {
        padding: 22px 0 38px;
    }

    .acms-showcase-post .gr-post-breadcrumb {
        margin-bottom: 20px;
    }

    .acms-showcase-post .gr-post-hero__grid {
        gap: 30px;
    }

    .acms-showcase-post .gr-post-hero__title {
        font-size: clamp(32px, 9vw, 42px);
        line-height: 1.08;
    }

    .acms-showcase-post .gr-post-hero__excerpt {
        font-size: 15px;
    }

    .acms-showcase-post .gr-post-hero__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .acms-showcase-post .gr-post-hero__media {
        border-radius: 12px;
    }

    .acms-showcase-post .gr-post-trust__grid {
        grid-template-columns: 1fr;
        padding: 10px 0;
    }

    .acms-showcase-post .gr-post-trust__grid > span {
        justify-content: flex-start;
        min-height: 46px;
    }

    .acms-showcase-post .gr-post-trust__grid > span + span {
        border-top: 1px solid var(--asc-line);
        border-left: 0;
    }

    .acms-showcase-post .gr-post-article {
        padding: 24px 18px;
        border-radius: 12px;
    }

    .acms-showcase-post .gr-post-article .post-content {
        font-size: 16px;
        line-height: 1.75;
    }
}

/* ========================================================================== 
   Garden Review category archive 2026
   ========================================================================== */

.acms-showcase-category {
    --grc-green: var(--amh-blue, #176b3a);
    --grc-green-dark: var(--amh-blue-dark, #0e4f2d);
    --grc-deep: var(--amh-navy, #073d24);
    --grc-soft: var(--amh-blue-soft, #eaf5e9);
    --grc-ink: var(--amh-ink, #153c27);
    --grc-muted: var(--amh-muted, #627168);
    --grc-line: var(--amh-line, #dde7d9);
    --grc-surface: var(--amh-surface, #fff);
    --grc-gold: #f5b81f;
    background: #fff;
    color: var(--grc-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.acms-showcase-category .gr-category-archive {
    overflow: hidden;
    background: #fff;
}

.acms-showcase-category .gr-category-hero {
    padding: 34px 0 42px;
    border-bottom: 1px solid var(--grc-line);
    background: linear-gradient(180deg, #fff, #fbfcf8);
}

.acms-showcase-category .gr-category-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 26px;
    color: var(--grc-muted);
    font-size: 11px;
}

.acms-showcase-category .gr-category-breadcrumb a {
    color: var(--grc-green);
    text-decoration: none;
}

.acms-showcase-category .gr-category-breadcrumb i {
    font-size: 8px;
}

.acms-showcase-category .gr-category-hero__copy {
    max-width: 760px;
}

.acms-showcase-category .gr-category-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--grc-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acms-showcase-category .gr-category-hero h1 {
    margin: 0;
    color: var(--grc-deep);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.08;
}

.acms-showcase-category .gr-category-hero__copy > p {
    max-width: 690px;
    margin: 13px 0 0;
    color: var(--grc-muted);
    font-size: 14px;
    line-height: 1.7;
}

.acms-showcase-category .gr-category-topics {
    display: grid;
    margin-top: 28px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.acms-showcase-category .gr-category-topic {
    display: grid;
    min-width: 0;
    min-height: 100px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    padding: 11px;
    border: 1px solid var(--grc-line);
    border-radius: 10px;
    background: #f8faf5;
    color: var(--grc-deep);
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.acms-showcase-category .gr-category-topic:hover {
    border-color: #9fc8aa;
    background: #fff;
    box-shadow: 0 9px 24px rgba(23, 80, 46, 0.09);
}

.acms-showcase-category .gr-category-topic__media {
    display: grid;
    width: 48px;
    height: 48px;
    overflow: hidden;
    place-items: center;
    border-radius: 8px;
    background: var(--grc-soft);
    color: var(--grc-green);
    font-size: 20px;
}

.acms-showcase-category .gr-category-topic__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.acms-showcase-category .gr-category-topic strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.acms-showcase-category .gr-category-topic > i {
    color: var(--grc-green);
    font-size: 9px;
}

.acms-showcase-category .gr-category-content {
    padding: 34px 0 72px;
    background: #fff;
}

.acms-showcase-category .gr-category-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.acms-showcase-category .gr-category-toolbar > div {
    display: grid;
    gap: 3px;
}

.acms-showcase-category .gr-category-toolbar strong {
    color: var(--grc-deep);
    font-size: 14px;
}

.acms-showcase-category .gr-category-toolbar span {
    color: var(--grc-muted);
    font-size: 11px;
}

.acms-showcase-category .gr-category-sort {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--grc-muted);
    font-size: 11px;
}

.acms-showcase-category .gr-category-sort select {
    min-height: 42px;
    padding: 8px 34px 8px 12px;
    border: 1px solid var(--grc-line);
    border-radius: 8px;
    background-color: #fff;
    color: var(--grc-deep);
    font: inherit;
    font-weight: 700;
}

.acms-showcase-category .gr-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.acms-showcase-category .gr-archive-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--grc-line);
    border-radius: 10px;
    background: var(--grc-surface);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.acms-showcase-category .gr-archive-card:hover {
    border-color: #9fc8aa;
    box-shadow: 0 14px 32px rgba(23, 80, 46, 0.1);
}

.acms-showcase-category .gr-archive-card__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1.45 / 1;
    overflow: hidden;
    background: var(--grc-soft);
}

.acms-showcase-category .gr-archive-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.acms-showcase-category .gr-archive-card:hover .gr-archive-card__media img {
    transform: scale(1.035);
}

.acms-showcase-category .gr-archive-card__media > span {
    position: absolute;
    top: 11px;
    left: 11px;
    max-width: calc(100% - 22px);
    overflow: hidden;
    padding: 5px 8px;
    border-radius: 4px;
    background: var(--grc-green);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.acms-showcase-category .gr-archive-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.acms-showcase-category .gr-archive-card h2 {
    margin: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.35;
}

.acms-showcase-category .gr-archive-card h2 a {
    color: #1b3022;
    text-decoration: none;
}

.acms-showcase-category .gr-archive-card h2 a:hover {
    color: var(--grc-green);
}

.acms-showcase-category .gr-archive-card__body > p {
    display: -webkit-box;
    margin: 9px 0 0;
    overflow: hidden;
    color: var(--grc-muted);
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.acms-showcase-category .gr-archive-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    color: var(--grc-gold);
    font-size: 12px;
}

.acms-showcase-category .gr-archive-card__rating strong {
    color: var(--grc-muted);
    font-size: 11px;
}

.acms-showcase-category .gr-archive-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: auto;
    padding-top: 15px;
    color: #7a887f;
    font-size: 10px;
}

.acms-showcase-category .gr-archive-card__read {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: var(--grc-green);
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
}

.acms-showcase-category .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 38px;
}

.acms-showcase-category .pagination__item {
    display: inline-flex;
    min-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    border: 1px solid var(--grc-line);
    border-radius: 7px;
    background: #fff;
    color: var(--grc-deep);
    font-size: 11px;
    text-decoration: none;
}

.acms-showcase-category .pagination__item:hover,
.acms-showcase-category .pagination__item--current {
    border-color: var(--grc-green);
    background: var(--grc-green);
    color: #fff;
}

.acms-showcase-category .gr-category-empty {
    padding: 80px 24px;
    text-align: center;
}

.acms-showcase-category .gr-category-empty > i {
    color: var(--grc-green);
    font-size: 42px;
}

.acms-showcase-category .gr-category-subscribe {
    padding: 0 0 34px;
    background: #f8faf5;
}

.acms-showcase-category .gr-category-subscribe__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    border: 1px solid var(--grc-line);
    border-radius: 12px;
    background: linear-gradient(90deg, #f4f9ee, #fffdf2);
}

.acms-showcase-category .gr-category-subscribe__inner > span {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border-radius: 50%;
    background: var(--grc-soft);
    color: var(--grc-green);
    font-size: 28px;
}

.acms-showcase-category .gr-category-subscribe h2 {
    margin: 0;
    color: var(--grc-deep);
    font-size: 17px;
}

.acms-showcase-category .gr-category-subscribe p {
    margin: 5px 0 0;
    color: var(--grc-muted);
    font-size: 11px;
}

.acms-showcase-category .gr-category-subscribe a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 7px;
    background: var(--grc-green);
    color: #fff;
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
}

.acms-showcase-category :where(a, select):focus-visible {
    outline: 3px solid rgba(245, 184, 31, 0.52);
    outline-offset: 3px;
}

@media (max-width: 1020px) {
    .acms-showcase-category .gr-category-topics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .acms-showcase-category .gr-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .acms-showcase-category .gr-category-hero {
        padding: 26px 0 34px;
    }

    .acms-showcase-category .gr-category-hero h1 {
        font-size: 38px;
    }

    .acms-showcase-category .gr-category-topics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .acms-showcase-category .gr-category-topic {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .acms-showcase-category .gr-category-topic__media {
        width: 42px;
        height: 42px;
    }

    .acms-showcase-category .gr-category-topic > i {
        display: none;
    }

    .acms-showcase-category .gr-category-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .acms-showcase-category .gr-category-sort {
        justify-content: space-between;
    }

    .acms-showcase-category .gr-category-sort select {
        flex: 1;
    }

    .acms-showcase-category .gr-category-grid {
        grid-template-columns: 1fr;
    }

    .acms-showcase-category .gr-category-subscribe__inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .acms-showcase-category .gr-category-topic,
    .acms-showcase-category .gr-archive-card,
    .acms-showcase-category .gr-archive-card__media img {
        transition-duration: 0.01ms !important;
    }
}

/* ==========================================================================
   Editorial Showcase content layer: category archives and single posts.
   ========================================================================== */

.acms-showcase-content {
    --asc-blue: var(--amh-blue, #c2415d);
    --asc-blue-dark: var(--amh-blue-dark, #9f2944);
    --asc-blue-soft: var(--amh-blue-soft, #fce8ec);
    --asc-ink: var(--amh-ink, #211a1b);
    --asc-muted: var(--amh-muted, #6f6264);
    --asc-line: var(--amh-line, #e7d8d5);
    --asc-page: var(--amh-background, #f7f1ea);
    --asc-surface: var(--amh-surface, #fffdf9);
    color: var(--asc-ink);
    background: var(--asc-page);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.acms-showcase-content .site-main {
    color: var(--asc-ink);
    background: var(--asc-page);
}

.acms-showcase-content .breadcrumb a {
    color: var(--asc-blue-dark);
}

.acms-showcase-content :where(a, button, input, textarea, select):focus-visible {
    outline: 3px solid color-mix(in srgb, var(--asc-blue) 36%, transparent);
    outline-offset: 3px;
}

/* Category archive */
.acms-showcase-category .cat-header--centered {
    overflow: hidden;
    padding: clamp(40px, 5vw, 70px) 0 clamp(42px, 5vw, 68px);
    border-bottom: 1px solid var(--asc-line);
    background:
        linear-gradient(90deg, transparent 0 68%, color-mix(in srgb, var(--asc-line) 70%, transparent) 68% 68.1%, transparent 68.1%),
        var(--asc-page);
    isolation: isolate;
}

.acms-showcase-category .cat-header--centered::before {
    inset: 0 0 0 68%;
    width: auto;
    height: auto;
    border-radius: 0;
    background:
        repeating-linear-gradient(
            0deg,
            transparent 0 29px,
            color-mix(in srgb, var(--asc-line) 55%, transparent) 29px 30px
        );
    opacity: 0.65;
    transform: none;
    z-index: -1;
}

.acms-showcase-category .cat-header--centered::after {
    top: 0;
    left: max(24px, calc((100% - 1240px) / 2));
    width: 84px;
    height: 5px;
    border-radius: 0;
    background: var(--asc-blue);
    transform: none;
}

.acms-showcase-category .cat-header--centered .container {
    width: min(1180px, calc(100% - 48px));
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
    text-align: left;
}

.acms-showcase-category .cat-header__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border: 0;
    border-radius: 50% 50% 8px 50%;
    color: #fff;
    background: var(--asc-blue);
    box-shadow: none;
    transform: rotate(-4deg);
}

.acms-showcase-category .cat-header__icon i {
    transform: rotate(4deg);
}

.acms-showcase-category .cat-header--centered .cat-header__title {
    max-width: 900px;
    margin: 0 0 12px;
    color: var(--asc-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.045em;
    text-align: left;
}

.acms-showcase-category .cat-header--centered .breadcrumb {
    margin: 0 0 18px;
}

.acms-showcase-category .cat-header--centered .breadcrumb__list {
    justify-content: flex-start;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 11px;
}

.acms-showcase-category .cat-header--centered .cat-header__description {
    max-width: 700px;
    margin: 0 0 20px;
    color: var(--asc-muted);
    font-size: 15px;
    line-height: 1.72;
    text-align: left;
}

.acms-showcase-category .cat-header--centered .cat-header__meta {
    justify-content: flex-start;
    margin: 0 0 24px;
}

.acms-showcase-category .cat-header--centered .cat-header__meta-item {
    padding: 7px 11px;
    border-color: var(--asc-line);
    border-radius: 999px;
    color: var(--asc-muted);
    background: var(--asc-surface);
    box-shadow: none;
}

.acms-showcase-category .cat-header--centered .cat-header__meta-item i {
    color: var(--asc-blue);
}

.acms-showcase-category .cat-header--centered .cat-children {
    max-width: 980px;
    margin-inline: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.acms-showcase-category .cat-header--centered .cat-child {
    padding: 12px;
    border-color: var(--asc-line);
    border-radius: 2px;
    background: var(--asc-surface);
    box-shadow: none;
}

.acms-showcase-category .cat-header--centered .cat-child:hover,
.acms-showcase-category .cat-header--centered .cat-child:focus-visible {
    border-color: color-mix(in srgb, var(--asc-blue) 45%, var(--asc-line));
    box-shadow: 0 14px 30px rgba(65, 34, 40, 0.11);
}

.acms-showcase-category .cat-header--centered .cat-child__icon {
    border-radius: 50% 50% 8px 50%;
    color: var(--asc-blue-dark);
    background: var(--asc-blue-soft);
}

.acms-showcase-category .cat-header--centered .cat-child:hover .cat-child__icon {
    color: #fff;
    background: var(--asc-blue);
}

.acms-showcase-category .posts-section {
    padding: clamp(44px, 5vw, 72px) 0;
    background: var(--asc-page);
}

.acms-showcase-category .content-layout {
    gap: 28px;
}

.acms-showcase-category .posts-grid-v2 {
    gap: 20px;
}

.acms-showcase-category .post-card,
.acms-showcase-category .sidebar-widget {
    border-color: var(--asc-line);
    border-radius: 2px;
    background: var(--asc-surface);
    box-shadow: none;
}

.acms-showcase-category .post-card--grid-v2:hover {
    border-color: color-mix(in srgb, var(--asc-blue) 42%, var(--asc-line));
    box-shadow: 0 20px 42px rgba(65, 34, 40, 0.12);
    transform: translateY(-4px);
}

.acms-showcase-category .post-card--grid-v2 .post-card__image {
    aspect-ratio: 4 / 3;
    background: var(--asc-blue-soft);
}

.acms-showcase-category .post-card--grid-v2 .post-card__image::after {
    background: linear-gradient(transparent 62%, rgba(33, 12, 18, 0.24));
}

.acms-showcase-category .post-card__content {
    padding: 19px;
}

.acms-showcase-category .post-card__title {
    color: var(--asc-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

.acms-showcase-category .post-card__title a:hover {
    color: var(--asc-blue-dark);
}

.acms-showcase-category .post-card__excerpt {
    color: var(--asc-muted);
}

.acms-showcase-category .post-card__footer-grid {
    border-top-color: var(--asc-line);
    color: var(--asc-muted);
}

.acms-showcase-category .sidebar-widget__header {
    border-bottom-color: var(--asc-line);
}

.acms-showcase-category .sidebar-widget__title {
    color: var(--asc-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
}

.acms-showcase-category .sidebar-widget__title i,
.acms-showcase-category .sidebar-widget__link {
    color: var(--asc-blue-dark);
}

.acms-showcase-category .sidebar-category:hover,
.acms-showcase-category .popular-post:hover {
    background: var(--asc-blue-soft);
}

.acms-showcase-category .load-more__btn {
    min-height: 48px;
    border-color: var(--asc-blue);
    border-radius: 999px;
    color: #fff;
    background: var(--asc-blue);
    box-shadow: none;
}

.acms-showcase-category .load-more__btn:hover:not(:disabled),
.acms-showcase-category .load-more__btn:focus-visible:not(:disabled) {
    border-color: var(--asc-blue-dark);
    background: var(--asc-blue-dark);
    box-shadow: none;
}

/* Single post */
.acms-showcase-post .post-hero--centered {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 3.5vw, 48px) 0 clamp(30px, 4vw, 54px);
    border-bottom: 1px solid var(--asc-line);
    background:
        linear-gradient(90deg, transparent 0 72%, color-mix(in srgb, var(--asc-line) 62%, transparent) 72% 72.1%, transparent 72.1%),
        var(--asc-page);
}

.acms-showcase-post .post-hero__background {
    inset: 0 0 0 72%;
    mask-image: none;
    -webkit-mask-image: none;
}

.acms-showcase-post .post-hero__gradient {
    background: repeating-linear-gradient(
        0deg,
        transparent 0 31px,
        color-mix(in srgb, var(--asc-line) 55%, transparent) 31px 32px
    );
}

.acms-showcase-post .post-hero__pattern {
    opacity: 0.08;
}

.acms-showcase-post .post-hero--centered > .container {
    width: min(1180px, calc(100% - 48px));
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}

.acms-showcase-post .post-hero__content {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 18px;
    align-items: end;
    max-width: none;
    text-align: left;
}

.acms-showcase-post .post-hero .breadcrumb,
.acms-showcase-post .post-hero__title,
.acms-showcase-post .post-hero__excerpt {
    grid-column: 1 / -1;
}

.acms-showcase-post .post-hero .breadcrumb {
    margin: 0;
}

.acms-showcase-post .post-hero .breadcrumb__list {
    justify-content: flex-start;
    font-size: 11px;
}

.acms-showcase-post .post-hero__title {
    max-width: 1080px;
    margin: 0;
    color: var(--asc-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.045em;
    text-align: left;
    text-wrap: balance;
}

.acms-showcase-post .post-hero__excerpt {
    max-width: 760px;
    margin: 0;
    color: var(--asc-muted);
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
}

.acms-showcase-post .post-hero__meta {
    justify-content: flex-start;
    gap: 11px;
}

.acms-showcase-post .post-hero__author-avatar {
    width: 38px;
    height: 38px;
    border: 2px solid var(--asc-surface);
    box-shadow: 0 0 0 1px var(--asc-line);
}

.acms-showcase-post .post-hero__author-name {
    color: var(--asc-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 600;
}

.acms-showcase-post .post-hero__details {
    gap: 8px 10px;
    color: var(--asc-muted);
    font-size: 11px;
}

.acms-showcase-post .post-hero__details i {
    color: var(--asc-blue);
}

.acms-showcase-post .post-hero__rating {
    justify-self: end;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid var(--asc-line);
    border-radius: 999px;
    color: var(--asc-ink);
    background: var(--asc-surface);
    box-shadow: none;
    font-size: 11px;
}

.acms-showcase-post .post-article,
.acms-showcase-post .site-main--post > .container {
    padding-top: clamp(38px, 5vw, 68px);
    padding-bottom: clamp(38px, 5vw, 68px);
    background: var(--asc-page);
}

.acms-showcase-post .post-content {
    --content-width: 820px;
    --content-text: var(--asc-ink);
    --content-text-secondary: var(--asc-muted);
    --content-text-muted: var(--asc-muted);
    color: var(--asc-ink);
    font-size: 17px;
    line-height: 1.78;
}

.acms-showcase-post .post-content :is(h1, h2, h3, h4, h5, h6) {
    color: var(--asc-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.acms-showcase-post .post-content h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--asc-line);
}

.acms-showcase-post .post-content a {
    color: var(--asc-blue-dark);
    text-decoration-color: color-mix(in srgb, var(--asc-blue) 44%, transparent);
}

.acms-showcase-post .post-content blockquote {
    margin-inline: 0;
    padding: 22px 26px;
    border: 0;
    border-left: 5px solid var(--asc-blue);
    border-radius: 0;
    color: var(--asc-ink);
    background: var(--asc-blue-soft);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
}

.acms-showcase-post .toc-expandable__card,
.acms-showcase-post .post-content :is(table, .wp-block-table),
.acms-showcase-post .post-footer__author,
.acms-showcase-post .related-posts,
.acms-showcase-post .comments-section {
    border-color: var(--asc-line);
    border-radius: 2px;
    background: var(--asc-surface);
    box-shadow: none;
}

.acms-showcase-post .toc-expandable__icon,
.acms-showcase-post .toc-expandable__number {
    color: #fff;
    background: var(--asc-blue);
}

.acms-showcase-post .post-footer__share-btn,
.acms-showcase-post .post-footer__author-link {
    min-height: 44px;
    border-color: var(--asc-blue);
    border-radius: 999px;
    color: #fff;
    background: var(--asc-blue);
    box-shadow: none;
}

.acms-showcase-post .post-footer__author-name,
.acms-showcase-post .related-posts__title,
.acms-showcase-post .comments-section__title {
    color: var(--asc-ink);
    font-family: Georgia, "Times New Roman", serif;
}

@media (max-width: 900px) {
    .acms-showcase-category .cat-header--centered .cat-children {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .acms-showcase-post .post-hero__content {
        grid-template-columns: 1fr;
    }

    .acms-showcase-post .post-hero__meta,
    .acms-showcase-post .post-hero__rating {
        grid-column: 1;
        justify-self: start;
    }
}

@media (max-width: 680px) {
    .acms-showcase-category .cat-header--centered .container,
    .acms-showcase-category .posts-section > .container,
    .acms-showcase-post .post-hero--centered > .container,
    .acms-showcase-post .site-main--post > .container,
    .acms-showcase-post .post-article > .container,
    .acms-showcase-post .post-footer > .container,
    .acms-showcase-post .related-posts > .container,
    .acms-showcase-post .comments-section > .container {
        width: min(100% - 28px, 1180px);
    }

    .acms-showcase-category .cat-header--centered {
        padding: 32px 0 38px;
        background: var(--asc-page);
    }

    .acms-showcase-category .cat-header--centered .cat-header__title {
        font-size: clamp(36px, 11vw, 48px);
    }

    .acms-showcase-category .cat-header--centered .cat-children {
        grid-template-columns: 1fr;
    }

    .acms-showcase-post .post-hero--centered {
        padding: 22px 0 26px;
        background: var(--asc-page);
    }

    .acms-showcase-post .post-hero__title {
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1.08;
    }

    .acms-showcase-post .post-hero__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .acms-showcase-post .post-hero__details {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .acms-showcase-post .post-content {
        font-size: 16px;
        line-height: 1.72;
    }
}

@media (prefers-reduced-motion: reduce) {
    .acms-showcase-content *,
    .acms-showcase-content *::before,
    .acms-showcase-content *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}
