/*
Theme Name: Hello Elementor Child
Theme URI: https://gactruyenhay.com/
Description: Child theme của Hello Elementor - shortcode danh mục homepage
Author: Gác Truyện
Template: hello-elementor
Version: 69.0.0
Text Domain: hello-elementor-child
*/

:root {
    --gth-01: #C4865C;
    --gth-02: #E7B7AE;
    --gth-03: #FFC5E8;
    --gth-04: #F0768B;
    --gth-text: #5f3d38;
    --gth-text-soft: #936768;
    --gth-white: #fffdfb;
}

.gth-dm-wrap {
    width: 100%;
    max-width: 100%;
}

.gth-dm-layout {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(260px, 1.08fr) minmax(0, 1.52fr);
    gap: clamp(10px, 1.2vw, 16px);
    align-items: stretch;
}

.gth-dm-left,
.gth-dm-right,
.gth-dm-grid {
    min-width: 0;
}

.gth-dm-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 1vw, 14px);
}

.gth-dm-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: var(--gth-text);
    overflow: hidden;
    border-radius: 24px;
    border: 2px solid rgba(196, 134, 92, 0.72);
    background:
        radial-gradient(circle at top left, rgba(255, 197, 232, 0.26), transparent 34%),
        radial-gradient(circle at bottom right, rgba(240, 118, 139, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(255, 253, 251, 0.98) 0%, rgba(255, 244, 246, 0.96) 100%);
    box-shadow:
        0 10px 26px rgba(196, 134, 92, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    box-sizing: border-box;
    isolation: isolate;
}

.gth-dm-card::before,
.gth-dm-card::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.gth-dm-card::before {
    width: 28px;
    height: 28px;
    top: 10px;
    right: 10px;
    background: radial-gradient(circle, rgba(255, 197, 232, 0.55) 0%, rgba(255, 197, 232, 0) 72%);
}

.gth-dm-card::after {
    width: 38px;
    height: 38px;
    left: -6px;
    bottom: -6px;
    background: radial-gradient(circle, rgba(231, 183, 174, 0.30) 0%, rgba(231, 183, 174, 0) 72%);
}

.gth-dm-card:hover,
.gth-dm-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(240, 118, 139, 0.72);
    box-shadow:
        0 16px 34px rgba(196, 134, 92, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    outline: none;
}

.gth-dm-card__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    text-align: center;
}


.gth-dm-card__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    overflow: hidden;
}

.gth-dm-card__bg--showcase {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gth-dm-card__bg-image {
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.02);
}

.gth-dm-card__bg-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
}

.gth-dm-card__bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 252, 250, 0.28) 0%, rgba(255, 244, 246, 0.16) 100%),
        linear-gradient(90deg, rgba(84, 49, 46, 0.20) 0%, rgba(84, 49, 46, 0.10) 28%, rgba(84, 49, 46, 0.10) 72%, rgba(84, 49, 46, 0.20) 100%),
        radial-gradient(circle at top right, rgba(255, 197, 232, 0.26) 0%, rgba(255, 197, 232, 0) 28%);
}

.gth-dm-card--featured .gth-dm-card__inner {
    padding: 0 clamp(14px, 1.6vw, 22px);
}

.gth-dm-card--featured .gth-dm-card__title {
    color: #7b4e54;
    text-shadow:
        -1px -1px 0 rgba(255,255,255,0.98),
        1px -1px 0 rgba(255,255,255,0.98),
        -1px 1px 0 rgba(255,255,255,0.98),
        1px 1px 0 rgba(255,255,255,0.98),
        0 4px 18px rgba(255,255,255,0.68),
        0 6px 18px rgba(64, 36, 33, 0.12);
}

.gth-dm-card--featured .gth-dm-card__meta {
    color: #7b4e54;
    text-shadow:
        -1px -1px 0 rgba(255,255,255,0.94),
        1px -1px 0 rgba(255,255,255,0.94),
        -1px 1px 0 rgba(255,255,255,0.94),
        1px 1px 0 rgba(255,255,255,0.94);
}

.gth-dm-card__title {
    display: block;
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-wrap: balance;
}

.gth-dm-card__meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--gth-text-soft);
    white-space: nowrap;
}

.gth-dm-card__meta::before,
.gth-dm-card__meta::after {
    content: "";
    width: 12px;
    height: 1px;
    background: linear-gradient(90deg, rgba(240, 118, 139, 0.15), rgba(196, 134, 92, 0.65), rgba(240, 118, 139, 0.15));
}

.gth-dm-card--featured {
    min-height: clamp(160px, 20vw, 235px);
    padding: clamp(18px, 1.8vw, 24px);
}

.gth-dm-card--featured .gth-dm-card__title {
    font-size: clamp(1.5rem, 2.2vw, 2.1rem);
    color: #7b4e54;
}

.gth-dm-card--small {
    min-height: clamp(88px, 8.6vw, 112px);
    padding: 12px 10px;
}

.gth-dm-card--small .gth-dm-card__title {
    font-size: clamp(0.98rem, 1.28vw, 1.24rem);
}

@media (max-width: 1180px) {
    .gth-dm-layout {
        grid-template-columns: minmax(220px, 1fr) minmax(0, 1.45fr);
    }
}

@media (max-width: 960px) {
    .gth-dm-layout {
        grid-template-columns: 1fr;
    }

    .gth-dm-card--featured {
        min-height: 170px;
    }
}

@media (max-width: 767px) {
    .gth-dm-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gth-dm-card {
        border-radius: 24px;
    }

    .gth-dm-card--small {
        min-height: 102px;
        padding: 12px 10px;
    }

    .gth-dm-card--small .gth-dm-card__title {
        font-size: 0.96rem;
    }

    .gth-dm-card__meta {
        font-size: 0.7rem;
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .gth-dm-layout {
        gap: 12px;
    }

    .gth-dm-grid {
        gap: 10px;
    }

    .gth-dm-card--featured {
        min-height: 145px;
        padding: 16px 14px;
    }

    .gth-dm-card--featured .gth-dm-card__title {
        font-size: clamp(1.3rem, 7vw, 1.65rem);
    }

    .gth-dm-card--small {
        min-height: 94px;
        padding: 12px 10px;
    }

    .gth-dm-card__meta::before,
    .gth-dm-card__meta::after {
        width: 10px;
    }
}


/* Chapter builder */
.gth-story-chapters {
    margin-top: 1.5rem;
}

.gth-story-chapters__item {
    margin: 0 0 20px;
    padding: 16px;
    border: 1px solid #edd5cd;
    border-radius: 999px;
    background: linear-gradient(180deg, #fffafb 0%, #fff6f8 100%);
    box-shadow: 0 8px 24px rgba(196, 134, 92, 0.08);
}

.gth-story-chapters__heading {
    margin: 0 0 10px;
    color: #7b4e54;
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    line-height: 1.3;
}

.gth-story-chapters__content > :first-child {
    margin-top: 0;
}

.gth-story-chapters__content > :last-child {
    margin-bottom: 0;
}

.gth-chapter-admin .inside {
    margin: 0;
    padding: 16px;
    background: #fffafb;
}

.gth-chapter-note {
    margin: 0 0 14px;
    color: #73545a;
}

.gth-chapter-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gth-chapter-card {
    border: 1px solid #edd5cd;
    border-radius: 14px;
    background: linear-gradient(180deg, #fffdfd 0%, #fff6f8 100%);
    overflow: hidden;
}

.gth-chapter-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: linear-gradient(90deg, rgba(255,197,232,.22), rgba(231,183,174,.22));
    border-bottom: 1px solid #f0ddd7;
}

.gth-chapter-card__title {
    font-weight: 700;
    color: #7b4e54;
}

.gth-chapter-card__body {
    padding: 14px;
}

.gth-chapter-field {
    margin-bottom: 14px;
}

.gth-chapter-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.gth-chapter-field input[type="text"] {
    width: 100%;
}

.gth-chapter-actions {
    margin-top: 14px;
}

.gth-story-chapters__empty {
    color: #8c6c6d;
}


/* Story detail reader */
.gth-reader {
    display: grid;
    gap: 18px;
    color: var(--gth-text);
}

.gth-reader-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
    gap: 18px;
    align-items: start;
    padding: clamp(18px, 2vw, 26px);
    border: 1px solid rgba(196, 134, 92, 0.28);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 197, 232, 0.22), transparent 35%),
        radial-gradient(circle at bottom left, rgba(240, 118, 139, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(255, 253, 251, 0.98) 0%, rgba(255, 246, 249, 0.98) 100%);
    box-shadow: 0 18px 42px rgba(196, 134, 92, 0.10);
}

.gth-reader-hero__main,
.gth-reader-hero__side {
    min-width: 0;
    align-self: start;
}

.gth-reader-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(240, 118, 139, 0.12);
    color: #9a5060;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.gth-reader-hero__title {
    margin: 0 0 12px;
    color: #75464c;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.15;
}

.gth-reader-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 14px;
}

.gth-reader-hero__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(196, 134, 92, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: #84555a;
    font-size: 0.9rem;
    font-weight: 600;
}

.gth-reader-hero__desc {
    color: var(--gth-text-soft);
    font-size: 1rem;
    line-height: 1.8;
}

.gth-reader-hero__main {
    display: grid;
    align-content: center;
}


.gth-reader-hero__desc > :first-child {
    margin-top: 0;
}

.gth-reader-hero__desc > :last-child {
    margin-bottom: 0;
}

.gth-reader-hero__side {
    display: grid;
    gap: 12px;
    align-content: start;
    align-items: start;
    justify-items: center;
}

.gth-reader-hero__cover {
    position: relative;
    overflow: hidden;
    display: block;
    width: min(100%, 420px);
    height: auto;
    padding: 10px;
    border-radius: 24px;
    border: 1px solid rgba(196, 134, 92, 0.25);
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,244,247,0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
    justify-self: center;
    align-self: start;
}

.gth-reader-hero__cover--portrait {
    aspect-ratio: 2 / 3;
    min-height: 0;
}

.gth-reader-hero__cover-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: none;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    object-position: center center;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,244,247,0.96) 100%);
}

