/**
 * Viperra Community Theme – vyčištěné CSS
 * Automaticky odstraněné prázdné bloky a opakované stejné deklarace.
 */

.vct-creator-profile {
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 34px 44px 70px !important;
    box-sizing: border-box !important;
}

.vct-creator-article {
    width: 100% !important;
}

.vct-creator-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    gap: 34px !important;
    align-items: stretch !important;
    margin-bottom: 34px !important;
    padding: 30px !important;
    border-radius: 24px !important;
    background: radial-gradient(circle at top left, rgba(247, 56, 115, 0.22), transparent 34%), linear-gradient(135deg, #15151a 0%, #0d0d10 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.46) !important;
    overflow: hidden !important;
}

.vct-creator-hero-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
}

.vct-creator-kicker {
    display: inline-flex !important;
    width: fit-content !important;
    margin-bottom: 14px !important;
    padding: 8px 12px !important;
    border-radius: 999px !important;
    background: rgba(247, 56, 115, 0.14) !important;
    border: 1px solid rgba(247, 56, 115, 0.34) !important;
    color: #f73873 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
}

.vct-creator-title {
    margin: 0 0 14px !important;
    color: #fff !important;
    font-size: clamp(42px, 5vw, 72px) !important;
    line-height: 0.98 !important;
    font-weight: 950 !important;
    letter-spacing: -0.065em !important;
}

.vct-creator-instruments {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 24px !important;
}

.vct-creator-instruments span {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    padding: 8px 12px !important;
    border-radius: 999px !important;
    background: rgba(247, 56, 115, 0.14) !important;
    border: 1px solid rgba(247, 56, 115, 0.34) !important;
    color: #f73873 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-transform: none !important;
}

.vct-creator-hero-facts {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    max-width: 760px !important;
}

.vct-creator-hero-fact {
    padding: 15px 16px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(255, 255, 255, 0.075) !important;
}

.vct-creator-hero-fact span {
    display: block !important;
    margin-bottom: 7px !important;
    color: #9a9aa5 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.09em !important;
}

.vct-creator-hero-fact strong {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
}

.vct-creator-hero-fact em {
    color: #f73873 !important;
    font-style: normal !important;
    font-weight: 950 !important;
}

.vct-creator-photo-card {
    position: relative !important;
    min-height: 470px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: radial-gradient(circle at top left, rgba(247, 56, 115, 0.18), transparent 40%), #08080b !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.48) !important;
}

.vct-creator-photo {
    width: 100% !important;
    height: 100% !important;
    min-height: 470px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

.vct-creator-photo-placeholder {
    width: 100% !important;
    height: 100% !important;
    min-height: 470px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vct-creator-photo-placeholder span {
    color: rgba(255, 255, 255, 0.18) !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    letter-spacing: 0.16em !important;
}

.vct-creator-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 400px !important;
    gap: 34px !important;
    align-items: start !important;
}

.vct-creator-main {
    min-width: 0 !important;
}

.vct-creator-sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    min-width: 0 !important;
    position: sticky !important;
    top: 90px !important;
}

.vct-creator-content-card, .vct-creator-sidebar-card {
    background: #111114 !important;
    border: 1px solid #25252b !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36) !important;
}

.vct-creator-content-card {
    padding: 30px !important;
}

.vct-creator-section-heading, .vct-creator-sidebar-heading {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 22px !important;
    padding-left: 18px !important;
}

.vct-creator-section-heading span, .vct-creator-sidebar-heading span {
    display: none !important;
}

.vct-creator-section-heading::before, .vct-creator-sidebar-heading::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 6px !important;
    height: 34px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #f73873 0%, #ff7aa5 100%) !important;
    box-shadow: 0 0 18px rgba(247, 56, 115, 0.35) !important;
}

.vct-creator-section-heading h2, .vct-creator-sidebar-heading h3 {
    margin: 0 !important;
    color: #fff !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    letter-spacing: -0.045em !important;
}

.vct-creator-section-heading h2 {
    font-size: 30px !important;
}

.vct-creator-sidebar-heading h3 {
    font-size: 22px !important;
}

.vct-creator-content {
    color: #e5e5ea !important;
    font-size: 18px !important;
    line-height: 1.82 !important;
    font-weight: 500 !important;
}

.vct-creator-content p {
    margin: 0 0 1.35em !important;
}

.vct-creator-content p:last-child {
    margin-bottom: 0 !important;
}

