/* Rising Lotus Horoscopen 5.6.1
 * Alleen geladen op pagina's met een horoscoopshortcode.
 */

.rl-horoscope-page {
    --horo-accent: #cd9a99;
    --horo-focus: #77434c;
    --horo-score-fill: #a85f66;
    --horo-surface: #f7f5f4;
    --horo-border: #e8dfd8;
    --horo-muted: #756b6e;
    --horo-ink: #1a1a1a;
    --horo-white: #fff;
}

.rl-horoscope-detail-page .entry-title-single {
    margin-bottom: .55rem;
    text-align: center;
}

.horoscope,
.horoscope-general,
.rl-zodiac-overview {
    box-sizing: border-box;
    color: var(--horo-ink);
    font-family: var(--body-font-family, "Lato"), sans-serif;
}

.horoscope *,
.horoscope-general *,
.rl-zodiac-overview * {
    box-sizing: border-box;
}

.horoscope,
.horoscope-general {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 2.75rem;
}

.horoscope .horo-card,
.horoscope-general .horo-algemeen {
    position: relative;
    padding: 0;
    border: 0;
    background: var(--horo-white);
    box-shadow: none;
}

.horoscope .horo-card::before,
.horoscope-general .horo-algemeen::before {
    display: none;
    content: none;
}

.horoscope a,
.horoscope-general a,
.rl-zodiac-overview a {
    text-underline-offset: .16em;
    text-decoration-thickness: .07em;
}

.horoscope a:focus-visible,
.horoscope-general a:focus-visible,
.rl-zodiac-overview a:focus-visible {
    outline: 3px solid var(--horo-focus);
    outline-offset: 2px;
}

/* Intro direct onder de WordPress-H1 */

.horo-detail-intro {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    max-width: 760px;
    margin: .3rem auto 2rem;
    padding: 2.2rem clamp(1rem, 5vw, 3.25rem) 1.85rem;
    text-align: center;
}

.horo-detail-intro::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 220px;
    height: 220px;
    transform: translateX(-50%);
    background-image: var(--horo-ornament-image, none);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: var(--horo-ornament-opacity, .14);
    pointer-events: none;
}

.horo-detail-intro-right::before {
    top: -4px;
    right: -25px;
    left: auto;
    transform: none;
}

.horo-detail-kicker {
    margin: 0 0 .8rem;
    color: #8f5f67;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.35;
    text-transform: uppercase;
}

.horo-detail-lead {
    max-width: 670px;
    margin: 0 auto;
    color: var(--horo-ink);
    font-family: var(--body-font-family, "Lato"), sans-serif;
    font-size: 1.05rem;
    line-height: 1.78;
}

.horo-detail-lead strong {
    font-weight: 700;
}

.horo-detail-ornament {
    display: flex;
    align-items: center;
    gap: .9rem;
    width: 100%;
    margin: 1.15rem auto .75rem;
    color: var(--horo-accent);
}

.horo-detail-ornament::before,
.horo-detail-ornament::after {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, currentColor);
    content: "";
    opacity: .55;
}

.horo-detail-ornament::after {
    background: linear-gradient(90deg, currentColor, transparent);
}

.horo-detail-ornament span {
    line-height: 1;
}

.horo-detail-date {
    margin: 0;
    color: var(--horo-muted);
    font-size: .88rem;
    line-height: 1.45;
}

/* Scores */

.horo-scores {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin: 0 0 2.35rem;
    border-top: 1px solid var(--horo-border);
    border-bottom: 1px solid var(--horo-border);
    background: var(--horo-surface);
}

.horo-score-item {
    min-width: 0;
    padding: 1rem .5rem .9rem;
    text-align: center;
}

.horo-score-item + .horo-score-item {
    border-left: 1px solid var(--horo-border);
}

.horo-score-label {
    display: block;
    margin-bottom: .55rem;
    color: var(--horo-muted);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .17em;
    line-height: 1.15;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.horo-score-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .32rem;
    min-height: .8rem;
    margin-bottom: .48rem;
}