.gth-reader-hero__cover-fallback {
    display: grid;
    place-items: center;
    height: 100%;
    min-height: 0;
    color: #a4626a;
    font-size: 4rem;
    font-weight: 800;
    background: radial-gradient(circle at top right, rgba(255, 197, 232, 0.38), transparent 30%), linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,243,247,0.98) 100%);
}

.gth-reader-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    align-items: start;
}

.gth-reader-sidebar,
.gth-reader-content {
    border: 1px solid rgba(196, 134, 92, 0.24);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,247,250,0.98) 100%);
    box-shadow: 0 14px 34px rgba(196, 134, 92, 0.08);
}

.gth-reader-main {
    min-width: 0;
    order: 1;
}

.gth-reader-sidebar {
    width: 100%;
    max-width: 300px;
    padding: 16px;
    position: sticky;
    top: 24px;
    justify-self: end;
    order: 2;
}

.gth-reader-sidebar__head h2 {
    margin: 0 0 6px;
    color: #77484e;
    font-size: 1.15rem;
}

.gth-reader-sidebar__head p {
    margin: 0 0 14px;
    color: var(--gth-text-soft);
    font-size: 0.88rem;
    line-height: 1.6;
}

.gth-reader-chapter-list {
    display: grid;
    gap: 10px;
    max-height: 74vh;
    overflow: auto;
    padding-right: 4px;
}

.gth-reader-chapter-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 14px 14px;
    border: 1px solid rgba(196, 134, 92, 0.18);
    border-radius: 18px;
    background-color: rgba(255, 251, 253, 0.99) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 249, 252, 0.96) 100%) !important;
    color: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.gth-reader-chapter-item:hover,
.gth-reader-chapter-item:focus,
.gth-reader-chapter-item:focus-visible,
.gth-reader-chapter-item:active,
.gth-reader-chapter-item.is-active {
    border-color: rgba(240, 118, 139, 0.24);
    box-shadow: 0 10px 24px rgba(240, 118, 139, 0.06);
    outline: none;
}

.gth-reader-chapter-item:hover,
.gth-reader-chapter-item:focus,
.gth-reader-chapter-item:focus-visible,
.gth-reader-chapter-item:active {
    transform: translateY(-1px);
    background-color: rgba(255, 246, 250, 0.995) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.995) 0%, rgba(255, 245, 249, 0.99) 100%) !important;
}

.gth-reader-chapter-item.is-active {
    transform: translateY(-1px);
    background-color: rgba(255, 245, 249, 0.995) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 243, 248, 0.975) 100%) !important;
}

.gth-reader-chapter-item__left {
    display: grid;
    gap: 4px;
}

.gth-reader-chapter-item__number {
    font-weight: 700;
    color: #72464b;
}

.gth-reader-chapter-item__name {
    color: var(--gth-text-soft);
    font-size: 0.88rem;
    line-height: 1.45;
}

.gth-reader-chapter-item:hover .gth-reader-chapter-item__number,
.gth-reader-chapter-item:hover .gth-reader-chapter-item__name,
.gth-reader-chapter-item:hover .gth-reader-chapter-item__badge,
.gth-reader-chapter-item:focus .gth-reader-chapter-item__number,
.gth-reader-chapter-item:focus .gth-reader-chapter-item__name,
.gth-reader-chapter-item:focus .gth-reader-chapter-item__badge,
.gth-reader-chapter-item:focus-visible .gth-reader-chapter-item__number,
.gth-reader-chapter-item:focus-visible .gth-reader-chapter-item__name,
.gth-reader-chapter-item:focus-visible .gth-reader-chapter-item__badge,
.gth-reader-chapter-item:active .gth-reader-chapter-item__number,
.gth-reader-chapter-item:active .gth-reader-chapter-item__name,
.gth-reader-chapter-item:active .gth-reader-chapter-item__badge,
.gth-reader-chapter-item.is-active .gth-reader-chapter-item__number,
.gth-reader-chapter-item.is-active .gth-reader-chapter-item__name,
.gth-reader-chapter-item.is-active .gth-reader-chapter-item__badge {
    color: inherit;
}

.gth-reader-chapter-item__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}

.gth-reader-chapter-item__badge.is-free {
    background: rgba(196, 134, 92, 0.12);
    color: #8b5e4d;
}

.gth-reader-chapter-item__badge.is-lock {
    background: rgba(240, 118, 139, 0.14);
    color: #b44d63;
}

.gth-reader-content {
    width: 100%;
    min-width: 0;
    padding: clamp(18px, 2vw, 28px);
}

.gth-reader-chapter-article__header {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(196, 134, 92, 0.18);
}

.gth-reader-chapter-article__eyebrow {
    display: inline-flex;
    margin-bottom: 8px;
    color: #a05a69;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gth-reader-chapter-article__title {
    margin: 0;
    color: #75454b;
    font-size: clamp(1.3rem, 2.2vw, 1.9rem);
    line-height: 1.25;
}

.gth-reader-chapter-article__content {
    color: #5d4440;
    font-size: 1rem;
    line-height: 1.95;
}

.gth-reader-chapter-article__content p {
    margin: 0 0 1.1em;
}

.gth-reader-chapter-nav {
    display: grid;
    grid-template-columns: minmax(132px, 188px) 54px minmax(132px, 188px);
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-width: 470px;
    margin: 28px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(196, 134, 92, 0.16);
}

.gth-reader-chapter-nav__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(196, 134, 92, 0.26);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.40) 18%, rgba(255, 255, 255, 0.08) 100%),
        linear-gradient(180deg, #fffaf5 0%, #fbe7d5 100%);
    color: #b26a43;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow:
        0 10px 24px rgba(196, 134, 92, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease, opacity .18s ease;
}

.gth-reader-chapter-nav__btn::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.34) 0%, rgba(255,255,255,0.02) 45%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.gth-reader-chapter-nav__btn:hover,
.gth-reader-chapter-nav__btn:focus,
.gth-reader-chapter-nav__btn:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(196, 134, 92, 0.42);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.46) 20%, rgba(255, 255, 255, 0.10) 100%),
        linear-gradient(180deg, #fffdf9 0%, #f7dfc8 100%);
    box-shadow:
        0 14px 28px rgba(196, 134, 92, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
    outline: none;
}

.gth-reader-chapter-nav__btn:disabled {
    opacity: 0.52;
    cursor: not-allowed;
    transform: none;
    color: #c69e7e;
    box-shadow: none;
    border-color: rgba(196, 134, 92, 0.16);
    background: linear-gradient(180deg, #fffaf5 0%, #f5ebe2 100%);
}

.gth-reader-chapter-nav__btn--list {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.42) 18%, rgba(255, 255, 255, 0.08) 100%),
        linear-gradient(180deg, #fff8f1 0%, #f6dfcb 100%);
}

.gth-reader-chapter-nav__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    line-height: 1;
}

.gth-reader-chapter-nav__btn--prev .gth-reader-chapter-nav__icon,
.gth-reader-chapter-nav__btn--next .gth-reader-chapter-nav__icon {
    opacity: 0.84;
}

.gth-reader-chapter-nav__btn--prev,
.gth-reader-chapter-nav__btn--next {
    padding-inline: 18px;
}

.gth-reader-chapter-nav__btn--list .gth-reader-chapter-nav__icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.gth-reader-chapter-drawer[hidden] {
    display: none !important;
}

.gth-reader-chapter-drawer {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.gth-reader-chapter-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(51, 24, 72, 0.42);
    backdrop-filter: blur(3px);
}

.gth-reader-chapter-drawer__dialog {
    position: relative;
    width: min(560px, 100%);
    max-height: min(82vh, 760px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(196, 134, 92, 0.24);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,247,250,0.99) 100%);
    box-shadow: 0 28px 56px rgba(51, 24, 72, 0.22);
}

.gth-reader-chapter-drawer__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 20px 12px;
}

.gth-reader-chapter-drawer__titles h3 {
    margin: 0 0 6px;
    color: #75454b;
    font-size: 1.2rem;
}

.gth-reader-chapter-drawer__titles p {
    margin: 0;
    color: var(--gth-text-soft);
    font-size: 0.9rem;
    line-height: 1.6;
}

.gth-reader-chapter-drawer__close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex: 0 0 38px;
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(196, 134, 92, 0.26);
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.42) 20%, rgba(255,255,255,0.08) 100%),
        linear-gradient(180deg, #fffaf5 0%, #f7e1cf 100%);
    color: #b26a43;
    box-shadow:
        0 10px 22px rgba(196, 134, 92, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.98);
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.gth-reader-chapter-drawer__close::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0.04) 48%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.gth-reader-chapter-drawer__close:hover,
.gth-reader-chapter-drawer__close:focus,
.gth-reader-chapter-drawer__close:focus-visible {
    transform: translateY(-2px) scale(1.01);
    border-color: rgba(196, 134, 92, 0.40);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.48) 22%, rgba(255,255,255,0.10) 100%),
        linear-gradient(180deg, #fffdf9 0%, #f4dcc6 100%);
    box-shadow:
        0 14px 28px rgba(196, 134, 92, 0.16),
        inset 0 1px 0 rgba(255,255,255,1);
    outline: none;
}

.gth-reader-chapter-drawer__close svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0;
}

.gth-reader-chapter-drawer__list {
    display: grid;
    gap: 10px;
    padding: 0 20px 20px;
    overflow: auto;
}

.gth-reader-drawer-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 14px;
    border: 1px solid rgba(196, 134, 92, 0.18);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,249,252,0.96) 100%);
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.gth-reader-drawer-item:hover,
.gth-reader-drawer-item:focus,
.gth-reader-drawer-item:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(240, 118, 139, 0.24);
    box-shadow: 0 10px 24px rgba(240, 118, 139, 0.08);
    outline: none;
}

.gth-reader-drawer-item.is-active {
    background: linear-gradient(180deg, rgba(255,250,225,0.98) 0%, rgba(255,243,184,0.98) 100%);
    border-color: rgba(225, 185, 68, 0.42);
    box-shadow: 0 12px 24px rgba(225, 185, 68, 0.16);
}

.gth-reader-drawer-item__left {
    display: grid;
    gap: 4px;
}