.vct-creator-content h2, .vct-creator-content h3, .vct-creator-content h4 {
    color: #fff !important;
    font-weight: 950 !important;
    letter-spacing: -0.035em !important;
    line-height: 1.15 !important;
    margin: 1.55em 0 0.65em !important;
}

.vct-creator-content h2 {
    font-size: 34px !important;
}

.vct-creator-content h3 {
    font-size: 27px !important;
}

.vct-creator-content h4 {
    font-size: 22px !important;
}

.vct-creator-content a {
    color: #f73873 !important;
    font-weight: 850 !important;
    text-decoration: none !important;
}

.vct-creator-content a:hover {
    color: #fff !important;
}

.vct-creator-content strong {
    color: #fff !important;
    font-weight: 950 !important;
}

.vct-creator-content ul, .vct-creator-content ol {
    margin: 0 0 1.4em 1.4em !important;
    padding: 0 !important;
}

.vct-creator-content li {
    margin-bottom: 0.45em !important;
}

.vct-creator-content blockquote {
    margin: 34px 0 !important;
    padding: 24px 26px !important;
    background: #15151a !important;
    border-left: 4px solid #f73873 !important;
    border-radius: 14px !important;
    color: #f0f0f4 !important;
    font-size: 20px !important;
    line-height: 1.65 !important;
    font-weight: 750 !important;
}

.vct-creator-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 14px !important;
}

.vct-creator-sidebar-card {
    padding: 20px !important;
    overflow: hidden !important;
}