.horo-dot {
    flex: 0 0 auto;
    width: .46rem;
    height: .46rem;
    border-radius: 50%;
    border: 1px solid #b7aaa5;
    background: var(--horo-white);
}

.horo-dot.filled {
    border-color: var(--horo-score-fill);
    background: var(--horo-score-fill);
    box-shadow: 0 0 0 3px rgba(205, 154, 153, .09);
}

.horo-score-value {
    display: block;
    color: var(--horo-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .86rem;
    font-style: italic;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

/* Inhoudelijke secties */

.horo-sectie {
    margin-top: 1.8rem;
    padding-top: 1.8rem;
    border-top: 1px solid var(--horo-border);
    background: var(--horo-white);
}

.horo-scores + .horo-sectie {
    margin-top: 0;
}

.horo-sectie h2,
.horo-tip-heading,
.horo-sign-profile h2 {
    margin: 0 0 .9rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--horo-ink);
    font-family: var(--heading-font-family, Georgia, "Times New Roman", serif);
    font-size: 1.28rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.42;
    text-transform: none;
}

.horo-sectie h2::after,
.horo-tip-heading::after,
.horo-sign-profile h2::after {
    display: none;
}

.horo-heading-icon {
    display: inline-block;
    margin-right: .18em;
    color: var(--horo-accent);
    font-family: var(--body-font-family, "Lato"), sans-serif;
    font-size: .82em;
}

.horo-sectie p,
.horo-tip p,
.horo-sign-profile p {
    margin: 0 0 .82rem;
    background: transparent;
    color: var(--horo-ink);
    font-family: var(--body-font-family, "Lato"), sans-serif;
    font-size: .97rem;
    line-height: 1.84;
}

.horo-sectie p:last-child,
.horo-tip p:last-child,
.horo-sign-profile p:last-child {
    margin-bottom: 0;
}

.horo-sectie strong {
    color: var(--horo-ink);
    font-weight: 700;
}

.horo-extra {
    margin: .72rem 0 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.horo-extra p {
    margin: 0 0 .35rem;
    background: transparent;
    color: var(--horo-muted);
    font-family: var(--body-font-family, "Lato"), sans-serif;
    font-size: .9rem;
    font-style: italic;
    line-height: 1.7;
}

.horo-extra a {
    color: #6b3441;
}

.horo-extra a:hover,
.horo-extra a:focus-visible {
    color: #9a636a;
}

.horo-extra img {
    max-width: 100%;
    height: auto;
}

.horo-extra iframe,
.horo-extra embed {
    display: block;
    max-width: 100%;
}

.horo-tip {
    margin-top: 2rem;
    padding: 1.55rem 1.65rem;
    border: 1px solid var(--horo-border);
    background: var(--horo-surface);
}

.horo-tip-heading {
    display: block;
    margin-bottom: .65rem;
}

/* Sierlijke vervolgroute: periodekeuze en ontdekblok */

.horo-follow-up {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 760px;
    margin: 1.85rem auto 0;
    padding: 3.55rem 0 0;
    background: var(--horo-white);
}

.horo-follow-up::before {
    position: absolute;
    z-index: 0;
    top: 1.63rem;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0,
        var(--horo-border) 10%,
        var(--horo-border) 90%,
        transparent 100%
    );
    content: "";
    pointer-events: none;
}

.horo-follow-up.has-horo-follow-up-ornament::before {
    background: linear-gradient(
        90deg,
        transparent 0,
        var(--horo-border) 10%,
        var(--horo-border) 42%,
        transparent 42%,
        transparent 58%,
        var(--horo-border) 58%,
        var(--horo-border) 90%,
        transparent 100%
    );
}

.horo-follow-up.has-horo-follow-up-ornament::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 3.25rem;
    height: 3.25rem;
    transform: translateX(-50%);
    background-image: var(--horo-follow-up-image, none);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: var(--horo-follow-up-opacity, .12);
    pointer-events: none;
}

.horo-scope-nav {
    margin: 2rem 0 0;
    padding: .9rem 0 .35rem;
    border-top: 1px solid var(--horo-border);
    border-bottom: 1px solid var(--horo-border);
    background: var(--horo-white);
}