.gth-reader-drawer-item__number {
    font-weight: 700;
    color: #72464b;
}

.gth-reader-drawer-item__name {
    color: var(--gth-text-soft);
    font-size: 0.88rem;
    line-height: 1.45;
}

.gth-reader-drawer-item__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}

.gth-reader-drawer-item__badge.is-free {
    background: rgba(196, 134, 92, 0.12);
    color: #8b5e4d;
}

.gth-reader-drawer-item__badge.is-lock {
    background: rgba(240, 118, 139, 0.14);
    color: #b44d63;
}

.gth-reader-loading,
.gth-reader-error {
    padding: 28px 18px;
    border-radius: 20px;
    text-align: center;
    color: var(--gth-text-soft);
    background: rgba(255,255,255,0.7);
}

.gth-unlock-modal[hidden] {
    display: none !important;
}

.gth-unlock-modal {
    position: fixed;
    inset: 0;
    z-index: 1000000;
}

.gth-modal-open {
    overflow: hidden;
}

.gth-unlock-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(67, 34, 44, 0.48);
    backdrop-filter: blur(3px);
}

.gth-unlock-modal__dialog {
    position: relative;
    width: min(760px, calc(100vw - 24px));
    max-height: calc(100vh - 32px);
    margin: 16px auto;
    overflow: auto;
    padding: 22px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,244,247,0.98) 100%);
    box-shadow: 0 28px 70px rgba(46, 18, 31, 0.28);
}

.gth-unlock-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-grid !important;
    place-items: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    padding: 0 !important;
    border: 1px solid rgba(240, 118, 139, 0.42) !important;
    border-radius: 50% !important;
    background: #fff !important;
    background-image: none !important;
    color: #c95b75 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-align: center;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(196, 134, 92, 0.10);
}

.gth-unlock-modal__close-icon {
    display: block;
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    margin: 0;
    padding: 0;
    flex: 0 0 12px;
    pointer-events: none;
}

.gth-unlock-modal__close:hover,
.gth-unlock-modal__close:focus,
.gth-unlock-modal__close:active {
    background: rgba(255, 244, 247, 0.98) !important;
    color: #b94d67 !important;
    outline: none;
}

.gth-unlock-modal__head {
    margin-right: 48px;
}

.gth-unlock-modal__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: nowrap;
}

.gth-unlock-modal__head h3 {
    margin: 0;
    color: #74464b;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    line-height: 1.18;
}

.gth-unlock-modal__pack-pill {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(196, 134, 92, 0.28) !important;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,243,247,0.98) 100%) !important;
    color: #8a5560 !important;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(196, 134, 92, 0.08), inset 0 1px 0 rgba(255,255,255,0.88);
}

.gth-unlock-modal__message {

    min-height: 24px;
    margin-top: 10px;
    font-size: 0.92rem;
}

.gth-unlock-modal__message.is-error {
    color: #b4233f;
}

.gth-unlock-modal__message.is-success {
    color: #0a7a36;
}

.gth-unlock-modal__message.is-info {
    color: #7d5560;
}

.gth-unlock-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.gth-unlock-card {
    padding: 16px;
    border: 1px solid rgba(196, 134, 92, 0.18);
    border-radius: 22px;
    background: rgba(255,255,255,0.86);
}

.gth-unlock-card h4 {
    margin: 0 0 12px;
    color: #74464b;
    font-size: 1rem;
}

.gth-unlock-card label {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
}

.gth-unlock-card label span {
    color: #84585b;
    font-size: 0.88rem;
    font-weight: 600;
}

.gth-unlock-card input {
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(196, 134, 92, 0.24);
    border-radius: 14px;
    background: #fff;
    color: var(--gth-text);
}

.gth-unlock-card input:focus {
    border-color: rgba(240, 118, 139, 0.55);
    outline: none;
    box-shadow: 0 0 0 3px rgba(240, 118, 139, 0.10);
}

.gth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
}

.gth-btn--primary {
    background: linear-gradient(135deg, #C4865C 0%, #F0768B 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(240, 118, 139, 0.18);
}

.gth-btn--soft {
    background: rgba(240, 118, 139, 0.12);
    color: #9a5060;
}

.gth-unlock-payment {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 16px;
    margin-top: 16px;
    padding: 16px;
    border: 1px solid rgba(196, 134, 92, 0.18);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,246,249,0.96) 100%);
}

.gth-unlock-payment__qr-wrap {
    display: grid;
    place-items: center;
    padding: 12px;
    border-radius: 20px;
    background: #fff;
}

.gth-unlock-payment__qr-wrap img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
}

.gth-unlock-payment__info p {
    margin: 0 0 10px;
    color: var(--gth-text-soft);
    line-height: 1.65;
}

.gth-unlock-payment__code-line {
    margin: 0 0 18px;
    color: var(--gth-text-soft);
}

.gth-unlock-payment__code-line strong {
    display: block;
    margin-bottom: 12px;
    line-height: 1.5;
}

.gth-unlock-payment__code-wrap {
    display: block;
    width: 100%;
}

.gth-unlock-payment__code {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(231, 183, 174, 0.24);
    color: #7a4a4f;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.06em;
    word-break: break-all;
}

.gth-unlock-payment__note {
    margin-top: 8px;
    font-size: 0.9rem;
}

@media (max-width: 980px) {
    .gth-reader-hero,
    .gth-reader-layout {
        grid-template-columns: 1fr;
    }

    .gth-reader-sidebar {
        display: none;
        position: static;
        max-width: none;
        justify-self: stretch;
    }
}

@media (max-width: 767px) {
    .gth-reader-hero {
        padding: 16px;
        border-radius: 24px;
    }

    .gth-reader-content,
    .gth-reader-sidebar {
        border-radius: 22px;
    }

    .gth-unlock-grid,
    .gth-unlock-payment {
        grid-template-columns: 1fr;
    }

    .gth-reader-chapter-nav {
        grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
        max-width: 330px;
        gap: 8px;
        margin-top: 22px;
        padding-top: 18px;
    }

    .gth-reader-chapter-nav__btn {
        min-height: 42px;
        padding: 0 12px;
        border-radius: 999px;
        font-size: 0.9rem;
    }

    .gth-reader-chapter-nav__btn--list {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        border-radius: 50%;
    }

    .gth-reader-chapter-drawer {
        align-items: flex-end;
        padding: 0;
    }

    .gth-reader-chapter-drawer__dialog {
        width: 100%;
        max-height: min(78vh, 720px);
        border-radius: 24px 24px 0 0;
    }

    .gth-reader-chapter-drawer__head {
        padding: 18px 16px 10px;
    }

    .gth-reader-chapter-drawer__list {
        padding: 0 16px 16px;
    }

    .gth-reader-drawer-item {
        padding: 14px 14px;
        border-radius: 16px;
    }

    .gth-unlock-payment__code {
        font-size: 1.34rem;
        padding: 12px 14px;
    }

    .gth-unlock-modal__dialog {
        padding: 18px 14px;
        border-radius: 24px;
    }
}


#gth-create-order,
#gth-create-order:hover,
#gth-create-order:focus,
#gth-create-order:active {
    color: #fff !important;
}


@media (max-width: 680px) {
    .gth-unlock-modal__title-row {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .gth-unlock-modal__pack-pill {
        width: 100%;
        justify-content: center;
    }
}

#gth-create-order,
#gth-create-order:hover,
#gth-create-order:focus,
#gth-create-order:active,
.gth-btn--primary,
.gth-btn--primary:hover,
.gth-btn--primary:focus,
.gth-btn--primary:active {
    color: #fff !important;
}


/* Latest stories grid */
.gth-latest-stories {
    position: relative;
    width: 100%;
}

.gth-latest-stories__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.gth-latest-stories__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 197, 232, 0.22) 0%, rgba(255, 255, 255, 0.96) 100%);
    border: 1px solid rgba(240, 118, 139, 0.18);
    color: #9b5f67;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gth-latest-stories__title {
    margin: 0;
    color: #7b4e54;
    font-size: clamp(1.5rem, 2.1vw, 2rem);
    line-height: 1.15;
    font-weight: 800;
}

.gth-latest-stories__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(14px, 1.3vw, 20px);
}

.gth-latest-story-card {
    min-width: 0;
}

.gth-latest-story-card__link {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    text-decoration: none;
    color: var(--gth-text);
    border: 1px solid rgba(196, 134, 92, 0.28);
    background:
        radial-gradient(circle at top right, rgba(255, 197, 232, 0.18), transparent 28%),
        radial-gradient(circle at bottom left, rgba(231, 183, 174, 0.16), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 250, 0.98) 100%);
    box-shadow:
        0 14px 34px rgba(196, 134, 92, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gth-latest-story-card__link:hover,
.gth-latest-story-card__link:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(240, 118, 139, 0.3);
    box-shadow:
        0 18px 38px rgba(196, 134, 92, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    outline: none;
}

.gth-latest-story-card__media {
    position: relative;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 247, 250, 0.98) 0%, rgba(255, 239, 244, 0.95) 100%);
}

.gth-latest-story-card__image,
.gth-latest-story-card__fallback {
    display: block;
    width: 100%;
    height: 100%;
}

.gth-latest-story-card__image {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    object-position: center center;
    transition: transform .28s ease;
}

.gth-latest-story-card__link:hover .gth-latest-story-card__image,
.gth-latest-story-card__link:focus-visible .gth-latest-story-card__image {
    transform: scale(1.03);
}

.gth-latest-story-card__fallback {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at top right, rgba(255, 197, 232, 0.35), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 245, 0.95) 100%);
    color: #a45e69;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
}

.gth-latest-story-card,
.gth-category-story-card {
    height: 100%;
}

.gth-latest-story-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-bottom: 1px solid rgba(196, 134, 92, 0.12);
}

.gth-latest-story-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 253, 251, 0.88);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(240, 118, 139, 0.16);
    box-shadow: 0 8px 18px rgba(196, 134, 92, 0.10);
    color: #9a6266;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.gth-latest-story-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 12px;
    padding: 16px 16px 18px;
}

.gth-latest-story-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.gth-latest-story-card__chip,
.gth-latest-story-card__time,
.gth-latest-story-card__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    line-height: 1;
    white-space: nowrap;
}

