.rds-horoscope {
    --rds-h-bg:#ffffff;
    --rds-h-surface:#f7f7fb;
    --rds-h-surface-2:#f0eef9;
    --rds-h-text:#242332;
    --rds-h-muted:#737084;
    --rds-h-border:rgba(47,43,72,.11);
    --rds-h-accent:#7458ad;
    --rds-h-accent-soft:#f1edfb;
    --rds-h-pink:#aa557e;
    --rds-h-pink-soft:#fbecf4;
    --rds-h-good:#287a5a;
    --rds-h-shadow:0 14px 34px rgba(37,29,57,.055);
    box-sizing:border-box;
    width:100%;
    margin:1.4rem 0 2rem;
    color:var(--rds-h-text);
    font:inherit;
}
.rds-horoscope *,
.rds-horoscope *::before,
.rds-horoscope *::after { box-sizing:border-box; }
.rds-horoscope h2,
.rds-horoscope h3,
.rds-horoscope h4,
.rds-horoscope p { color:inherit; }
.rds-horoscope a { color:inherit; text-decoration:none; }
.rds-horoscope button,
.rds-horoscope select { font:inherit; }

.rds-horoscope-hero {
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:1rem;
    padding:clamp(1.1rem,3vw,1.8rem);
    background:linear-gradient(145deg,var(--rds-h-bg),var(--rds-h-accent-soft));
    border:1px solid var(--rds-h-border);
    border-radius:24px;
    box-shadow:var(--rds-h-shadow);
}
.rds-horoscope-badge {
    display:inline-flex;
    align-items:center;
    gap:.38rem;
    margin-bottom:.55rem;
    padding:.32rem .72rem;
    color:var(--rds-h-accent);
    background:var(--rds-h-bg);
    border:1px solid var(--rds-h-border);
    border-radius:999px;
    font-size:.74em;
    font-weight:850;
}
.rds-horoscope-badge::before { content:""; width:7px; height:7px; background:currentColor; border-radius:50%; }
.rds-horoscope-hero h2 { margin:0; font-size:clamp(1.25rem,4vw,1.9rem); line-height:1.7; font-weight:900; }
.rds-horoscope-hero p { max-width:720px; margin:.35rem 0 0; color:var(--rds-h-muted); font-size:.88em; line-height:1.95; }
.rds-horoscope-date-card {
    display:grid;
    place-items:center;
    min-width:132px;
    padding:.85rem 1rem;
    color:var(--rds-h-accent);
    background:var(--rds-h-bg);
    border:1px solid var(--rds-h-border);
    border-radius:19px;
    box-shadow:0 8px 22px rgba(37,29,57,.04);
}
.rds-horoscope-date-card span { color:var(--rds-h-muted); font-size:.68em; }
.rds-horoscope-date-card strong { margin:.05rem 0; font-size:1.65rem; line-height:1.2; }
.rds-horoscope-date-card small { font-size:.75em; font-weight:750; }

.rds-horoscope-date-nav {
    display:flex;
    align-items:center;
    gap:.5rem;
    margin-top:.8rem;
    padding:.7rem;
    background:var(--rds-h-bg);
    border:1px solid var(--rds-h-border);
    border-radius:15px;
}
.rds-horoscope-date-nav > a,
.rds-horoscope-date-nav > span {
    display:inline-flex;
    min-height:39px;
    align-items:center;
    justify-content:center;
    padding:.42rem .75rem;
    color:var(--rds-h-text);
    background:var(--rds-h-surface);
    border:1px solid var(--rds-h-border);
    border-radius:10px;
    font-size:.72em;
    font-weight:750;
}
.rds-horoscope-date-nav > a:hover,
.rds-horoscope-date-nav > a.is-today { color:var(--rds-h-accent); background:var(--rds-h-accent-soft); }
.rds-horoscope-date-nav > span[aria-disabled="true"] { opacity:.45; }
.rds-horoscope-date-nav form { display:flex; flex:1; align-items:end; justify-content:flex-end; gap:.45rem; margin:0; }
.rds-horoscope-date-nav label { display:grid; gap:.2rem; min-width:230px; margin:0; }
.rds-horoscope-date-nav label > span { color:var(--rds-h-muted); font-size:.64em; }
.rds-horoscope-date-nav select {
    width:100%;
    min-height:39px;
    padding:.38rem .55rem;
    color:var(--rds-h-text);
    background:var(--rds-h-surface);
    border:1px solid var(--rds-h-border);
    border-radius:10px;
}
.rds-horoscope-date-nav button {
    min-height:39px;
    padding:.4rem .72rem;
    color:#fff;
    background:var(--rds-h-accent);
    border:0;
    border-radius:10px;
    cursor:pointer;
    font-size:.72em;
    font-weight:800;
}