.horo-scope-nav-label {
    margin: 0 0 .35rem !important;
    color: #8f5f67 !important;
    font-size: .67rem !important;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4 !important;
    text-transform: uppercase;
}

.horo-scope-nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.horo-scope-nav li {
    margin: 0;
    padding: 0;
}

.horo-scope-nav li + li {
    border-top: 1px solid rgba(232, 223, 216, .75);
}

.horo-scope-nav a {
    display: flex;
    align-items: center;
    gap: .7rem;
    width: 100%;
    min-height: 46px;
    padding: .62rem .12rem;
    color: var(--horo-ink);
    font-size: .88rem;
    line-height: 1.45;
    text-decoration: none;
}

.horo-scope-nav a:hover,
.horo-scope-nav a:focus-visible {
    color: #8f5f67;
}

.horo-scope-nav-dot {
    flex: 0 0 .68rem;
    width: .68rem;
    height: .68rem;
    border: 1px solid var(--horo-accent);
    border-radius: 50%;
    background: var(--horo-white);
    transition: background-color .18s ease, box-shadow .18s ease;
}

.horo-scope-nav a:hover .horo-scope-nav-dot,
.horo-scope-nav a:focus-visible .horo-scope-nav-dot {
    background: rgba(205, 154, 153, .22);
    box-shadow: inset 0 0 0 2px var(--horo-white);
}

/* Binnen de vervolgroute vloeien beide linkgedeelten visueel in elkaar over. */

.horo-follow-up .horo-scope-nav {
    margin: 0 0 1.65rem;
    padding: 0;
    border: 0;
}

.horo-follow-up:not(.has-horo-discovery) .horo-scope-nav {
    margin-bottom: 0;
    padding-bottom: .45rem;
    border-bottom: 1px solid var(--horo-border);
}

/* Ontdekblok direct na de individuele shortcode */

.horo-discovery-hub {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: 760px;
    margin: 3rem auto 0;
    padding: clamp(1.65rem, 4vw, 2.35rem) clamp(.25rem, 3vw, 1.2rem) 1rem;
    border-top: 1px solid var(--horo-border);
    border-bottom: 1px solid var(--horo-border);
    background: var(--horo-white);
    color: var(--horo-ink);
    font-family: var(--body-font-family, "Lato"), sans-serif;
}

.horo-discovery-hub *,
.horo-discovery-hub *::before,
.horo-discovery-hub *::after {
    box-sizing: border-box;
}

.horo-discovery-hub::before {
    position: absolute;
    z-index: -1;
    top: -32px;
    right: -24px;
    width: 185px;
    height: 185px;
    background-image: var(--horo-discovery-image, none);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: var(--horo-discovery-opacity, .06);
    pointer-events: none;
}

.horo-discovery-head {
    position: relative;
    max-width: 590px;
    margin: 0 0 1.5rem;
}

.horo-discovery-head h2 {
    margin: 0 0 .48rem;
    color: var(--horo-ink);
    font-family: var(--heading-font-family, "Playfair Display"), Georgia, serif;
    font-size: clamp(1.35rem, 4vw, 1.75rem);
    font-weight: 400;
    line-height: 1.3;
}

.horo-discovery-head h2::after {
    display: none;
}

.horo-discovery-head p {
    max-width: 580px;
    margin: 0;
    color: var(--horo-muted);
    font-size: .95rem;
    line-height: 1.7;
}

.horo-discovery-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem clamp(1.25rem, 5vw, 3rem);
}

.horo-discovery-group {
    min-width: 0;
    padding-top: .85rem;
    border-top: 1px solid var(--horo-border);
}

.horo-discovery-group-forecast,
.horo-discovery-group-self {
    grid-column: 1 / -1;
}

.horo-discovery-group-forecast ul,
.horo-discovery-group-self ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.25rem, 5vw, 3rem);
}

.horo-discovery-group-forecast li,
.horo-discovery-group-self li {
    border-top: 1px solid rgba(232, 223, 216, .72);
}