.gth-latest-story-card__chip,
.gth-latest-story-card__pill {
    border: 1px solid rgba(196, 134, 92, 0.2);
    background: rgba(255, 251, 252, 0.94);
    color: #8e5e61;
    font-weight: 700;
}

.gth-latest-story-card__time {
    padding-inline: 0;
    min-height: auto;
    color: #a07a78;
    font-weight: 600;
}

.gth-latest-story-card__title {
    margin: 0;
    color: #6f4348;
    font-size: clamp(1.02rem, 1.25vw, 1.22rem);
    line-height: 1.35;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.gth-latest-story-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    margin-top: auto;
    min-width: 0;
}

.gth-latest-story-card__read {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    color: #f0768b;
    font-size: clamp(0.7rem, 0.72vw, 0.78rem);
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

.gth-latest-story-card__read::after {
    content: '→';
    font-size: 0.9em;
    line-height: 1;
}

.gth-latest-story-card__footer .gth-latest-story-card__pill {
    flex: 0 1 auto;
    min-width: 0;
    padding-inline: clamp(8px, 0.65vw, 11px);
    font-size: clamp(0.7rem, 0.72vw, 0.78rem);
}

@media (max-width: 1200px) {
    .gth-latest-stories__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .gth-latest-stories__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .gth-latest-stories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 520px) {
    .gth-latest-stories__head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 12px;
    }

    .gth-latest-stories__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gth-latest-story-card__body {
        padding: 14px 14px 16px;
    }

    .gth-latest-story-card__meta,
    .gth-latest-story-card__footer {
        flex-wrap: wrap;
    }

    .gth-latest-story-card__time {
        padding-inline: 0;
    }

}


/* Category archive grid */
.gth-story-archive {
    position: relative;
    width: 100%;
    padding: clamp(6px, 1vw, 10px) 0 clamp(22px, 2vw, 30px);
}

.gth-story-archive__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.gth-story-archive__titlebox {
    min-width: 0;
}

.gth-story-archive__eyebrow,
.gth-story-archive__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 197, 232, 0.18) 0%, rgba(255, 255, 255, 0.97) 100%);
    border: 1px solid rgba(240, 118, 139, 0.18);
    color: #9b5f67;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gth-story-archive__title {
    margin: 12px 0 0;
    color: #7b4e54;
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    line-height: 1.08;
    font-weight: 800;
}

.gth-story-archive__desc {
    margin-top: 12px;
    max-width: 760px;
    color: #8e6c6b;
    font-size: 0.98rem;
    line-height: 1.75;
}

.gth-story-archive__desc > :first-child {
    margin-top: 0;
}

.gth-story-archive__desc > :last-child {
    margin-bottom: 0;
}

.gth-story-archive__grid {
    margin-top: 0;
}

.gth-category-story-card .gth-latest-story-card__title {
    min-height: calc(1.35em * 2);
}

.gth-archive-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.gth-archive-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid rgba(196, 134, 92, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 247, 249, 0.97) 100%);
    box-shadow: 0 12px 24px rgba(196, 134, 92, 0.08);
    color: #835459;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}

.gth-archive-pagination__link:hover,
.gth-archive-pagination__link:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(240, 118, 139, 0.28);
    box-shadow: 0 14px 28px rgba(240, 118, 139, 0.10);
    color: #f0768b;
    outline: none;
}

.gth-archive-pagination__link.current {
    border-color: rgba(240, 118, 139, 0.34);
    background: linear-gradient(180deg, rgba(255, 197, 232, 0.28) 0%, rgba(255, 255, 255, 0.98) 100%);
    color: #f0768b;
    box-shadow: 0 16px 30px rgba(240, 118, 139, 0.12);
}

.gth-story-archive__empty {
    padding: 26px 22px;
    border-radius: 26px;
    border: 1px solid rgba(196, 134, 92, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 250, 0.98) 100%);
    color: #8e6a68;
    text-align: center;
    box-shadow: 0 14px 30px rgba(196, 134, 92, 0.08);
}

@media (max-width: 767px) {
    .gth-story-archive__head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 14px;
    }

    .gth-story-archive__title {
        margin-top: 10px;
    }

    .gth-story-archive__eyebrow,
    .gth-story-archive__count {
        min-height: 34px;
        padding: 8px 14px;
        font-size: 0.76rem;
    }

    .gth-archive-pagination {
        gap: 8px;
        margin-top: 20px;
    }

    .gth-archive-pagination__link {
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
    }
}


.gth-top-danhmuc-block{
    width:100%;
    margin:40px 0;
    box-sizing:border-box;
}

.gth-top-danhmuc-block__inner{
    width:min(1280px, calc(100% - 40px));
    max-width:1280px;
    margin-inline:auto;
    box-sizing:border-box;
}

.gth-top-danhmuc-block,
.gth-top-danhmuc-block *,
.gth-top-danhmuc-block a,
.gth-top-danhmuc-block a:hover,
.gth-top-danhmuc-block a:focus,
.gth-top-danhmuc-block a:active,
.gth-top-danhmuc-block a:visited{
    text-decoration:none !important;
}

.gth-top-danhmuc-block .gth-dm-wrap{
    margin:0;
}

.single-post .gth-top-danhmuc-block--single .gth-top-danhmuc-block__inner,
.single .gth-top-danhmuc-block--single .gth-top-danhmuc-block__inner,
.gth-category-page .gth-top-danhmuc-block--archive .gth-top-danhmuc-block__inner{
    width:100%;
    max-width:none;
}

.gth-category-page .gth-top-danhmuc-block--archive,
.single-post .gth-top-danhmuc-block--single,
.single .gth-top-danhmuc-block--single{
    margin-top:40px;
    margin-bottom:40px;
}

@media (max-width: 767px) {
    .gth-top-danhmuc-block__inner{
        width:min(100%, calc(100% - 24px));
    }
}


/* Single story title placement */
.single-post .entry-title,
.single-post .elementor-widget-theme-post-title,
.single-post .page-header .entry-title,
.single-post .site-main > .page-header,
.single-post article > .entry-header,
.single-post .post > .entry-header {
    display: none !important;
}

.gth-single-inline-title-wrap {
    width: 100%;
    margin: 0 0 40px;
}

.gth-single-inline-title {
    margin: 0;
    color: #2f2d2f;
    font-size: clamp(1.85rem, 3.2vw, 2.9rem);
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.gth-single-story-shell {
    padding-bottom: 40px;
}

.gth-story-tags {
    margin: 22px 0 0;
    padding: 18px 20px;
    border: 1px solid rgba(196, 134, 92, 0.20);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 197, 232, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,246,249,0.98) 100%);
    box-shadow: 0 12px 30px rgba(196, 134, 92, 0.08);
}

.gth-story-tags__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(240, 118, 139, 0.10);
    color: #9a5666;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.gth-story-tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.gth-story-tags__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(196, 134, 92, 0.24);
    border-radius: 999px;
    background: rgba(255,255,255,0.88);
    color: #7f5056 !important;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}

.gth-story-tags__item:hover,
.gth-story-tags__item:focus,
.gth-story-tags__item:active {
    border-color: rgba(240, 118, 139, 0.34);
    color: #b45069 !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(240, 118, 139, 0.08);
    outline: none;
}

.single-post .tags-links,
.single-post .post-tags,
.single-post .entry-tags,
.single-post .tagged_as,
.single-post .elementor-post-info__terms-list,
.single .tags-links,
.single .post-tags,
.single .entry-tags,
.single .tagged_as,
.single .elementor-post-info__terms-list {
    display: none !important;
}


@media (max-width: 767px) {
    .gth-story-tags {
        padding: 16px;
        border-radius: 22px;
    }

    .gth-story-tags__item {
        min-height: 36px;
        padding: 8px 14px;
        font-size: 0.88rem;
    }

    .gth-single-inline-title-wrap {
        margin-bottom: 28px;
    }
}


/* v30 single story polish */
.single-post .gth-single-inline-title-wrap,
.single .gth-single-inline-title-wrap{
    width:100%;
    margin:0 0 32px !important;
}

.single-post .gth-single-inline-title,
.single .gth-single-inline-title{
    margin:0 !important;
    font-size:clamp(1.8rem, 3vw, 3.35rem) !important;
    line-height:1.12 !important;
    font-weight:700 !important;
    letter-spacing:-0.03em !important;
    color:#2f2d2f !important;
}

.single-post .site-main .entry-title,
.single .site-main .entry-title,
.single-post .site-main > .page-header,
.single .site-main > .page-header,
.single-post article > .entry-header,
.single article > .entry-header,
.single-post .post > .entry-header,
.single .post > .entry-header,
.single-post .elementor-widget-theme-post-title,
.single .elementor-widget-theme-post-title{
    display:none !important;
}

.single-post .entry-footer,
.single .entry-footer,
.single-post .post-tags,
.single .post-tags,
.single-post .tags-links,
.single .tags-links,
.single-post .tagged_as,
.single .tagged_as,
.single-post .tag-links,
.single .tag-links,
.single-post .elementor-post-info,
.single .elementor-post-info{
    display:none !important;
}

.single-post .gth-single-story-shell,
.single .gth-single-story-shell{
    padding-bottom:0 !important;
    margin-bottom:0 !important;
}

.single-post .site-main,
.single .site-main{
    padding-bottom:0 !important;
}

.single-post .gth-story-tags,
.single .gth-story-tags{
    margin:28px 0 40px !important;
    padding:20px 22px !important;
    border:1px solid rgba(231,183,174,.42) !important;
    border-radius:28px !important;
    background:
        radial-gradient(circle at top right, rgba(255,197,232,.16), transparent 34%),
        radial-gradient(circle at bottom left, rgba(231,183,174,.12), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,246,249,.98) 100%) !important;
    box-shadow:0 18px 42px rgba(196,134,92,.09) !important;
}

.single-post .gth-story-tags__label,
.single .gth-story-tags__label{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:36px !important;
    padding:0 16px !important;
    border-radius:999px !important;
    background:linear-gradient(135deg, rgba(255,197,232,.22), rgba(240,118,139,.09)) !important;
    color:#9b5767 !important;
    font-size:.8rem !important;
    font-weight:800 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
}