.rds-horoscope-sign-nav {
    position:sticky;
    z-index:5;
    top:10px;
    display:grid;
    grid-template-columns:repeat(12,minmax(0,1fr));
    gap:.35rem;
    margin-top:.8rem;
    padding:.55rem;
    overflow:visible;
    background:rgba(255,255,255,.94);
    background:color-mix(in srgb,var(--rds-h-bg) 92%,transparent);
    border:1px solid var(--rds-h-border);
    border-radius:15px;
    backdrop-filter:blur(10px);
}
.rds-horoscope-sign-nav a {
    display:flex;
    min-width:0;
    min-height:46px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:.05rem;
    padding:.32rem .2rem;
    color:var(--rds-h-muted);
    background:var(--rds-h-surface);
    border:1px solid transparent;
    border-radius:10px;
    font-size:.65em;
    font-weight:750;
}
.rds-horoscope-sign-nav a span { color:var(--rds-h-accent); font-size:1.25em; line-height:1; }
.rds-horoscope-sign-nav a:hover,
.rds-horoscope-sign-nav a.is-active { color:var(--rds-h-accent); background:var(--rds-h-accent-soft); border-color:rgba(116,88,173,.18); }

.rds-horoscope-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.85rem; margin-top:.85rem; }
.rds-horoscope-card {
    scroll-margin-top:92px;
    min-width:0;
    padding:1rem;
    background:var(--rds-h-bg);
    border:1px solid var(--rds-h-border);
    border-radius:20px;
    box-shadow:var(--rds-h-shadow);
}
.rds-horoscope-card__head { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:.7rem; padding-bottom:.75rem; border-bottom:1px solid var(--rds-h-border); }
.rds-horoscope-card__symbol { display:grid; place-items:center; width:48px; height:48px; color:var(--rds-h-accent); background:var(--rds-h-accent-soft); border-radius:14px; font-size:1.45rem; }
.rds-horoscope-card__head > div > span { display:block; color:var(--rds-h-muted); font-size:.65em; }
.rds-horoscope-card__head h3 { display:inline; margin:0; font-size:1.08em; }
.rds-horoscope-card__head small { margin-right:.35rem; color:var(--rds-h-muted); font-size:.66em; }
.rds-horoscope-card__head > b { padding:.22rem .55rem; color:var(--rds-h-pink); background:var(--rds-h-pink-soft); border-radius:999px; font-size:.66em; white-space:nowrap; }
.rds-horoscope-card__overall { margin:.8rem 0; color:var(--rds-h-text); font-size:.84em; line-height:2; }
.rds-horoscope-sections { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.55rem; }
.rds-horoscope-sections section { display:grid; grid-template-columns:auto 1fr; align-items:start; gap:.55rem; min-width:0; padding:.72rem; background:var(--rds-h-surface); border:1px solid var(--rds-h-border); border-radius:13px; }
.rds-horoscope-sections section > span { display:grid; place-items:center; width:29px; height:29px; color:var(--rds-h-accent); background:var(--rds-h-accent-soft); border-radius:9px; font-size:.82em; font-weight:900; }
.rds-horoscope-sections h4 { margin:0 0 .18rem; font-size:.74em; }
.rds-horoscope-sections p { margin:0; color:var(--rds-h-muted); font-size:.7em; line-height:1.85; }