.horo-discovery-group-forecast li:nth-child(-n + 2),
.horo-discovery-group-self li:nth-child(-n + 2) {
    border-top: 0;
}

.horo-discovery-group-forecast li + li,
.horo-discovery-group-self li + li {
    border-top-color: rgba(232, 223, 216, .72);
}

.horo-discovery-group h3 {
    margin: 0 0 .4rem;
    color: #8f5f67;
    font-family: var(--body-font-family, "Lato"), sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.45;
    text-transform: uppercase;
}

.horo-discovery-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.horo-discovery-group li {
    margin: 0;
    padding: 0;
}

.horo-discovery-group li + li {
    border-top: 1px solid rgba(232, 223, 216, .72);
}

.horo-discovery-group-forecast li:nth-child(-n + 2),
.horo-discovery-group-self li:nth-child(-n + 2) {
    border-top: 0;
}

.horo-discovery-group a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 48px;
    padding: .65rem .08rem;
    color: var(--horo-ink);
    font-size: .92rem;
    line-height: 1.45;
    text-decoration: none;
}

.horo-discovery-group a:hover,
.horo-discovery-group a:focus-visible {
    color: #7b4651;
}

.horo-discovery-group a:focus-visible {
    outline: 3px solid var(--horo-accent);
    outline-offset: 2px;
}

.horo-discovery-link-copy {
    display: flex;
    align-items: center;
    gap: .68rem;
    min-width: 0;
}

.horo-discovery-dot {
    flex: 0 0 .62rem;
    width: .62rem;
    height: .62rem;
    border: 1px solid var(--horo-accent);
    border-radius: 50%;
    background: var(--horo-white);
    transition: background-color .18s ease, box-shadow .18s ease;
}

.horo-discovery-group a:hover .horo-discovery-dot,
.horo-discovery-group a:focus-visible .horo-discovery-dot {
    background: rgba(205, 154, 153, .22);
    box-shadow: inset 0 0 0 2px var(--horo-white);
}

.horo-discovery-arrow {
    flex: 0 0 auto;
    color: var(--horo-accent);
    font-family: Georgia, serif;
    font-size: 1.3rem;
    line-height: 1;
    transition: transform .18s ease;
}

.horo-discovery-group a:hover .horo-discovery-arrow,
.horo-discovery-group a:focus-visible .horo-discovery-arrow {
    transform: translateX(3px);
}

.horo-follow-up .horo-discovery-hub {
    margin: 0 auto;
    padding-top: .35rem;
    border-top: 0;
}

/* Lichte dynamische sidebar. Geen afbeeldingen of verborgen linkrasters. */

.horo-smart-sidebar {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 1.6rem 1.25rem 1.2rem;
    border-top: 1px solid var(--horo-border);
    border-bottom: 1px solid var(--horo-border);
    background: var(--horo-white);
    color: var(--horo-ink);
    font-family: var(--body-font-family, "Lato"), sans-serif;
}

.horo-smart-sidebar *,
.horo-smart-sidebar *::before,
.horo-smart-sidebar *::after {
    box-sizing: border-box;
}

.horo-smart-sidebar.has-horo-smart-sidebar-ornament::before {
    position: absolute;
    z-index: -1;
    top: -38px;
    right: -45px;
    width: 155px;
    height: 155px;
    background-image: var(--horo-sidebar-image, none);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: .055;
    pointer-events: none;
}

.horo-smart-sidebar-head {
    position: relative;
    margin-bottom: 1.25rem;
    padding-right: .7rem;
}

.horo-smart-sidebar-head h2 {
    margin: 0 0 .5rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--horo-ink);
    font-family: var(--heading-font-family, "Playfair Display"), Georgia, serif;
    font-size: 1.45rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
}

.horo-smart-sidebar-head h2::after,
.horo-smart-sidebar-section h3::after {
    display: none;
}

.horo-smart-sidebar-head p {
    margin: 0;
    color: var(--horo-muted);
    font-size: .88rem;
    line-height: 1.62;
}

.horo-smart-sidebar-section {
    margin: 0;
    padding: 1rem 0 .3rem;
    border-top: 1px solid var(--horo-border);
    background: var(--horo-white);
}