.single-post .gth-story-tags__list,
.single .gth-story-tags__list{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:12px !important;
    margin-top:16px !important;
}

.single-post .gth-story-tags__item,
.single .gth-story-tags__item{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:42px !important;
    padding:10px 17px !important;
    border-radius:999px !important;
    border:1px solid rgba(196,134,92,.22) !important;
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,247,250,.96)) !important;
    color:#7f5056 !important;
    text-decoration:none !important;
    font-size:.95rem !important;
    font-weight:700 !important;
    line-height:1.15 !important;
    box-shadow:0 10px 24px rgba(240,118,139,.05), inset 0 1px 0 rgba(255,255,255,.9) !important;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease !important;
}

.single-post .gth-story-tags__item:hover,
.single-post .gth-story-tags__item:focus,
.single-post .gth-story-tags__item:active,
.single .gth-story-tags__item:hover,
.single .gth-story-tags__item:focus,
.single .gth-story-tags__item:active{
    transform:translateY(-1px) !important;
    border-color:rgba(240,118,139,.28) !important;
    color:#b24f68 !important;
    text-decoration:none !important;
    box-shadow:0 14px 28px rgba(240,118,139,.09), inset 0 1px 0 rgba(255,255,255,.9) !important;
    outline:none !important;
}

@media (max-width: 767px){
    .single-post .gth-single-inline-title,
    .single .gth-single-inline-title{
        font-size:clamp(1.7rem, 7vw, 2.3rem) !important;
    }

    .single-post .gth-story-tags,
    .single .gth-story-tags{
        padding:16px !important;
        border-radius:22px !important;
    }

    .single-post .gth-story-tags__item,
    .single .gth-story-tags__item{
        min-height:38px !important;
        padding:8px 14px !important;
        font-size:.88rem !important;
    }
}


/* ===== v32: Mobile header ===== */
@media (max-width: 1024px) {
    body.has-gth-mobile-header {
        padding-top: 82px;
    }

    body.admin-bar.has-gth-mobile-header {
        padding-top: 82px;
    }

    body.has-gth-mobile-header header.site-header,
    body.has-gth-mobile-header .site-header,
    body.has-gth-mobile-header .elementor-location-header,
    body.has-gth-mobile-header header[data-elementor-type="header"],
    body.has-gth-mobile-header .e-parent[data-elementor-type="header"] {
        display: none !important;
    }

    .gth-mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9998;
        padding: 12px 14px;
        background: rgba(255, 253, 251, 0.78);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border-bottom: 1px solid rgba(240, 118, 139, 0.10);
        box-shadow: 0 14px 34px rgba(196, 134, 92, 0.08);
    }

    body.admin-bar .gth-mobile-header {
        top: 0;
    }

    .gth-mobile-header__inner {
        width: min(100%, 1180px);
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 10px 12px;
        background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(255,245,250,0.92) 100%);
        border: 1px solid rgba(231, 183, 174, 0.72);
        border-radius: 26px;
        box-shadow: 0 18px 40px rgba(196, 134, 92, 0.10), inset 0 1px 0 rgba(255,255,255,0.95);
    }

    .gth-mobile-header__brand {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
        flex: 1 1 auto;
        text-decoration: none !important;
    }

    .gth-mobile-header__logo {
        display: block;
        width: 52px;
        height: 52px;
        object-fit: contain;
        border-radius: 18px;
        background: rgba(255,255,255,0.82);
        box-shadow: 0 12px 24px rgba(196, 134, 92, 0.10);
        padding: 3px;
        flex: 0 0 52px;
    }

    .gth-mobile-header__brand-copy {
        min-width: 0;
        display: flex;
        align-items: center;
    }

    .gth-mobile-header__brand-name {
        font-size: 1.04rem;
        line-height: 1.1;
        font-weight: 800;
        color: var(--gth-text);
        letter-spacing: -0.02em;
    }

    .gth-mobile-header__actions {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        flex: 0 0 auto;
        margin-left: 8px;
    }

    .gth-mobile-header__search,
    .gth-mobile-header__toggle,
    .gth-mobile-drawer__close,
    .gth-mobile-nav__toggle {
        -webkit-appearance: none;
        appearance: none;
        padding: 0;
        margin: 0;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        outline: none;
        background-image: none;
        box-sizing: border-box;
    }

    .gth-mobile-header__search,
    .gth-mobile-header__toggle,
    .gth-mobile-drawer__close {
        width: 46px;
        height: 46px;
        border-radius: 18px;
        border: 1px solid rgba(240, 118, 139, 0.22);
        background: linear-gradient(135deg, rgba(255,255,255,0.99) 0%, rgba(255,244,249,0.94) 100%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--gth-text);
        text-decoration: none !important;
        box-shadow: 0 14px 28px rgba(240, 118, 139, 0.08), inset 0 1px 0 rgba(255,255,255,0.95);
        transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .gth-mobile-header__toggle-icon,
    .gth-mobile-drawer__close-icon {
        display: block;
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }

    .gth-mobile-header__toggle:hover,
    .gth-mobile-header__search:hover,
    .gth-mobile-drawer__close:hover {
        transform: translateY(-1px);
        border-color: rgba(240, 118, 139, 0.32);
        box-shadow: 0 16px 28px rgba(240, 118, 139, 0.12);
    }

    .gth-mobile-header__toggle:focus,
    .gth-mobile-header__toggle:active,
    .gth-mobile-header__search:focus,
    .gth-mobile-header__search:active,
    .gth-mobile-drawer__close:focus,
    .gth-mobile-drawer__close:active {
        transform: translateY(-1px);
        border-color: rgba(240, 118, 139, 0.32);
        box-shadow: 0 16px 28px rgba(240, 118, 139, 0.12);
    }

    .gth-mobile-drawer__close {
        border-radius: 50%;
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        color: var(--gth-04);
    }

    .gth-mobile-drawer__close-icon {
        width: 18px;
        height: 18px;
    }

    .gth-mobile-drawer[hidden] {
        display: none !important;
    }

    .gth-mobile-drawer {
        position: fixed;
        inset: 0;
        z-index: 9999;
    }

    .gth-mobile-drawer__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(82, 50, 53, 0.34);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .gth-mobile-drawer__panel {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: min(90vw, 390px);
        background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,246,250,0.95) 100%);
        border-left: 1px solid rgba(231, 183, 174, 0.82);
        box-shadow: -20px 0 44px rgba(82, 50, 53, 0.12);
        display: flex;
        flex-direction: column;
        transform: translateX(100%);
        transition: transform .24s ease;
    }

    .gth-mobile-drawer.is-open .gth-mobile-drawer__panel {
        transform: translateX(0);
    }

    .gth-mobile-drawer__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 18px 18px 14px;
        border-bottom: 1px solid rgba(231, 183, 174, 0.45);
    }

    .gth-mobile-drawer__title {
        font-size: 0.76rem;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        color: var(--gth-text-soft);
        font-weight: 800;
        margin-bottom: 7px;
    }

    .gth-mobile-drawer__site {
        font-size: 1.3rem;
        line-height: 1.1;
        font-weight: 800;
        color: var(--gth-text);
        letter-spacing: -0.03em;
    }

    .gth-mobile-drawer__body {
        flex: 1 1 auto;
        overflow: auto;
        padding: 16px 16px 24px;
    }

    .gth-mobile-nav__menu,
    .gth-mobile-nav__menu .sub-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .gth-mobile-nav__menu > li {
        border: 1px solid rgba(231, 183, 174, 0.72);
        border-radius: 22px;
        background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(255,246,250,0.90) 100%);
        box-shadow: 0 16px 34px rgba(196, 134, 92, 0.08);
        overflow: hidden;
    }

    .gth-mobile-nav__menu > li + li {
        margin-top: 12px;
    }

    .gth-mobile-nav__item-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 4px;
    }

    .gth-mobile-nav__menu > li > a,
    .gth-mobile-nav__menu .sub-menu a {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
        padding: 14px 16px;
        text-decoration: none !important;
        color: var(--gth-text) !important;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.3;
    }

    .gth-mobile-nav__menu > li.current-menu-item > a,
    .gth-mobile-nav__menu > li.current-menu-ancestor > a {
        color: var(--gth-04) !important;
    }

    .gth-mobile-nav__toggle {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        border-radius: 14px;
        border: 1px solid rgba(240, 118, 139, 0.18);
        background: linear-gradient(135deg, rgba(255,255,255,0.99) 0%, rgba(255,244,249,0.94) 100%);
        color: var(--gth-text);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 2px;
        box-shadow: 0 10px 22px rgba(240, 118, 139, 0.06), inset 0 1px 0 rgba(255,255,255,0.95);
        transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .gth-mobile-nav__toggle-icon {
        display: block;
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        transition: transform .18s ease;
    }

    .gth-mobile-nav__menu > li.is-open > .gth-mobile-nav__item-row .gth-mobile-nav__toggle-icon {
        transform: rotate(180deg);
    }

    .gth-mobile-nav__toggle:hover,
    .gth-mobile-nav__toggle:focus,
    .gth-mobile-nav__toggle:active {
        transform: translateY(-1px);
        border-color: rgba(240, 118, 139, 0.3);
        box-shadow: 0 14px 24px rgba(240, 118, 139, 0.10), inset 0 1px 0 rgba(255,255,255,0.95);
        background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,238,246,0.98) 100%);
    }

    .gth-mobile-nav__menu .sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height .24s ease;
        padding: 0 12px 0;
    }

    .gth-mobile-nav__menu > li.is-open > .sub-menu {
        padding-bottom: 12px;
    }

    .gth-mobile-nav__menu .sub-menu li + li {
        margin-top: 8px;
    }

    .gth-mobile-nav__menu .sub-menu a {
        border-radius: 16px;
        border: 1px solid rgba(231, 183, 174, 0.60);
        background: rgba(255, 255, 255, 0.90);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.94);
        font-size: 0.96rem;
        padding: 12px 14px;
    }

    .gth-mobile-drawer__footer {
        border-top: 1px solid rgba(231, 183, 174, 0.45);
        padding: 16px 18px 22px;
        color: var(--gth-text-soft);
        font-size: 0.88rem;
        line-height: 1.5;
    }

    html.gth-mobile-nav-open,
    html.gth-mobile-nav-open body {
        overflow: hidden;
    }
}