.vct-creator-facts-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.vct-creator-fact-row {
    padding: 13px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.vct-creator-fact-row:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.vct-creator-fact-row span {
    display: block !important;
    margin-bottom: 6px !important;
    color: #8f8f98 !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

.vct-creator-fact-row strong {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
    font-weight: 900 !important;
}

.vct-creator-fact-row em {
    color: #f73873 !important;
    font-style: normal !important;
    font-weight: 950 !important;
}

.vct-creator-bands-list, .vct-creator-other-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.vct-creator-band-row, .vct-creator-other-row {
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: 13px !important;
    align-items: center !important;
    padding: 10px !important;
    border-radius: 14px !important;
    background: #17171b !important;
    border: 1px solid #25252b !important;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

.vct-creator-band-row:hover, .vct-creator-other-row:hover {
    background: #1d1d22 !important;
    border-color: rgba(247, 56, 115, 0.75) !important;
    transform: translateY(-2px) !important;
}

.vct-creator-band-image, .vct-creator-band-img, .vct-creator-band-placeholder, .vct-creator-other-image, .vct-creator-other-img, .vct-creator-other-placeholder {
    width: 74px !important;
    height: 74px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #101014 !important;
}

.vct-creator-band-img, .vct-creator-other-img {
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

.vct-creator-band-placeholder, .vct-creator-other-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: radial-gradient(circle at top left, rgba(247, 56, 115, 0.24), transparent 40%), linear-gradient(135deg, #15151a, #0b0b0d) !important;
}

.vct-creator-band-placeholder span, .vct-creator-other-placeholder span {
    color: rgba(255, 255, 255, 0.28) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: 0.12em !important;
}

.vct-creator-band-content, .vct-creator-other-content {
    min-width: 0 !important;
}

.vct-creator-band-content strong, .vct-creator-other-content strong {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 950 !important;
    margin-bottom: 6px !important;
}

.vct-creator-band-content span, .vct-creator-other-content span {
    display: block !important;
    color: #f73873 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
}

.vct-creator-band-content em {
    display: block !important;
    margin-top: 4px !important;
    color: #9a9aa3 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-style: normal !important;
    font-weight: 800 !important;
}

.vct-creator-band-row:hover strong, .vct-creator-other-row:hover strong {
    color: #f73873 !important;
}

.vct-creator-related-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.vct-creator-related-row {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    text-decoration: none !important;
}

.vct-creator-related-row:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.vct-creator-related-image,
.vct-creator-related-img,
.vct-creator-related-placeholder {
    width: 96px !important;
    aspect-ratio: 1200 / 660 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #101014 !important;
}

.vct-creator-related-img {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transition: transform 0.22s ease !important;
}

.vct-creator-related-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: radial-gradient(circle at top left, rgba(247, 56, 115, 0.24), transparent 42%), linear-gradient(135deg, #17171d, #0c0c10) !important;
}

.vct-creator-related-placeholder span {
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: 0.12em !important;
}

.vct-creator-related-content {
    min-width: 0 !important;
}

.vct-creator-related-row strong {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.34 !important;
    font-weight: 950 !important;
    margin-bottom: 7px !important;
}

.vct-creator-related-row span {
    display: block !important;
    color: #8f8f98 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.vct-creator-related-row:hover strong {
    color: #f73873 !important;
}

.vct-creator-related-row:hover .vct-creator-related-img {
    transform: scale(1.04) !important;
}

.vct-creator-main .vct-comments-area {
    margin-top: 34px !important;
}

@media (max-width: 1180px) {
    .vct-creator-hero {
        grid-template-columns: minmax(0, 1fr) 320px !important;
    }

    .vct-creator-layout {
        grid-template-columns: minmax(0, 1fr) 360px !important;
    }

    .vct-creator-photo-card, .vct-creator-photo, .vct-creator-photo-placeholder {
        min-height: 430px !important;
    }
}

@media (max-width: 1024px) {
    .vct-creator-hero {
        grid-template-columns: 1fr !important;
    }

    .vct-creator-photo-card {
        max-width: 420px !important;
    }

    .vct-creator-layout {
        grid-template-columns: 1fr !important;
    }

    .vct-creator-sidebar {
        position: static !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .vct-creator-profile {
        padding: 24px 16px 50px !important;
    }

    .vct-creator-hero {
        padding: 22px !important;
        border-radius: 20px !important;
    }

    .vct-creator-title {
        font-size: 42px !important;
    }

    .vct-creator-instruments {
        font-size: 16px !important;
    }

    .vct-creator-hero-facts {
        grid-template-columns: 1fr !important;
    }

    .vct-creator-content-card {
        padding: 24px !important;
    }

    .vct-creator-content {
        font-size: 16px !important;
        line-height: 1.75 !important;
    }

    .vct-creator-content h2 {
        font-size: 28px !important;
    }

    .vct-creator-content h3 {
        font-size: 23px !important;
    }

    .vct-creator-sidebar {
        grid-template-columns: 1fr !important;
    }

    .vct-creator-photo-card, .vct-creator-photo, .vct-creator-photo-placeholder {
        min-height: 420px !important;
    }
}

@media (max-width: 520px) {
    .vct-creator-title {
        font-size: 36px !important;
    }

    .vct-creator-band-row, .vct-creator-other-row {
        grid-template-columns: 64px minmax(0, 1fr) !important;
    }

    .vct-creator-band-image, .vct-creator-band-img, .vct-creator-band-placeholder, .vct-creator-other-image, .vct-creator-other-img, .vct-creator-other-placeholder {
        width: 64px !important;
        height: 64px !important;
    }

    .vct-creator-photo-card, .vct-creator-photo, .vct-creator-photo-placeholder {
        min-height: 360px !important;
    }
}

.vct-creator-content-card .vct-comments-area {
    margin-top: 38px !important;
    padding-top: 34px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.vct-creator-content-card .vct-comment-form-wrap {
    margin-top: 34px !important;
}

.vct-creator-content-card .vct-comment-form textarea {
    min-height: 170px !important;
}

.vct-creator-other-instruments {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin-top: 6px !important;
}

.vct-creator-other-instruments span {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    padding: 5px 8px !important;
    border-radius: 999px !important;
    background: rgba(247, 56, 115, 0.12) !important;
    border: 1px solid rgba(247, 56, 115, 0.25) !important;
    color: #f73873 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
}

/* =========================================================
   VIPERRA - TVŮRCI: seznamy + sjednocené Kapitoly jako u kapel
   1.0.6

   Princip:
   - normální UL/OL v biografii tvůrce mají odrážky / čísla
   - jakýkoliv shortcode Kapitoly uvnitř profilu tvůrce se normalizuje
     na jednotný vzhled s kulatým růžovým badge jako u kapel
   - JS níže přidá data-vct-creator-toc="1" i starším HTML strukturám
   ========================================================= */

/* Běžné seznamy v obsahu tvůrce */
.vct-creator-content ul,
.vct-creator-content ol {
    margin: 18px 0 24px 26px !important;
    padding-left: 22px !important;
}

.vct-creator-content ul {
    list-style: disc outside !important;
}

.vct-creator-content ol {
    list-style: decimal outside !important;
}

.vct-creator-content ul > li,
.vct-creator-content ol > li {
    display: list-item !important;
    list-style-position: outside !important;
    margin-bottom: 10px !important;
    padding-left: 4px !important;
    color: #d7d7df !important;
    font-size: inherit !important;
    line-height: 1.7 !important;
}

.vct-creator-content ul > li::marker,
.vct-creator-content ol > li::marker {
    color: #f73873 !important;
    font-weight: 900 !important;
}

.vct-creator-content ul ul {
    list-style: circle outside !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.vct-creator-content ol ol {
    list-style: lower-alpha outside !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* =========================================================
   Kapitoly u tvůrců - jednotný vzhled jako u kapel
   Cílíme jak na standardní .vct-toc-box, tak na normalizovaný wrapper.
   ========================================================= */
.vct-creator-content .vct-toc-box,
.vct-creator-content [data-vct-creator-toc="1"] {
    position: relative !important;
    overflow: hidden !important;
    margin: 0 0 34px 0 !important;
    padding: 24px 26px !important;
    border-radius: 20px !important;
    background: radial-gradient(circle at top left, rgba(247, 56, 115, 0.14), transparent 40%), #101014 !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.025) !important;
}

.vct-creator-content .vct-toc-box::before,
.vct-creator-content [data-vct-creator-toc="1"]::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 24px !important;
    width: 6px !important;
    height: 40px !important;
    border-radius: 0 999px 999px 0 !important;
    background: linear-gradient(180deg, #f73873 0%, #ff7aa5 100%) !important;
    box-shadow: 0 0 18px rgba(247, 56, 115, 0.35) !important;
}

/* Nadpis Kapitoly - sjednocený jako u kapel, bez starého puntíku a uppercase labelu */
.vct-creator-content .vct-toc-title,
.vct-creator-content [data-vct-creator-toc-title="1"] {
    position: relative !important;
    display: block !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: -0.05em !important;
    text-transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.vct-creator-content .vct-toc-title > *,
.vct-creator-content [data-vct-creator-toc-title="1"] > *,
.vct-creator-content .vct-toc-title span,
.vct-creator-content [data-vct-creator-toc-title="1"] span,
.vct-creator-content .vct-toc-title::before,
.vct-creator-content [data-vct-creator-toc-title="1"]::before {
    display: none !important;
    content: none !important;
}

.vct-creator-content .vct-toc-title::after,
.vct-creator-content [data-vct-creator-toc-title="1"]::after {
    content: "Kapitoly" !important;
    display: block !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: -0.05em !important;
    text-transform: none !important;
}

/* Reset listů uvnitř Kapitol - přebije běžné seznamy výše */
.vct-creator-content .vct-toc-box ul,
.vct-creator-content .vct-toc-box ol,
.vct-creator-content .vct-toc-list,
.vct-creator-content [data-vct-creator-toc="1"] ul,
.vct-creator-content [data-vct-creator-toc="1"] ol {
    display: grid !important;
    gap: 9px !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-position: outside !important;
    margin: 0 !important;
    padding: 0 !important;
    counter-reset: vcttoc !important;
}

.vct-creator-content .vct-toc-box li,
.vct-creator-content .vct-toc-list li,
.vct-creator-content [data-vct-creator-toc="1"] li,
.vct-creator-content .vct-toc-box ul > li,
.vct-creator-content .vct-toc-box ol > li,
.vct-creator-content .vct-toc-list > li,
.vct-creator-content [data-vct-creator-toc="1"] ul > li,
.vct-creator-content [data-vct-creator-toc="1"] ol > li {
    display: block !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-position: outside !important;
    counter-increment: vcttoc !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.vct-creator-content .vct-toc-box li::marker,
.vct-creator-content .vct-toc-list li::marker,
.vct-creator-content [data-vct-creator-toc="1"] li::marker,
.vct-creator-content .vct-toc-box li::before,
.vct-creator-content .vct-toc-box li::after,
.vct-creator-content .vct-toc-list li::before,
.vct-creator-content .vct-toc-list li::after,
.vct-creator-content [data-vct-creator-toc="1"] li::before,
.vct-creator-content [data-vct-creator-toc="1"] li::after {
    content: none !important;
    display: none !important;
}

/* Karta jedné kapitoly */
.vct-creator-content .vct-toc-box li > a,
.vct-creator-content .vct-toc-list li > a,
.vct-creator-content [data-vct-creator-toc="1"] li > a,
.vct-creator-content .vct-toc-box .vct-toc-list a,
.vct-creator-content [data-vct-creator-toc="1"] .vct-toc-list a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 44px !important;
    padding: 11px 14px !important;
    border-radius: 14px !important;
    background: rgba(8, 8, 10, 0.58) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #e8e8ee !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease !important;
}

/* Číslo kapitoly jako růžový badge */
.vct-creator-content .vct-toc-box li > a::before,
.vct-creator-content .vct-toc-list li > a::before,
.vct-creator-content [data-vct-creator-toc="1"] li > a::before,
.vct-creator-content .vct-toc-box .vct-toc-list a::before,
.vct-creator-content [data-vct-creator-toc="1"] .vct-toc-list a::before {
    content: counter(vcttoc) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    flex: 0 0 26px !important;
    border-radius: 999px !important;
    background: #f73873 !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    box-shadow: none !important;
}

/* Žádná vnitřní tečka ani další dekorace uvnitř odkazu */
.vct-creator-content .vct-toc-box li > a::after,
.vct-creator-content .vct-toc-list li > a::after,
.vct-creator-content [data-vct-creator-toc="1"] li > a::after,
.vct-creator-content .vct-toc-box .vct-toc-list a::after,
.vct-creator-content [data-vct-creator-toc="1"] .vct-toc-list a::after {
    content: none !important;
    display: none !important;
}

.vct-creator-content .vct-toc-box li > a:hover,
.vct-creator-content .vct-toc-list li > a:hover,
.vct-creator-content [data-vct-creator-toc="1"] li > a:hover,
.vct-creator-content .vct-toc-box .vct-toc-list a:hover,
.vct-creator-content [data-vct-creator-toc="1"] .vct-toc-list a:hover {
    transform: translateX(3px) !important;
    background: rgba(247, 56, 115, 0.10) !important;
    border-color: rgba(247, 56, 115, 0.55) !important;
    color: #fff !important;
}

@media (max-width: 760px) {
    .vct-creator-content .vct-toc-box,
    .vct-creator-content [data-vct-creator-toc="1"] {
        padding: 20px !important;
        border-radius: 16px !important;
    }

    .vct-creator-content .vct-toc-title::after,
    .vct-creator-content [data-vct-creator-toc-title="1"]::after {
        font-size: 24px !important;
    }

    .vct-creator-content .vct-toc-box li > a,
    .vct-creator-content .vct-toc-list li > a,
    .vct-creator-content [data-vct-creator-toc="1"] li > a {
        font-size: 14px !important;
        align-items: center !important;
    }
}


/* =========================================================
   VIPERRA – kompaktní hero profilu tvůrce
   1.0.41-test
   Zachovává pole narození / úmrtí i poměr fotografie 490 × 740.
   ========================================================= */
.vct-creator-hero {
    grid-template-columns: minmax(0, 1fr) 196px !important;
    gap: 28px !important;
    min-height: 316px !important;
    padding: 22px 24px !important;
    margin-bottom: 30px !important;
    align-items: center !important;
}

.vct-creator-hero-content {
    justify-content: center !important;
}

.vct-creator-kicker {
    margin-bottom: 10px !important;
    padding: 7px 11px !important;
    font-size: 10px !important;
}

.vct-creator-title {
    margin-bottom: 12px !important;
    font-size: clamp(42px, 4.5vw, 58px) !important;
    line-height: 0.98 !important;
}

.vct-creator-instruments {
    gap: 7px !important;
    margin-bottom: 18px !important;
}

.vct-creator-instruments span {
    padding: 7px 11px !important;
    font-size: 12px !important;
}

.vct-creator-hero-facts {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)) !important;
    gap: 0 !important;
    max-width: none !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.026) !important;
}

.vct-creator-hero-fact {
    min-width: 0 !important;
    padding: 13px 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.vct-creator-hero-fact:last-child {
    border-right: 0 !important;
}

.vct-creator-hero-fact span {
    margin-bottom: 6px !important;
    font-size: 10px !important;
}

.vct-creator-hero-fact strong {
    font-size: 14px !important;
    line-height: 1.32 !important;
}

.vct-creator-photo-card {
    width: 196px !important;
    min-height: 0 !important;
    aspect-ratio: 490 / 740 !important;
    justify-self: end !important;
    border-radius: 18px !important;
}

.vct-creator-photo,
.vct-creator-photo-placeholder {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 490 / 740 !important;
}

.vct-creator-photo {
    object-fit: cover !important;
}

.vct-creator-mobile-overlay {
    display: none !important;
}

@media (max-width: 1024px) and (min-width: 761px) {
    .vct-creator-hero {
        grid-template-columns: minmax(0, 1fr) 180px !important;
        min-height: 292px !important;
        gap: 22px !important;
        padding: 20px !important;
    }

    .vct-creator-photo-card {
        width: 180px !important;
    }

    .vct-creator-title {
        font-size: clamp(38px, 5vw, 50px) !important;
    }

    .vct-creator-hero-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vct-creator-hero-fact:nth-child(2n) {
        border-right: 0 !important;
    }

    .vct-creator-hero-fact:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    }
}

@media (max-width: 760px) {
    .vct-creator-hero {
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
        gap: 0 !important;
        padding: 0 !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        background: #101014 !important;
    }

    .vct-creator-photo-card {
        order: 1 !important;
        width: 100% !important;
        aspect-ratio: 490 / 740 !important;
        justify-self: auto !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .vct-creator-photo,
    .vct-creator-photo-placeholder {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        aspect-ratio: 490 / 740 !important;
        border-radius: 0 !important;
    }

    .vct-creator-photo-card::after {
        content: "" !important;
        position: absolute !important;
        inset: 0 !important;
        z-index: 1 !important;
        pointer-events: none !important;
        background: linear-gradient(180deg, transparent 42%, rgba(5, 5, 8, 0.18) 58%, rgba(5, 5, 8, 0.96) 100%) !important;
    }

    .vct-creator-mobile-overlay {
        position: absolute !important;
        left: 18px !important;
        right: 18px !important;
        bottom: 18px !important;
        z-index: 2 !important;
        display: block !important;
        color: #fff !important;
    }

    .vct-creator-mobile-kicker {
        margin-bottom: 7px !important;
        color: #f73873 !important;
        font-size: 10px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.12em !important;
    }

    .vct-creator-mobile-title {
        color: #fff !important;
        font-size: clamp(34px, 11vw, 48px) !important;
        line-height: 0.98 !important;
        font-weight: 950 !important;
        letter-spacing: -0.055em !important;
        text-shadow: 0 3px 18px rgba(0, 0, 0, 0.7) !important;
    }

    .vct-creator-mobile-instruments {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        margin-top: 11px !important;
    }

    .vct-creator-mobile-instruments span {
        display: inline-flex !important;
        align-items: center !important;
        padding: 6px 9px !important;
        border-radius: 999px !important;
        background: rgba(10, 10, 14, 0.72) !important;
        border: 1px solid rgba(247, 56, 115, 0.75) !important;
        color: #fff !important;
        font-size: 10px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        backdrop-filter: blur(5px) !important;
        -webkit-backdrop-filter: blur(5px) !important;
    }

    .vct-creator-hero-content {
        order: 2 !important;
        width: 100% !important;
        padding: 16px !important;
        background: #111114 !important;
    }

    .vct-creator-hero-content > .vct-creator-kicker,
    .vct-creator-hero-content > .vct-creator-title,
    .vct-creator-hero-content > .vct-creator-instruments {
        display: none !important;
    }

    .vct-creator-hero-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        border-radius: 13px !important;
    }

    .vct-creator-hero-fact {
        padding: 12px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    .vct-creator-hero-fact:nth-child(2n) {
        border-right: 0 !important;
    }

    .vct-creator-hero-fact:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    .vct-creator-hero-fact span {
        font-size: 9px !important;
    }

    .vct-creator-hero-fact strong {
        font-size: 13px !important;
        line-height: 1.35 !important;
    }
}

@media (max-width: 380px) {
    .vct-creator-mobile-overlay {
        left: 14px !important;
        right: 14px !important;
        bottom: 14px !important;
    }

    .vct-creator-mobile-title {
        font-size: 33px !important;
    }

    .vct-creator-hero-content {
        padding: 12px !important;
    }

    .vct-creator-hero-fact {
        padding: 10px !important;
    }
}

@media (max-width: 520px) {
    .vct-creator-related-row {
        grid-template-columns: 84px minmax(0, 1fr) !important;
        gap: 10px !important;
    }

    .vct-creator-related-image,
    .vct-creator-related-img,
    .vct-creator-related-placeholder {
        width: 84px !important;
    }
}