.horo-smart-sidebar-section + .horo-smart-sidebar-section {
    margin-top: .65rem;
}

.horo-smart-sidebar-section h3 {
    margin: 0 0 .45rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8f5f67;
    font-family: var(--body-font-family, "Lato"), sans-serif;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.45;
    text-transform: uppercase;
}

.horo-smart-sidebar-card h3 {
    color: var(--horo-ink);
    font-family: var(--heading-font-family, "Playfair Display"), Georgia, serif;
    font-size: 1.08rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
}

.horo-smart-sidebar-card > p {
    margin: 0 0 .35rem;
    color: var(--horo-muted);
    font-size: .84rem;
    line-height: 1.58;
}

.horo-smart-sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.horo-smart-sidebar-nav li {
    margin: 0;
    padding: 0;
}

.horo-smart-sidebar-nav li + li {
    border-top: 1px solid rgba(232, 223, 216, .72);
}

.horo-smart-sidebar-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
    min-height: 44px;
    padding: .58rem .02rem;
    color: var(--horo-ink);
    font-size: .86rem;
    line-height: 1.42;
    text-decoration: none;
}

.horo-smart-sidebar-nav a:hover,
.horo-smart-sidebar-nav a:focus-visible {
    color: #7b4651;
}

.horo-smart-sidebar-nav a:focus-visible {
    outline: 3px solid var(--horo-accent);
    outline-offset: 2px;
}

.horo-smart-sidebar-arrow {
    flex: 0 0 auto;
    color: var(--horo-accent);
    font-family: Georgia, serif;
    font-size: 1.2rem;
    line-height: 1;
    transition: transform .18s ease;
}

.horo-smart-sidebar-nav a:hover .horo-smart-sidebar-arrow,
.horo-smart-sidebar-nav a:focus-visible .horo-smart-sidebar-arrow {
    transform: translateX(2px);
}

/* Evergreen sterrenbeeldblok onderaan */

.horo-sign-profile {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(180px, .65fr);
    gap: clamp(1.5rem, 5vw, 3.5rem);
    align-items: center;
    margin-top: 2.75rem;
    padding: 2rem;
    border-top: 1px solid var(--horo-border);
    border-bottom: 1px solid var(--horo-border);
    background: var(--horo-surface);
}

.horo-sign-profile-kicker {
    margin: 0 0 .45rem !important;
    color: #8f5f67 !important;
    font-size: .7rem !important;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4 !important;
    text-transform: uppercase;
}

.horo-sign-profile-visual {
    overflow: hidden;
    aspect-ratio: 1;
    background: var(--horo-white);
}

.horo-sign-profile-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.horo-sign-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 1.2rem 0;
    border-top: 1px solid var(--horo-border);
    border-bottom: 1px solid var(--horo-border);
}

.horo-sign-facts div {
    min-width: 0;
    padding: .75rem .6rem;
    text-align: center;
}

.horo-sign-facts div + div {
    border-left: 1px solid var(--horo-border);
}