@media (max-width: 782px) {
    body.has-gth-mobile-header {
        padding-top: 78px;
    }

    body.admin-bar.has-gth-mobile-header {
        padding-top: 78px;
    }
}

@media (min-width: 783px) and (max-width: 1024px) {
    body.admin-bar .gth-mobile-header {
        top: 0;
    }
}


@media (max-width: 480px) {
    .gth-mobile-header {
        padding: 10px 12px;
    }

    .gth-mobile-header__inner {
        gap: 8px;
        padding: 9px 10px;
        border-radius: 24px;
    }

    .gth-mobile-header__brand {
        gap: 8px;
    }

    .gth-mobile-header__logo {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 15px;
    }

    .gth-mobile-header__brand-name {
        font-size: 0.98rem;
    }

    .gth-mobile-header__search,
    .gth-mobile-header__toggle,
    .gth-mobile-drawer__close {
        width: 42px;
        height: 42px;
        border-radius: 16px;
    }
}

@media (min-width: 1025px) {
    .gth-mobile-header,
    .gth-mobile-drawer {
        display: none !important;
    }
}


/* ===== v34: Mobile header button hardening ===== */
@media (max-width: 1024px) {
    .gth-mobile-header__toggle,
    .gth-mobile-drawer__close,
    .gth-mobile-nav__toggle {
        background-image: none !important;
        text-indent: 0 !important;
        overflow: hidden;
    }

    .gth-mobile-header__toggle::before,
    .gth-mobile-header__toggle::after,
    .gth-mobile-nav__toggle::before,
    .gth-mobile-nav__toggle::after,
    .gth-mobile-drawer__close::before,
    .gth-mobile-drawer__close::after {
        content: none !important;
    }

    .gth-mobile-header__toggle svg,
    .gth-mobile-drawer__close svg,
    .gth-mobile-nav__toggle svg {
        display: block !important;
        pointer-events: none;
    }
}


/* ===== v35: refined mobile header buttons ===== */
@media (max-width: 1024px) {
    .gth-mobile-header__search,
    .gth-mobile-header__toggle,
    .gth-mobile-drawer__close,
    .gth-mobile-nav__toggle {
        -webkit-appearance: none !important;
        appearance: none !important;
        border: none !important;
        outline: none !important;
        background: none !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        min-width: 0 !important;
        min-height: 0 !important;
        font-size: 0 !important;
        line-height: 0 !important;
        display: inline-grid !important;
        place-items: center !important;
        position: relative !important;
        overflow: hidden !important;
        vertical-align: middle !important;
        -webkit-tap-highlight-color: transparent;
    }

    .gth-mobile-header__search::before,
    .gth-mobile-header__search::after,
    .gth-mobile-header__toggle::before,
    .gth-mobile-header__toggle::after,
    .gth-mobile-drawer__close::before,
    .gth-mobile-drawer__close::after,
    .gth-mobile-nav__toggle::before,
    .gth-mobile-nav__toggle::after {
        content: none !important;
        display: none !important;
    }

    .gth-mobile-header__search,
    .gth-mobile-header__toggle {
        width: 46px !important;
        height: 46px !important;
        border-radius: 18px !important;
        border: 1px solid rgba(240, 118, 139, 0.22) !important;
        background: linear-gradient(135deg, rgba(255,255,255,0.99) 0%, rgba(255,246,250,0.94) 100%) !important;
        box-shadow: 0 12px 26px rgba(240, 118, 139, 0.08), inset 0 1px 0 rgba(255,255,255,0.96) !important;
        color: #7b4e54 !important;
    }

    .gth-mobile-header__search:hover,
    .gth-mobile-header__toggle:hover,
    .gth-mobile-header__search:focus,
    .gth-mobile-header__toggle:focus,
    .gth-mobile-header__search:active,
    .gth-mobile-header__toggle:active {
        transform: translateY(-1px) !important;
        border-color: rgba(240, 118, 139, 0.32) !important;
        background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,240,247,0.98) 100%) !important;
        box-shadow: 0 16px 30px rgba(240, 118, 139, 0.12), inset 0 1px 0 rgba(255,255,255,0.98) !important;
    }

    .gth-mobile-header__toggle-icon {
        width: 22px !important;
        height: 22px !important;
        color: #e23b74 !important;
        display: block !important;
    }

    .gth-mobile-header__toggle-icon path {
        stroke-linecap: round;
    }

    .gth-mobile-drawer__close {
        width: 40px !important;
        height: 40px !important;
        border-radius: 16px !important;
        border: 1px solid rgba(240, 118, 139, 0.22) !important;
        background: linear-gradient(135deg, rgba(255,255,255,0.99) 0%, rgba(255,246,250,0.94) 100%) !important;
        box-shadow: 0 10px 22px rgba(240, 118, 139, 0.08), inset 0 1px 0 rgba(255,255,255,0.96) !important;
        color: #e23b74 !important;
    }

    .gth-mobile-drawer__close:hover,
    .gth-mobile-drawer__close:focus,
    .gth-mobile-drawer__close:active {
        transform: translateY(-1px) !important;
        border-color: rgba(240, 118, 139, 0.32) !important;
        background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,240,247,0.98) 100%) !important;
        box-shadow: 0 14px 26px rgba(240, 118, 139, 0.12), inset 0 1px 0 rgba(255,255,255,0.98) !important;
    }

    .gth-mobile-drawer__close-icon {
        width: 16px !important;
        height: 16px !important;
        display: block !important;
    }

    .gth-mobile-nav__toggle {
        width: 38px !important;
        height: 38px !important;
        flex: 0 0 38px !important;
        margin-right: 4px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(240, 118, 139, 0.18) !important;
        background: linear-gradient(135deg, rgba(255,255,255,0.99) 0%, rgba(255,246,250,0.94) 100%) !important;
        box-shadow: 0 10px 20px rgba(240, 118, 139, 0.06), inset 0 1px 0 rgba(255,255,255,0.96) !important;
        color: #c85a7f !important;
    }

    .gth-mobile-nav__toggle:hover,
    .gth-mobile-nav__toggle:focus,
    .gth-mobile-nav__toggle:active {
        transform: translateY(-1px) !important;
        border-color: rgba(240, 118, 139, 0.28) !important;
        background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,240,247,0.98) 100%) !important;
        box-shadow: 0 12px 22px rgba(240, 118, 139, 0.10), inset 0 1px 0 rgba(255,255,255,0.98) !important;
    }

    .gth-mobile-nav__toggle-icon {
        width: 15px !important;
        height: 15px !important;
        display: block !important;
    }

    .gth-mobile-nav__item-row {
        gap: 8px !important;
    }
}

@media (max-width: 480px) {
    .gth-mobile-header__search,
    .gth-mobile-header__toggle {
        width: 44px !important;
        height: 44px !important;
        border-radius: 17px !important;
    }

    .gth-mobile-drawer__close {
        width: 38px !important;
        height: 38px !important;
        border-radius: 15px !important;
    }
}

@media (max-width: 520px) {
    .gth-reader-chapter-nav {
        grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr);
        max-width: 300px;
        gap: 7px;
    }

    .gth-reader-chapter-nav__btn {
        min-height: 40px;
        padding: 0 10px;
        border-radius: 999px;
        font-size: 0.88rem;
    }

    .gth-reader-chapter-nav__btn--list {
        width: 46px;
        min-width: 46px;
        height: 46px;
        min-height: 46px;
        border-radius: 50%;
    }

    .gth-reader-chapter-nav__icon {
        font-size: 0.98rem;
    }

    .gth-reader-chapter-nav__btn--list .gth-reader-chapter-nav__icon svg {
        width: 16px;
        height: 16px;
    }

    .gth-reader-chapter-drawer__close {
        flex: 0 0 34px;
        width: 34px;
        min-width: 34px;
        height: 34px;
        border-radius: 50%;
    }

    .gth-reader-chapter-drawer__close svg {
        width: 12px;
        height: 12px;
    }
}


/* v52.0.0 - refine chapter nav shapes and circular close button */
.gth-reader-chapter-nav {
    grid-template-columns: minmax(118px, 160px) 48px minmax(118px, 160px) !important;
    max-width: 392px !important;
    gap: 10px !important;
}

.gth-reader-chapter-nav__btn {
    min-height: 42px !important;
    height: 42px !important;
    border-radius: 9999px !important;
    padding: 0 18px !important;
}

.gth-reader-chapter-nav__btn--prev,
.gth-reader-chapter-nav__btn--next {
    border-radius: 9999px !important;
}

.gth-reader-chapter-nav__btn--list {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    aspect-ratio: 1 / 1;
}

.gth-reader-chapter-nav__btn--list .gth-reader-chapter-nav__icon {
    width: 100%;
    height: 100%;
}

.gth-reader-chapter-drawer__close {
    align-self: flex-start;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    aspect-ratio: 1 / 1;
}

.gth-reader-chapter-drawer__close::before {
    border-radius: 50% !important;
}

.gth-reader-chapter-drawer__close svg {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    display: block !important;
    flex: 0 0 auto;
}

@media (max-width: 520px) {
    .gth-reader-chapter-nav {
        grid-template-columns: minmax(102px, 1fr) 42px minmax(102px, 1fr) !important;
        max-width: 286px !important;
        gap: 8px !important;
    }

    .gth-reader-chapter-nav__btn {
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 14px !important;
        border-radius: 9999px !important;
    }

    .gth-reader-chapter-nav__btn--list {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        border-radius: 50% !important;
    }

    .gth-reader-chapter-drawer__close {
        flex: 0 0 30px !important;
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        height: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        border-radius: 50% !important;
    }

    .gth-reader-chapter-drawer__close svg {
        width: 11px !important;
        height: 11px !important;
    }
}