.rds-horoscope-facts { display:grid; grid-template-columns:1.4fr .7fr 1fr; gap:.45rem; margin-top:.65rem; }
.rds-horoscope-facts > div { min-width:0; padding:.58rem .65rem; text-align:center; background:var(--rds-h-surface-2); border-radius:11px; }
.rds-horoscope-facts span { display:block; color:var(--rds-h-muted); font-size:.62em; }
.rds-horoscope-facts strong { display:block; margin-top:.12rem; overflow-wrap:anywhere; font-size:.76em; }
.rds-horoscope-facts i { display:block; height:5px; margin-top:.38rem; overflow:hidden; background:var(--rds-h-bg); border-radius:999px; }
.rds-horoscope-facts em { display:block; width:var(--rds-energy,50%); height:100%; background:linear-gradient(90deg,var(--rds-h-accent),var(--rds-h-pink)); border-radius:inherit; }
.rds-horoscope-card__actions { display:flex; gap:.45rem; margin-top:.65rem; }
.rds-horoscope-card__actions button { flex:1; min-height:37px; padding:.38rem .6rem; color:var(--rds-h-accent); background:var(--rds-h-accent-soft); border:1px solid rgba(116,88,173,.16); border-radius:10px; cursor:pointer; font-size:.68em; font-weight:800; }
.rds-horoscope-card__actions button:hover { filter:brightness(.97); }
.rds-horoscope-card__actions button.is-done { color:var(--rds-h-good); }
.rds-horoscope-note { margin-top:.85rem; padding:.85rem 1rem; color:var(--rds-h-muted); background:var(--rds-h-surface); border:1px solid var(--rds-h-border); border-radius:14px; }
.rds-horoscope-note strong { display:block; margin-bottom:.15rem; color:var(--rds-h-text); font-size:.75em; }
.rds-horoscope-note p { margin:0; font-size:.72em; line-height:1.85; }

/* رنگ روشن/تیره از theme-compat.css و کلاس rz_dark قالب روزانه دریافت می‌شود. */