.horo-sign-facts dt {
    margin: 0 0 .25rem;
    color: var(--horo-muted);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.horo-sign-facts dd {
    margin: 0;
    color: var(--horo-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .88rem;
    line-height: 1.35;
}

.horo-sign-profile-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .55rem;
}

.horo-sign-profile-links a {
    color: #7c444d;
    font-weight: 700;
}

/* Algemene dag-, week- en maandduiding */

.horoscope-general .horo-algemeen {
    margin-top: 0;
    padding-top: 1.45rem;
    border-top: 1px solid var(--horo-border);
}

.dag-label {
    display: block;
    margin: 0 auto 1.25rem;
    color: var(--horo-muted);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.horo-aspecten-lijst,
.week-invloeden {
    display: grid;
    gap: .7rem;
    max-width: 44rem;
    margin: 0 auto 1.2rem;
}

.horo-aspect-item,
.week-invloed-item {
    display: grid;
    grid-template-columns: auto minmax(9rem, .75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: .8rem;
    padding: .78rem .9rem;
    border: 1px solid var(--horo-border);
    background: var(--horo-white);
}

.aspect-symbool,
.week-invloed-symbool {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--horo-border);
    background: var(--horo-white);
    color: var(--horo-accent);
    font-size: 1.1rem;
    line-height: 1;
}

.aspect-planeten,
.week-invloed-titel {
    min-width: 0;
    color: var(--horo-ink);
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.38;
}

.aspect-omschrijving,
.week-invloed-beschrijving {
    min-width: 0;
    color: var(--horo-muted);
    font-size: .84rem;
    line-height: 1.48;
}

.horo-dag-teaser,
.horo-week-teaser {
    max-width: 44rem;
    margin: 1.35rem auto 0;
    padding: 1.1rem 0 0;
    border-top: 1px solid var(--horo-border);
    text-align: center;
}

.horo-dag-teaser p,
.horo-week-teaser p {
    margin: 0 0 .5rem;
    color: var(--horo-ink);
    font-size: 1.02rem;
    line-height: 1.76;
}

.horo-week-detailstrip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
    margin: 1.55rem 0 0;
    padding: .9rem;
    border: 1px solid var(--horo-border);
    background: var(--horo-surface);
}

.horo-week-detail-item {
    min-width: 0;
    padding: .75rem .55rem;
    border: 1px solid var(--horo-border);
    background: var(--horo-white);
    text-align: center;
}

.horo-week-detail-label {
    display: block;
    margin-bottom: .35rem;
    color: var(--horo-muted);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.15;
    text-transform: uppercase;
}

.horo-week-detail-waarde {
    display: block;
    color: var(--horo-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .88rem;
    font-style: italic;
    line-height: 1.35;
}

.horoscope-weekly-legacy .horo-teken-header,
.horoscope-weekly-legacy .horo-intro-quote,
.horoscope-weekly-legacy .horo-afsluiter {
    display: none;
}

/* Overzichtskaarten */

.rl-zodiac-overview {
    margin: 2rem 0;
}

.rl-zodiac-overview > h2,
.rl-zodiac-overview-intro {
    text-align: center;
}

.rl-zodiac-overview > h2 {
    margin-bottom: .5rem;
}

.rl-zodiac-overview-intro {
    margin: 0 0 1.1rem;
}

.rl-zodiac-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.rl-zodiac-teaser {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid var(--horo-border);
    background: var(--horo-white);
    color: inherit;
    text-decoration: none;
}

.rl-zodiac-teaser:hover,
.rl-zodiac-teaser:focus-visible {
    border-color: var(--horo-accent);
    background: var(--horo-surface);
}

.rl-zodiac-image {
    display: block;
    flex: 0 0 76px;
    overflow: hidden;
    width: 76px;
    height: 76px;
    background: var(--horo-surface);
}

.rl-zodiac-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: var(--rl-zodiac-image-fit, cover);
}

.rl-zodiac-copy {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    min-width: 0;
}

.rl-zodiac-copy h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.3;
}

.rl-zodiac-teaser-text {
    margin: 0;
    color: #4f4f4f;
    font-size: .94rem;
    line-height: 1.45;
}

.rl-zodiac-cta {
    color: #7b4651;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width: 1023px) {
    .horo-smart-sidebar-hide-mobile {
        display: none !important;
    }
}