/* v53.0.0 - fix showcase width regression, precise circular/pill reader controls */
.single-post .gth-reader .gth-reader-chapter-nav,
.single .gth-reader .gth-reader-chapter-nav {
    grid-template-columns: minmax(118px, 156px) 46px minmax(118px, 156px) !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    max-width: 382px !important;
}

.single-post .gth-reader .gth-reader-chapter-nav__btn,
.single .gth-reader .gth-reader-chapter-nav__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 16px !important;
    border-radius: 9999px !important;
    overflow: hidden !important;
}

.single-post .gth-reader .gth-reader-chapter-nav__btn--prev,
.single-post .gth-reader .gth-reader-chapter-nav__btn--next,
.single .gth-reader .gth-reader-chapter-nav__btn--prev,
.single .gth-reader .gth-reader-chapter-nav__btn--next {
    border-radius: 9999px !important;
    padding-inline: 16px !important;
}

.single-post .gth-reader .gth-reader-chapter-nav__btn--list,
.single .gth-reader .gth-reader-chapter-nav__btn--list {
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
}

.single-post .gth-reader .gth-reader-chapter-nav__btn--list .gth-reader-chapter-nav__icon,
.single .gth-reader .gth-reader-chapter-nav__btn--list .gth-reader-chapter-nav__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.single-post .gth-reader .gth-reader-chapter-drawer__close,
.single .gth-reader .gth-reader-chapter-drawer__close {
    margin-left: auto !important;
    align-self: flex-start !important;
    display: grid !important;
    place-items: center !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
}

.single-post .gth-reader .gth-reader-chapter-drawer__close::before,
.single .gth-reader .gth-reader-chapter-drawer__close::before {
    border-radius: 50% !important;
}

.single-post .gth-reader .gth-reader-chapter-drawer__close svg,
.single .gth-reader .gth-reader-chapter-drawer__close svg {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

@media (max-width: 520px) {
    .single-post .gth-reader .gth-reader-chapter-nav,
    .single .gth-reader .gth-reader-chapter-nav {
        grid-template-columns: minmax(104px, 1fr) 42px minmax(104px, 1fr) !important;
        max-width: 292px !important;
        gap: 8px !important;
    }

    .single-post .gth-reader .gth-reader-chapter-nav__btn,
    .single .gth-reader .gth-reader-chapter-nav__btn {
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 13px !important;
        border-radius: 9999px !important;
    }

    .single-post .gth-reader .gth-reader-chapter-nav__btn--list,
    .single .gth-reader .gth-reader-chapter-nav__btn--list {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        border-radius: 50% !important;
    }

    .single-post .gth-reader .gth-reader-chapter-drawer__close,
    .single .gth-reader .gth-reader-chapter-drawer__close {
        flex: 0 0 30px !important;
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        height: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        border-radius: 50% !important;
    }

    .single-post .gth-reader .gth-reader-chapter-drawer__close svg,
    .single .gth-reader .gth-reader-chapter-drawer__close svg {
        width: 11px !important;
        height: 11px !important;
    }
}

/* Story comments - reader-friendly approval workflow */
.single-post .comments-area:not(.gth-story-comments),
.single .comments-area:not(.gth-story-comments) {
    display: none !important;
}

.gth-story-comments {
    width: min(1120px, calc(100% - 32px));
    margin: clamp(32px, 5vw, 68px) auto 0;
    color: var(--gth-text);
}

.gth-story-comments,
.gth-story-comments * {
    box-sizing: border-box;
}

.gth-story-comments__inner {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(196, 134, 92, 0.20);
    border-radius: clamp(24px, 3vw, 34px);
    padding: clamp(20px, 3.4vw, 42px);
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 197, 232, 0.22), transparent 30%),
        radial-gradient(circle at 95% 15%, rgba(240, 118, 139, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 253, 251, 0.98) 0%, rgba(255, 247, 249, 0.96) 100%);
    box-shadow:
        0 22px 70px rgba(196, 134, 92, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.gth-story-comments__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent),
        linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 36%);
    opacity: 0.55;
}

.gth-story-comments__head,
.gth-story-comments__list,
.gth-story-comments__empty,
.gth-story-comments__compose {
    position: relative;
    z-index: 1;
}

.gth-story-comments__head {
    max-width: 760px;
    margin-bottom: clamp(18px, 2.4vw, 28px);
}

.gth-story-comments__eyebrow,
.gth-story-comments__form-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--gth-04);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gth-story-comments__eyebrow::before,
.gth-story-comments__form-eyebrow::before,
.gth-story-comments__eyebrow::after,
.gth-story-comments__form-eyebrow::after {
    content: "";
    width: 18px;
    height: 1px;
    background: linear-gradient(90deg, rgba(240, 118, 139, 0.12), rgba(196, 134, 92, 0.70));
}

.gth-story-comments__head h2 {
    margin: 0;
    color: #6b4245;
    font-size: clamp(1.55rem, 2.6vw, 2.45rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.gth-story-comments__head p,
.gth-story-comments__form-copy p {
    max-width: 680px;
    margin: 10px 0 0;
    color: var(--gth-text-soft);
    font-size: clamp(0.96rem, 1.1vw, 1.04rem);
    line-height: 1.7;
}

.gth-story-comments__list {
    display: grid;
    gap: 14px;
    margin: 0 0 clamp(18px, 2.6vw, 30px);
    padding: 0;
    list-style: none;
}

.gth-story-comments__list .children {
    display: grid;
    gap: 12px;
    margin: 14px 0 0 clamp(18px, 4vw, 54px);
    padding: 0;
    list-style: none;
}

.gth-story-comments__comment {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: clamp(14px, 2vw, 18px);
    border: 1px solid rgba(196, 134, 92, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 30px rgba(196, 134, 92, 0.07);
}

.gth-story-comments__avatar img,
.gth-story-comments__avatar-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 20px rgba(196, 134, 92, 0.18);
}

.gth-story-comments__avatar-letter {
    color: #fff;
    background: linear-gradient(135deg, #f0768b 0%, #c4865c 100%);
    font-size: 1.1rem;
    font-weight: 900;
}

.gth-story-comments__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-bottom: 8px;
}

.gth-story-comments__author {
    color: #6b4245;
    font-size: 1rem;
    font-weight: 800;
}

.gth-story-comments__time {
    color: rgba(147, 103, 104, 0.82);
    font-size: 0.86rem;
    text-decoration: none;
}

.gth-story-comments__time:hover,
.gth-story-comments__time:focus {
    color: var(--gth-04);
}

.gth-story-comments__text {
    color: #6f4a47;
    font-size: 0.98rem;
    line-height: 1.72;
}

.gth-story-comments__text > :first-child { margin-top: 0; }
.gth-story-comments__text > :last-child { margin-bottom: 0; }

.gth-story-comments__pending {
    display: inline-flex;
    margin: 2px 0 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 197, 232, 0.24);
    color: #8b5351;
    font-size: 0.84rem;
    font-weight: 700;
}

.gth-story-comments__empty {
    margin-bottom: clamp(18px, 2.6vw, 30px);
    padding: clamp(16px, 2.2vw, 22px);
    border: 1px dashed rgba(196, 134, 92, 0.26);
    border-radius: 22px;
    color: var(--gth-text-soft);
    background: rgba(255, 255, 255, 0.58);
    text-align: center;
    font-weight: 700;
}

.gth-story-comments__compose {
    border-top: 1px solid rgba(196, 134, 92, 0.13);
    padding-top: clamp(18px, 2.6vw, 30px);
}

.gth-story-comments__form-card {
    display: grid;
    gap: clamp(16px, 2vw, 22px);
    border: 1px solid rgba(196, 134, 92, 0.17);
    border-radius: 28px;
    padding: clamp(18px, 2.8vw, 30px);
    background:
        radial-gradient(circle at 94% 12%, rgba(255, 197, 232, 0.28), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 247, 249, 0.86) 100%);
    box-shadow: 0 16px 42px rgba(196, 134, 92, 0.08);
}

.gth-story-comments__form-copy h3 {
    margin: 0 0 10px;
    color: #6b4245;
    font-size: clamp(1.22rem, 1.7vw, 1.62rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.gth-story-comments__visitor-form {
    display: grid;
    gap: 14px;
}

.gth-story-comments__fields-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gth-story-comments__field { margin: 0; }

.gth-story-comments__field label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: #7b4e54;
    font-weight: 800;
}

.gth-story-comments__field label span {
    color: rgba(147, 103, 104, 0.74);
    font-size: 0.82rem;
    font-weight: 700;
}

.gth-story-comments__field input,
.gth-story-comments__field textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(196, 134, 92, 0.22);
    border-radius: 20px;
    padding: 14px 16px;
    color: #5f3d38;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.90);
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.gth-story-comments__field input { min-height: 48px; }
.gth-story-comments__field textarea { min-height: 132px; resize: vertical; }

.gth-story-comments__field input:focus,
.gth-story-comments__field textarea:focus {
    border-color: rgba(240, 118, 139, 0.48);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 197, 232, 0.18);
}

.gth-story-comments__remember {
    margin: -2px 0 0;
    color: var(--gth-text-soft);
    font-size: 0.92rem;
}

.gth-story-comments__remember label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.gth-story-comments__remember input {
    width: 16px;
    height: 16px;
    accent-color: var(--gth-04);
}