@media (max-width:980px) {
    .rds-horoscope-sign-nav { grid-template-columns:repeat(6,minmax(0,1fr)); }
    .rds-horoscope-grid { grid-template-columns:1fr; }
}
@media (max-width:720px) {
    .rds-horoscope-hero { grid-template-columns:1fr; padding:1rem; border-radius:18px; }
    .rds-horoscope-date-card { width:100%; grid-template-columns:auto auto auto; justify-content:center; gap:.5rem; min-width:0; padding:.65rem; }
    .rds-horoscope-date-card strong { font-size:1.2rem; }
    .rds-horoscope-date-nav { display:grid; grid-template-columns:repeat(3,1fr); }
    .rds-horoscope-date-nav > a,
    .rds-horoscope-date-nav > span { padding:.35rem .25rem; text-align:center; }
    .rds-horoscope-date-nav form { grid-column:1/-1; display:grid; grid-template-columns:1fr auto; }
    .rds-horoscope-date-nav label { min-width:0; }
    .rds-horoscope-sign-nav { top:4px; grid-template-columns:repeat(4,minmax(0,1fr)); padding:.42rem; }
    .rds-horoscope-card { padding:.85rem; border-radius:16px; }
    .rds-horoscope-sections { grid-template-columns:1fr; }
    .rds-horoscope-facts { grid-template-columns:1fr 1fr; }
    .rds-horoscope-facts > div:first-child { grid-column:1/-1; }
}
@media (max-width:420px) {
    .rds-horoscope-sign-nav { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .rds-horoscope-card__head { grid-template-columns:auto 1fr; }
    .rds-horoscope-card__head > b { grid-column:2; justify-self:start; }
    .rds-horoscope-card__actions { flex-direction:column; }
}
@media (prefers-reduced-motion:reduce) {
    .rds-horoscope * { scroll-behavior:auto!important; transition:none!important; }
}

/* v0.6.2: archive-rich horoscope */
.rds-horoscope-card__overall { font-size:.86em; line-height:2.12; }
.rds-horoscope-sections p { font-size:.72em; line-height:1.95; }
.rds-horoscope-section--advice { background:color-mix(in srgb,var(--rds-h-good) 7%,var(--rds-h-surface))!important; }
.rds-horoscope-section--advice > span { color:var(--rds-h-good)!important; background:color-mix(in srgb,var(--rds-h-good) 12%,transparent)!important; }
.rds-horoscope-section--warning { background:color-mix(in srgb,var(--rds-h-pink) 7%,var(--rds-h-surface))!important; }
.rds-horoscope-section--warning > span { color:var(--rds-h-pink)!important; background:var(--rds-h-pink-soft)!important; }
.rds-horoscope-facts { grid-template-columns:1.35fr .65fr 1fr 1fr; }
@media (max-width:720px) {
    .rds-horoscope-facts { grid-template-columns:1fr 1fr; }
    .rds-horoscope-facts > div:first-child { grid-column:1/-1; }
}


/* v0.6.3: keep the footer area of paired horoscope cards level */
.rds-horoscope-grid { align-items:stretch; }
.rds-horoscope-card {
    display:flex;
    height:100%;
    flex-direction:column;
}
.rds-horoscope-card__copy-source {
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
}
.rds-horoscope-sections {
    align-content:start;
}
.rds-horoscope-facts {
    flex:0 0 auto;
    margin-top:auto;
}
.rds-horoscope-facts > div {
    display:flex;
    min-height:78px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.rds-horoscope-card__actions {
    flex:0 0 auto;
}
@media (max-width:980px) {
    .rds-horoscope-card { height:auto; }
    .rds-horoscope-facts { margin-top:.65rem; }
}

/* v0.7.0: daily / weekly / monthly horoscope navigation */
.rds-horoscope-type-nav {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    align-items:stretch;
    justify-content:stretch;
    gap:.65rem;
    margin-bottom:1rem;
    padding:.6rem;
    background:linear-gradient(180deg,var(--rds-h-bg),var(--rds-h-surface));
    border:1px solid var(--rds-h-border);
    border-radius:18px;
    box-shadow:0 14px 34px rgba(37,29,57,.05);
}
.rds-horoscope-type-nav a {
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    min-height:54px;
    padding:.7rem 1rem;
    color:var(--rds-h-text);
    background:linear-gradient(180deg,var(--rds-h-bg),var(--rds-h-surface));
    border:1px solid var(--rds-h-border);
    border-radius:14px;
    text-align:center;
    font-size:.76em;
    font-weight:850;
    text-decoration:none;
    box-shadow:0 8px 18px rgba(37,29,57,.04), inset 0 1px 0 rgba(255,255,255,.75);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}
.rds-horoscope-type-nav a::before {
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:4px;
    background:linear-gradient(90deg,var(--rds-h-accent),var(--rds-h-pink));
    opacity:.18;
    transition:opacity .18s ease;
}
.rds-horoscope-type-nav a:hover,
.rds-horoscope-type-nav a[aria-current="page"] {
    color:var(--rds-h-accent);
    background:linear-gradient(180deg,var(--rds-h-bg),var(--rds-h-accent-soft));
    border-color:rgba(116,88,173,.2);
    transform:translateY(-1px);
    box-shadow:0 12px 22px rgba(116,88,173,.12), inset 0 1px 0 rgba(255,255,255,.85);
}
.rds-horoscope-type-nav a:hover::before,
.rds-horoscope-type-nav a[aria-current="page"]::before { opacity:1; }
.rds-horoscope-date-card--period strong { font-size:1.08rem; }
.rds-horoscope--weekly .rds-horoscope-card__overall,
.rds-horoscope--monthly .rds-horoscope-card__overall { line-height:2.15; }
.rds-horoscope--weekly .rds-horoscope-sections p,
.rds-horoscope--monthly .rds-horoscope-sections p { line-height:2; }
.rds-horoscope-period-nav form { min-width:min(100%,330px); }
@media (max-width:720px) {
    .rds-horoscope-type-nav { grid-template-columns:repeat(2,minmax(0,1fr)); overflow:visible; padding:.55rem; }
    .rds-horoscope-type-nav a { min-width:0; min-height:50px; white-space:normal; }
    .rds-horoscope-date-card--period { grid-template-columns:1fr; text-align:center; }
    .rds-horoscope-period-nav form { min-width:0; }
}


/* v0.7.1: full-width reminder and cleaner fact-card spacing */
.rds-horoscope-note {
    display:block;
    float:none!important;
    clear:both;
    width:100%!important;
    max-width:none!important;
    margin:.95rem 0 0!important;
    grid-column:1/-1;
}
.rds-horoscope-facts {
    grid-template-columns:repeat(4,minmax(0,1fr));
    column-gap:.7rem;
    row-gap:.65rem;
}
.rds-horoscope-facts > div {
    min-height:82px;
    border:1px solid var(--rds-h-border);
    overflow:hidden;
}
@media (max-width:720px) {
    .rds-horoscope-facts {
        grid-template-columns:repeat(2,minmax(0,1fr));
        column-gap:.6rem;
        row-gap:.6rem;
    }
    .rds-horoscope-facts > div:first-child {
        grid-column:auto;
    }
}
@media (max-width:420px) {
    .rds-horoscope-facts {
        grid-template-columns:1fr 1fr;
        gap:.55rem;
    }
}

@media (max-width:360px) {
    .rds-horoscope-type-nav { grid-template-columns:1fr; }
}

/* v2.7.2 — segmented navigation, isolated from theme link styles */
.rds-horoscope .rds-horoscope-type-nav,
.rzp-hafez .rds-horoscope-type-nav,
.rds-horoscope-type-nav{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:.4rem!important;
    width:100%!important;
    margin:0 0 1.1rem!important;
    padding:.42rem!important;
    overflow:visible!important;
    background:linear-gradient(180deg,#f7f9fc,#eef3f8)!important;
    border:1px solid rgba(34,67,104,.12)!important;
    border-radius:20px!important;
    box-shadow:0 10px 28px rgba(32,60,91,.07)!important;
}
.rds-horoscope .rds-horoscope-type-nav a,
.rzp-hafez .rds-horoscope-type-nav a,
.rds-horoscope-type-nav a{
    position:relative!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:.55rem!important;
    min-width:0!important;
    min-height:54px!important;
    margin:0!important;
    padding:.55rem .75rem!important;
    overflow:hidden!important;
    color:#294766!important;
    background:transparent!important;
    border:0!important;
    border-radius:15px!important;
    box-shadow:none!important;
    text-decoration:none!important;
    text-indent:0!important;
    font-size:.78em!important;
    font-weight:850!important;
    line-height:1.35!important;
    transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.rds-horoscope-type-nav a::before,
.rds-horoscope-type-nav a::after{
    content:none!important;
    display:none!important;
}
.rds-horoscope-type-nav a span{
    display:grid!important;
    place-items:center!important;
    flex:0 0 34px!important;
    width:34px!important;
    height:34px!important;
    color:#496b8d!important;
    background:rgba(255,255,255,.82)!important;
    border:1px solid rgba(41,71,102,.12)!important;
    border-radius:11px!important;
    font-size:.72em!important;
    font-weight:900!important;
    box-shadow:0 4px 10px rgba(32,60,91,.05)!important;
}
.rds-horoscope-type-nav a b{
    display:block!important;
    color:inherit!important;
    font:inherit!important;
    font-weight:900!important;
    white-space:nowrap!important;
}
.rds-horoscope-type-nav a:hover{
    color:#315f8f!important;
    background:rgba(255,255,255,.72)!important;
    transform:translateY(-1px)!important;
}
.rds-horoscope-type-nav a[aria-current="page"]{
    color:#fff!important;
    background:linear-gradient(135deg,#315f8f,#774f6a)!important;
    box-shadow:0 8px 20px rgba(49,95,143,.22)!important;
}
.rds-horoscope-type-nav a[aria-current="page"] span{
    color:#fff!important;
    background:rgba(255,255,255,.16)!important;
    border-color:rgba(255,255,255,.2)!important;
    box-shadow:none!important;
}
html.rz_dark .rds-horoscope-type-nav,
body.rz_dark .rds-horoscope-type-nav,
.rz_dark .rds-horoscope-type-nav,
[data-theme="dark"] .rds-horoscope-type-nav{
    background:linear-gradient(180deg,#242b34,#1d232b)!important;
    border-color:rgba(255,255,255,.1)!important;
}
html.rz_dark .rds-horoscope-type-nav a,
body.rz_dark .rds-horoscope-type-nav a,
.rz_dark .rds-horoscope-type-nav a,
[data-theme="dark"] .rds-horoscope-type-nav a{color:#d8e2ec!important}
html.rz_dark .rds-horoscope-type-nav a span,
body.rz_dark .rds-horoscope-type-nav a span,
.rz_dark .rds-horoscope-type-nav a span,
[data-theme="dark"] .rds-horoscope-type-nav a span{
    color:#d8e2ec!important;
    background:rgba(255,255,255,.06)!important;
    border-color:rgba(255,255,255,.1)!important;
}
@media (max-width:720px){
    .rds-horoscope .rds-horoscope-type-nav,
    .rzp-hafez .rds-horoscope-type-nav,
    .rds-horoscope-type-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .rds-horoscope-type-nav a{min-height:50px!important;padding:.48rem .55rem!important}
}
@media (max-width:390px){
    .rds-horoscope-type-nav a{gap:.38rem!important;font-size:.72em!important}
    .rds-horoscope-type-nav a span{flex-basis:30px!important;width:30px!important;height:30px!important}
}


/* v2.7.3 — clean independent navigation cards */
.rds-horoscope .rds-horoscope-type-nav,
.rzp-hafez .rds-horoscope-type-nav,
.rds-horoscope-type-nav{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:.7rem!important;
    width:100%!important;
    margin:0 0 1.05rem!important;
    padding:0!important;
    overflow:visible!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}
.rds-horoscope .rds-horoscope-type-nav .rds-horoscope-type-nav__link,
.rzp-hafez .rds-horoscope-type-nav .rds-horoscope-type-nav__link,
.rds-horoscope-type-nav .rds-horoscope-type-nav__link{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:0!important;
    min-height:52px!important;
    margin:0!important;
    padding:.7rem .8rem!important;
    overflow:hidden!important;
    color:#294766!important;
    -webkit-text-fill-color:#294766!important;
    background:#fff!important;
    border:1px solid #dbe4ed!important;
    border-radius:14px!important;
    box-shadow:0 7px 20px rgba(31,57,84,.055)!important;
    text-decoration:none!important;
    text-indent:0!important;
    font-size:.78em!important;
    font-weight:900!important;
    line-height:1.35!important;
    transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease!important;
}
.rds-horoscope-type-nav .rds-horoscope-type-nav__link::before,
.rds-horoscope-type-nav .rds-horoscope-type-nav__link::after{
    content:none!important;
    display:none!important;
}
.rds-horoscope-type-nav .rds-horoscope-type-nav__label{
    display:block!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    color:inherit!important;
    -webkit-text-fill-color:inherit!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    font:inherit!important;
    font-weight:900!important;
    white-space:nowrap!important;
}
.rds-horoscope-type-nav .rds-horoscope-type-nav__link:hover{
    color:#315f8f!important;
    -webkit-text-fill-color:#315f8f!important;
    background:#f7fafc!important;
    border-color:#b9cad9!important;
    transform:translateY(-1px)!important;
    box-shadow:0 10px 24px rgba(31,57,84,.09)!important;
}
.rds-horoscope-type-nav .rds-horoscope-type-nav__link[aria-current="page"]{
    color:#704657!important;
    -webkit-text-fill-color:#704657!important;
    background:#faf4f6!important;
    border-color:#cfaeb9!important;
    box-shadow:0 8px 22px rgba(112,70,87,.1)!important;
}
.rds-horoscope-type-nav .rds-horoscope-type-nav__link[aria-current="page"]::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    right:50%!important;
    bottom:0!important;
    width:42px!important;
    height:3px!important;
    border-radius:4px 4px 0 0!important;
    background:#8d5b6e!important;
    transform:translateX(50%)!important;
}
.rds-horoscope-type-nav .rds-horoscope-type-nav__link[aria-current="page"] .rds-horoscope-type-nav__label{
    color:#704657!important;
    -webkit-text-fill-color:#704657!important;
}
html.rz_dark .rds-horoscope-type-nav .rds-horoscope-type-nav__link,
body.rz_dark .rds-horoscope-type-nav .rds-horoscope-type-nav__link,
.rz_dark .rds-horoscope-type-nav .rds-horoscope-type-nav__link,
[data-theme="dark"] .rds-horoscope-type-nav .rds-horoscope-type-nav__link{
    color:#dce5ee!important;
    -webkit-text-fill-color:#dce5ee!important;
    background:#242b33!important;
    border-color:rgba(255,255,255,.11)!important;
    box-shadow:0 8px 20px rgba(0,0,0,.16)!important;
}
html.rz_dark .rds-horoscope-type-nav .rds-horoscope-type-nav__link[aria-current="page"],
body.rz_dark .rds-horoscope-type-nav .rds-horoscope-type-nav__link[aria-current="page"],
.rz_dark .rds-horoscope-type-nav .rds-horoscope-type-nav__link[aria-current="page"],
[data-theme="dark"] .rds-horoscope-type-nav .rds-horoscope-type-nav__link[aria-current="page"]{
    color:#f0cbd7!important;
    -webkit-text-fill-color:#f0cbd7!important;
    background:#352a30!important;
    border-color:rgba(221,164,181,.32)!important;
}
html.rz_dark .rds-horoscope-type-nav .rds-horoscope-type-nav__link[aria-current="page"] .rds-horoscope-type-nav__label,
body.rz_dark .rds-horoscope-type-nav .rds-horoscope-type-nav__link[aria-current="page"] .rds-horoscope-type-nav__label,
.rz_dark .rds-horoscope-type-nav .rds-horoscope-type-nav__link[aria-current="page"] .rds-horoscope-type-nav__label,
[data-theme="dark"] .rds-horoscope-type-nav .rds-horoscope-type-nav__link[aria-current="page"] .rds-horoscope-type-nav__label{
    color:#f0cbd7!important;
    -webkit-text-fill-color:#f0cbd7!important;
}
@media (max-width:720px){
    .rds-horoscope .rds-horoscope-type-nav,
    .rzp-hafez .rds-horoscope-type-nav,
    .rds-horoscope-type-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.55rem!important}
    .rds-horoscope-type-nav .rds-horoscope-type-nav__link{min-height:48px!important;padding:.62rem .5rem!important}
}


/* v5.1.0 — فاصله‌گذاری کارت‌های رنگی «امروز در یک نگاه» و شبکه‌های خلاصه */
.rds-horoscope :is(.rds-horoscope-overview,.rds-horoscope-today-overview,.rds-horoscope-glance,.rds-horoscope-glance-grid,.rds-horoscope-summary-grid,.rds-horoscope-quick-summary,.rds-horoscope-daily-summary,.rds-horoscope-top-cards,[data-rds-horoscope-overview],[data-rds-horoscope-glance]){
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px!important;
    margin:18px 0 26px!important;
}
.rds-horoscope :is(.rds-horoscope-overview,.rds-horoscope-today-overview,.rds-horoscope-glance,.rds-horoscope-glance-grid,.rds-horoscope-summary-grid,.rds-horoscope-quick-summary,.rds-horoscope-daily-summary,.rds-horoscope-top-cards,[data-rds-horoscope-overview],[data-rds-horoscope-glance]) > *{
    min-width:0;
    margin:0!important;
}
.rds-horoscope :is(.rds-horoscope-overview-title,.rds-horoscope-glance-title,.rds-horoscope-summary-title,[data-rds-horoscope-overview-title]){
    margin:24px 0 12px!important;
}
.rds-horoscope-sections{gap:.85rem}
.rds-horoscope-grid{gap:1rem}
@media(max-width:820px){
    .rds-horoscope :is(.rds-horoscope-overview,.rds-horoscope-today-overview,.rds-horoscope-glance,.rds-horoscope-glance-grid,.rds-horoscope-summary-grid,.rds-horoscope-quick-summary,.rds-horoscope-daily-summary,.rds-horoscope-top-cards,[data-rds-horoscope-overview],[data-rds-horoscope-glance]){grid-template-columns:repeat(2,minmax(0,1fr));gap:14px!important}
}
@media(max-width:480px){
    .rds-horoscope :is(.rds-horoscope-overview,.rds-horoscope-today-overview,.rds-horoscope-glance,.rds-horoscope-glance-grid,.rds-horoscope-summary-grid,.rds-horoscope-quick-summary,.rds-horoscope-daily-summary,.rds-horoscope-top-cards,[data-rds-horoscope-overview],[data-rds-horoscope-glance]){grid-template-columns:1fr;gap:12px!important;margin-bottom:22px!important}
}


/* v5.3.0 — فاصله واقعی میان کارت‌های رنگی داخل هر فال روزانه */
.rds-horoscope .rds-horoscope-sections{column-gap:16px!important;row-gap:16px!important;margin-bottom:0!important}
.rds-horoscope .rds-horoscope-sections>section{margin:0!important}
.rds-horoscope .rds-horoscope-facts{margin-top:18px!important;column-gap:12px!important;row-gap:12px!important}
@media(max-width:720px){.rds-horoscope .rds-horoscope-sections{gap:14px!important}.rds-horoscope .rds-horoscope-facts{margin-top:15px!important;gap:11px!important}}

/* v5.4.0 — تثبیت نهایی فاصله کارت‌های رنگی داخل محتوای فال */
body .rds-horoscope .rds-horoscope-sections{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
    margin:16px 0 0!important;
}
body .rds-horoscope .rds-horoscope-sections>section{
    min-height:100%!important;
    margin:0!important;
    padding:15px!important;
}
body .rds-horoscope .rds-horoscope-facts{
    display:grid!important;
    grid-template-columns:1.35fr repeat(3,minmax(0,1fr))!important;
    gap:14px!important;
    margin-top:20px!important;
}
body .rds-horoscope .rds-horoscope-facts>div{margin:0!important;padding:12px 10px!important}
@media(max-width:720px){
    body .rds-horoscope .rds-horoscope-sections{grid-template-columns:1fr!important;gap:14px!important}
    body .rds-horoscope .rds-horoscope-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
    body .rds-horoscope .rds-horoscope-facts>div:first-child{grid-column:1/-1!important}
}

/* v5.12.5: direct birth-month anchors stay visible below the site header. */
.rds-horoscope-card{scroll-margin-top:120px}@media(max-width:760px){.rds-horoscope-card{scroll-margin-top:92px}}