@media (max-width: 720px) {
    .horoscope,
    .horoscope-general {
        max-width: 100%;
    }

    .horo-aspect-item,
    .week-invloed-item {
        grid-template-columns: auto 1fr;
        gap: .65rem .8rem;
    }

    .aspect-omschrijving,
    .week-invloed-beschrijving {
        grid-column: 2;
    }

    .rl-zodiac-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .horo-detail-intro {
        margin-bottom: 1.45rem;
        padding: 1.8rem .2rem 1.35rem;
    }

    .horo-detail-intro::before {
        top: 0;
        width: 176px;
        height: 176px;
    }

    .horo-detail-intro-right::before {
        top: -2px;
        right: -36px;
    }

    .horo-detail-lead {
        font-size: 1rem;
        line-height: 1.72;
    }

    .horo-scores {
        margin-bottom: 1.9rem;
    }

    .horo-score-item {
        padding: .85rem .22rem .78rem;
    }

    .horo-score-label {
        font-size: .65rem;
        letter-spacing: .11em;
    }

    .horo-score-dots {
        gap: .23rem;
    }

    .horo-dot {
        width: .4rem;
        height: .4rem;
    }

    .horo-score-value {
        font-size: .78rem;
    }

    .horo-sectie {
        margin-top: 1.45rem;
        padding-top: 1.45rem;
    }

    .horo-sectie h2,
    .horo-tip-heading,
    .horo-sign-profile h2 {
        font-size: 1.16rem;
        line-height: 1.38;
    }

    .horo-sectie p,
    .horo-tip p,
    .horo-sign-profile p {
        font-size: .95rem;
        line-height: 1.78;
    }

    .horo-tip {
        padding: 1rem;
    }

    .horo-scope-nav {
        margin-top: 1.75rem;
        padding: .8rem 0 .25rem;
    }

    .horo-scope-nav a {
        min-height: 48px;
        padding: .68rem .05rem;
        font-size: .86rem;
        line-height: 1.42;
    }

    .horo-discovery-hub {
        margin-top: 2.35rem;
        padding: 1.55rem .05rem .7rem;
    }

    .horo-follow-up {
        margin-top: 1.55rem;
        padding-top: 3.15rem;
    }

    .horo-follow-up::before {
        top: 1.45rem;
    }

    .horo-follow-up.has-horo-follow-up-ornament::after {
        width: 2.9rem;
        height: 2.9rem;
    }

    .horo-follow-up .horo-scope-nav {
        margin: 0 0 1.45rem;
        padding: 0;
    }

    .horo-follow-up .horo-discovery-hub {
        margin: 0;
        padding: .2rem .3rem .7rem;
    }

    .horo-discovery-hub::before {
        top: -24px;
        right: -24px;
        width: 155px;
        height: 155px;
    }

    .horo-discovery-head {
        margin-bottom: 1.25rem;
        padding-right: 1rem;
    }

    .horo-discovery-head p {
        font-size: .91rem;
        line-height: 1.65;
    }

    .horo-discovery-groups {
        grid-template-columns: 1fr;
        gap: 1.05rem;
    }

    .horo-discovery-group-forecast,
    .horo-discovery-group-self {
        grid-column: auto;
    }

    .horo-discovery-group-forecast ul,
    .horo-discovery-group-self ul {
        grid-template-columns: 1fr;
    }

    .horo-discovery-group-forecast li:nth-child(2),
    .horo-discovery-group-self li:nth-child(2) {
        border-top: 1px solid rgba(232, 223, 216, .72);
    }

    .horo-discovery-group a {
        min-height: 50px;
        font-size: .96rem;
    }

    .horo-sign-profile {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        margin-top: 2.25rem;
        padding: 1.35rem 1rem;
    }

    .horo-sign-profile-copy {
        order: 1;
    }

    .horo-sign-profile-visual {
        order: 2;
        max-width: 260px;
        margin: 0 auto;
    }

    .horo-sign-facts div {
        padding-inline: .3rem;
    }

    .horo-sign-facts dt {
        font-size: .63rem;
        letter-spacing: .07em;
    }

    .horo-sign-facts dd {
        font-size: .78rem;
    }

    .horo-week-detailstrip {
        grid-template-columns: 1fr;
        gap: .55rem;
        padding: .7rem;
    }

    .horo-week-detail-item {
        display: grid;
        grid-template-columns: 6.5rem 1fr;
        align-items: center;
        gap: .5rem;
        text-align: left;
    }

    .horo-week-detail-label,
    .horo-week-detail-waarde {
        margin: 0;
    }

    .rl-zodiac-teaser {
        padding: .9rem;
    }

    .rl-zodiac-image {
        flex-basis: 68px;
        width: 68px;
        height: 68px;
    }

    .rl-zodiac-teaser-text {
        font-size: .92rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .horoscope *,
    .horoscope-general *,
    .rl-zodiac-overview *,
    .horo-discovery-hub * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