.gth-story-comments__trap {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

.gth-story-comments__submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 46px;
    padding: 0 26px !important;
    border: 1px solid rgba(240, 118, 139, 0.32) !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #f0768b 0%, #c4865c 100%) !important;
    box-shadow: 0 12px 26px rgba(240, 118, 139, 0.18) !important;
    font-weight: 800 !important;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

.gth-story-comments__submit:hover,
.gth-story-comments__submit:focus {
    transform: translateY(-1px);
    filter: brightness(1.02);
    box-shadow: 0 16px 34px rgba(240, 118, 139, 0.23) !important;
}

.gth-story-comments__notice {
    padding: 12px 14px;
    border-radius: 18px;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.5;
}

.gth-story-comments__notice--pending {
    border: 1px solid rgba(196, 134, 92, 0.22);
    color: #7a5635;
    background: rgba(255, 246, 205, 0.78);
}

.gth-story-comments__notice--empty,
.gth-story-comments__notice--rate,
.gth-story-comments__notice--error {
    border: 1px solid rgba(240, 118, 139, 0.22);
    color: #8b5351;
    background: rgba(255, 235, 239, 0.78);
}

@media (max-width: 767px) {
    .gth-story-comments {
        width: min(100% - 24px, 1120px);
        margin-top: 34px;
    }

    .gth-story-comments__inner {
        border-radius: 24px;
        padding: 18px;
    }

    .gth-story-comments__form-card {
        border-radius: 22px;
        padding: 16px;
    }

    .gth-story-comments__fields-grid {
        grid-template-columns: 1fr;
    }

    .gth-story-comments__comment {
        grid-template-columns: 1fr;
        gap: 10px;
        border-radius: 20px;
    }

    .gth-story-comments__avatar img,
    .gth-story-comments__avatar-letter {
        width: 46px;
        height: 46px;
    }

    .gth-story-comments__list .children { margin-left: 14px; }
    .gth-story-comments__submit { width: 100% !important; }
}

/* v60 - polished required story comment form */
.gth-story-comments {
    margin-bottom: clamp(48px, 7vw, 96px) !important;
}

.gth-story-comments__field input,
.gth-story-comments__field textarea,
.single-post .gth-story-comments__field input,
.single-post .gth-story-comments__field textarea,
.single .gth-story-comments__field input,
.single .gth-story-comments__field textarea {
    border: 1px solid rgba(196, 134, 92, 0.30) !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,251,248,0.95) 100%) !important;
    color: #5f3d38 !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.95),
        0 8px 22px rgba(196, 134, 92, 0.055) !important;
    outline: none !important;
}

.gth-story-comments__field input:hover,
.gth-story-comments__field textarea:hover,
.single-post .gth-story-comments__field input:hover,
.single-post .gth-story-comments__field textarea:hover,
.single .gth-story-comments__field input:hover,
.single .gth-story-comments__field textarea:hover {
    border-color: rgba(240, 118, 139, 0.38) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.96),
        0 10px 26px rgba(240, 118, 139, 0.08) !important;
}

.gth-story-comments__field input:focus,
.gth-story-comments__field textarea:focus,
.single-post .gth-story-comments__field input:focus,
.single-post .gth-story-comments__field textarea:focus,
.single .gth-story-comments__field input:focus,
.single .gth-story-comments__field textarea:focus {
    border-color: rgba(240, 118, 139, 0.62) !important;
    background: #fff !important;
    box-shadow:
        0 0 0 4px rgba(255, 197, 232, 0.22),
        0 12px 30px rgba(240, 118, 139, 0.10) !important;
}

.gth-story-comments__field label span {
    color: #c4865c !important;
}

@media (max-width: 767px) {
    .gth-story-comments {
        margin-bottom: 54px !important;
    }
}

/* v61 - keep the comment invitation copy on one line on desktop */
.gth-story-comments__form-copy p {
    max-width: none !important;
}

@media (min-width: 1200px) {
    .gth-story-comments__form-copy p {
        white-space: nowrap !important;
        font-size: clamp(0.92rem, 0.95vw, 1rem) !important;
        line-height: 1.55 !important;
        letter-spacing: -0.01em;
    }
}

/* v65 - combo unlock offer full width and label inside card */
.gth-combo-offer {
    width: 100%;
    max-width: none;
    margin: clamp(22px, 3vw, 34px) 0 clamp(22px, 3vw, 36px) !important;
    position: relative;
}

.gth-combo-offer__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto clamp(14px, 1.8vw, 18px);
    position: relative;
    z-index: 2;
    color: #4e332f;
    font-weight: 850;
    letter-spacing: 0.012em;
    font-size: clamp(1.08rem, 1.65vw, 1.48rem);
    line-height: 1.25;
    text-align: center;
}

.gth-combo-offer__label span {
    display: inline-block;
    white-space: nowrap;
}

.gth-combo-offer__label::before,
.gth-combo-offer__label::after {
    content: "";
    width: clamp(34px, 4vw, 58px);
    height: 1px;
    flex: 0 0 auto;
    background: linear-gradient(90deg, transparent, rgba(196, 134, 92, 0.72));
}

.gth-combo-offer__label::after {
    background: linear-gradient(90deg, rgba(196, 134, 92, 0.72), transparent);
}

.gth-combo-offer__box {
    width: 100%;
    border: 1px solid rgba(240, 118, 139, 0.28);
    border-radius: 26px;
    padding: clamp(22px, 3vw, 38px) clamp(22px, 3.5vw, 44px);
    text-align: center;
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 197, 232, 0.34), transparent 28%),
        linear-gradient(135deg, rgba(255, 250, 247, 0.96), rgba(255, 245, 239, 0.94) 46%, rgba(255, 238, 244, 0.86));
    box-shadow: 0 18px 50px rgba(196, 134, 92, 0.12);
}

.gth-combo-offer__title {
    margin: 0;
    color: #5f3d38;
    font-size: clamp(1.08rem, 1.9vw, 1.62rem);
    line-height: 1.45;
    font-weight: 700;
}

.gth-combo-offer__title strong {
    color: #2f2455;
    font-weight: 850;
}

.gth-combo-offer__saving {
    margin: 12px auto 0;
    color: #936768;
    font-size: clamp(0.95rem, 1.3vw, 1.14rem);
    line-height: 1.6;
}

.gth-combo-offer__saving span {
    color: #c4865c;
    font-weight: 700;
}

.gth-combo-offer__button {
    margin: clamp(16px, 2vw, 22px) auto 0;
    min-width: 150px;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 12px 28px !important;
    cursor: pointer;
    color: #8a3f35 !important;
    font-size: clamp(0.98rem, 1.25vw, 1.12rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em;
    background: linear-gradient(135deg, #fff7c6 0%, #ffd86f 48%, #f4b458 100%) !important;
    box-shadow: 0 14px 30px rgba(196, 134, 92, 0.22), inset 0 1px 0 rgba(255,255,255,0.85) !important;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.gth-combo-offer__button:hover,
.gth-combo-offer__button:focus {
    transform: translateY(-2px);
    filter: brightness(1.02);
    box-shadow: 0 18px 38px rgba(196, 134, 92, 0.28), inset 0 1px 0 rgba(255,255,255,0.92) !important;
}

@media (max-width: 767px) {
    .gth-combo-offer {
        width: 100%;
        margin-top: 18px !important;
    }

    .gth-combo-offer__label {
        margin-left: auto;
        margin-right: auto;
        font-size: 1.05rem;
    }

    .gth-combo-offer__label::before,
    .gth-combo-offer__label::after {
        width: 24px;
    }

    .gth-combo-offer__box {
        border-radius: 22px;
        padding: 20px 16px 22px;
    }

    .gth-combo-offer__button {
        width: min(100%, 210px);
        padding: 11px 22px !important;
    }
}

/* v66 - Luxury unlock action buttons */
.gth-unlock-modal .gth-btn,
.gth-unlock-modal button.gth-btn,
.gth-unlock-modal input[type="button"].gth-btn,
.gth-unlock-modal input[type="submit"].gth-btn {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 48px !important;
    padding: 0 28px !important;
    border-radius: 999px !important;
    border: 1px solid transparent !important;
    font-size: 0.98rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.01em !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transform: translateY(0) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease !important;
}

.gth-unlock-modal #gth-create-order,
.gth-unlock-modal .gth-btn--primary {
    border-color: rgba(196, 134, 92, 0.28) !important;
    background: linear-gradient(135deg, #d79a66 0%, #ef7f91 58%, #f5a36f 100%) !important;
    color: #fffdfb !important;
    box-shadow: 0 14px 28px rgba(240, 118, 139, 0.24), inset 0 1px 0 rgba(255,255,255,0.28) !important;
}

.gth-unlock-modal #gth-verify-code,
.gth-unlock-modal .gth-btn--soft {
    border-color: rgba(240, 118, 139, 0.34) !important;
    background: linear-gradient(135deg, #fff8f3 0%, #fff0f5 52%, #ffe2b2 100%) !important;
    color: #9a4d55 !important;
    box-shadow: 0 12px 26px rgba(196, 134, 92, 0.14), inset 0 1px 0 rgba(255,255,255,0.78) !important;
}

.gth-unlock-modal #gth-create-order:hover,
.gth-unlock-modal #gth-create-order:focus,
.gth-unlock-modal #gth-create-order:active,
.gth-unlock-modal .gth-btn--primary:hover,
.gth-unlock-modal .gth-btn--primary:focus,
.gth-unlock-modal .gth-btn--primary:active {
    border-color: rgba(196, 134, 92, 0.38) !important;
    background: linear-gradient(135deg, #c98758 0%, #ee6f87 56%, #f09a65 100%) !important;
    color: #fff !important;
    box-shadow: 0 18px 34px rgba(240, 118, 139, 0.30), inset 0 1px 0 rgba(255,255,255,0.28) !important;
    transform: translateY(-1px) !important;
    outline: none !important;
}

.gth-unlock-modal #gth-verify-code:hover,
.gth-unlock-modal #gth-verify-code:focus,
.gth-unlock-modal #gth-verify-code:active,
.gth-unlock-modal .gth-btn--soft:hover,
.gth-unlock-modal .gth-btn--soft:focus,
.gth-unlock-modal .gth-btn--soft:active {
    border-color: rgba(240, 118, 139, 0.52) !important;
    background: linear-gradient(135deg, #fff2ea 0%, #ffe8f1 48%, #ffd49d 100%) !important;
    color: #854147 !important;
    box-shadow: 0 16px 32px rgba(196, 134, 92, 0.18), inset 0 1px 0 rgba(255,255,255,0.82) !important;
    transform: translateY(-1px) !important;
    outline: none !important;
}

.gth-unlock-modal #gth-create-order:disabled,
.gth-unlock-modal #gth-verify-code:disabled,
.gth-unlock-modal .gth-btn:disabled {
    opacity: 0.62 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .gth-unlock-modal .gth-btn,
    .gth-unlock-modal button.gth-btn {
        width: 100% !important;
        min-height: 46px !important;
        padding-inline: 18px !important;
        font-size: 0.95rem !important;
    }
}
