/* Blog-only visual layer. It is loaded exclusively by blog.html. */
.blog-page {
    background: linear-gradient(180deg, #eee8f8 0%, #f4effb 48%, #ebe3f5 100%);
    color: #3d2b4f;
}

.blog-page .bg-glow-1,
.blog-page .bg-glow-2 {
    opacity: 0.16;
}

.blog-page .site-topbar {
    background: rgba(61, 43, 79, 0.97);
}

.blog-page .page-main {
    max-width: 1180px;
    padding-top: 10rem !important;
}

.blog-page .page-main > section:first-child {
    max-width: 760px;
    margin: 0 auto 3rem !important;
    text-align: center;
}

.blog-page .blog-welcome {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    max-width: 920px !important;
    margin: 0 auto 2.5rem !important;
    padding: clamp(2.4rem, 6vw, 4.8rem) clamp(1.3rem, 6vw, 5rem);
    border: 1px solid rgba(108, 73, 139, 0.2);
    border-radius: 2rem;
    background: radial-gradient(circle at 12% 18%, rgba(168, 85, 247, 0.2), transparent 15rem), radial-gradient(circle at 88% 8%, rgba(230, 169, 114, 0.16), transparent 13rem), linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(232, 222, 248, 0.78));
    box-shadow: 0 22px 55px rgba(61, 43, 79, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.blog-page .blog-welcome::before,
.blog-page .blog-welcome::after {
    position: absolute;
    z-index: -1;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 12px 3px rgba(168, 85, 247, 0.42);
    content: '';
}

.blog-page .blog-welcome::before {
    top: 22%;
    left: 12%;
}

.blog-page .blog-welcome::after {
    right: 15%;
    bottom: 21%;
    width: 0.25rem;
    height: 0.25rem;
    box-shadow: 0 0 10px 3px rgba(230, 169, 114, 0.44);
}

.blog-page .eyebrow {
    color: #3d2b4f;
}

.blog-page .page-title {
    margin: 0.8rem 0 1rem;
    color: #3d2b4f;
    font-family: 'League Spartan', sans-serif;
    font-size: clamp(3rem, 7vw, 5.8rem);
    line-height: 0.92;
}

.blog-page .lead {
    color: rgba(61, 43, 79, 0.74);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
}

.blog-page .hero-post {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
    min-height: 29rem !important;
    margin: 0 auto 2rem !important;
    border: 1px solid #e8def8;
    border-radius: 1.4rem !important;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(61, 43, 79, 0.14);
}

.blog-page .hero-post > div:first-child {
    min-height: 29rem !important;
    background: linear-gradient(135deg, rgba(61, 43, 79, 0.22), rgba(232, 222, 248, 0.12)), url('../assets/carta astral entrada.jpeg') center / cover !important;
}

.blog-page .hero-post > div:last-child {
    padding: clamp(2rem, 5vw, 4rem) !important;
    background: #ffffff;
}

.blog-page .hero-post .module-kicker {
    color: #3d2b4f;
}

.blog-page .hero-post h2 {
    color: #3d2b4f !important;
    font-family: 'League Spartan', sans-serif;
    font-size: clamp(2.2rem, 4.5vw, 4rem) !important;
    letter-spacing: -0.04em !important;
}

.blog-page .hero-post p {
    color: rgba(61, 43, 79, 0.75) !important;
    font-family: 'Montserrat', sans-serif;
}

.blog-page .hero-post .site-button {
    color: #ffffff;
    background: #3d2b4f;
}

.blog-page .category-bar {
    position: relative;
    display: flex !important;
    align-items: center;
    overflow: visible !important;
    justify-content: center;
    margin: 0 auto 1.6rem;
    padding: 0.8rem 0 1.2rem !important;
}

.category-scroll-track {
    display: flex;
    min-width: 0;
    gap: 0.6rem;
    overflow-x: auto;
    padding: 0 0.35rem;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.category-scroll-track::-webkit-scrollbar {
    display: none;
}

.category-scroll-arrow {
    position: relative;
    z-index: 2;
    top: auto;
    flex: 0 0 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    border: 1px solid rgba(108, 73, 139, 0.26);
    border-radius: 50%;
    color: #3d2b4f;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 6px 16px rgba(61, 43, 79, 0.12);
    cursor: pointer;
    font-size: 1.65rem;
    line-height: 1;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.category-scroll-arrow:hover:not(:disabled),
.category-scroll-arrow:focus-visible:not(:disabled) {
    color: #ffffff;
    background: #5d3978;
    outline: none;
    transform: scale(1.06);
}

.category-scroll-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.category-scroll-prev {
    margin-right: 0.65rem;
}

.category-scroll-next {
    margin-left: 0.65rem;
}

.blog-page .category-chip {
    border: 1px solid #e8def8 !important;
    color: #3d2b4f !important;
    background: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-page .category-chip:hover,
.blog-page .category-chip:focus-visible,
.blog-page .category-chip.is-active {
    border-color: #3d2b4f !important;
    color: #ffffff !important;
    background: #3d2b4f !important;
    box-shadow: 0 8px 18px rgba(61, 43, 79, 0.16);
    outline: none;
    transform: translateY(-2px);
}

.blog-page .horoscope-section {
    margin: 1.5rem auto 4rem !important;
    border: 1px solid rgba(214, 199, 247, 0.2);
    border-radius: 1.6rem !important;
    background: linear-gradient(145deg, rgba(56, 34, 76, 0.94), rgba(24, 14, 31, 0.9));
    box-shadow: 0 20px 50px rgba(12, 7, 19, 0.2);
}

.blog-page #articulos {
    padding-bottom: 3rem !important;
}

.blog-page #articulos > div {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.25rem !important;
}

.blog-page #articulos .article-card {
    display: flex;
    min-height: 28rem;
    flex-direction: column;
    overflow: hidden !important;
    border: 1px solid #e8def8;
    border-radius: 1.2rem !important;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(61, 43, 79, 0.1);
    transition: opacity 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.blog-page #articulos .article-card:hover {
    box-shadow: 0 20px 38px rgba(61, 43, 79, 0.17);
    transform: translateY(-5px);
}

.blog-page #articulos .article-card.is-blog-hidden {
    display: none !important;
}

.blog-page #articulos .article-card > div:first-child {
    flex: 0 0 12rem;
    height: 12rem !important;
    background-position: center !important;
    background-size: cover !important;
    transition: transform 0.45s ease;
}

.blog-page #articulos .article-card:hover > div:first-child {
    transform: scale(1.04);
}

.blog-page #articulos .article-card > div:last-child {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.35rem !important;
}

.blog-page #articulos .article-card small {
    color: #3d2b4f !important;
    font-family: 'Montserrat', sans-serif;
}

.blog-page #articulos .article-card h3 {
    color: #3d2b4f !important;
    font-family: 'League Spartan', sans-serif;
    font-size: 1.45rem !important;
}

.blog-page #articulos .article-card p {
    color: rgba(61, 43, 79, 0.72) !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7 !important;
}

.blog-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.7rem;
    margin-top: auto;
    padding-top: 1rem;
    color: rgba(61, 43, 79, 0.58);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
}

.blog-article-link {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 0.9rem;
    color: #3d2b4f;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.22em;
}

@media (max-width: 800px) {
    .blog-page .hero-post {
        grid-template-columns: 1fr !important;
    }

    .blog-page .hero-post > div:first-child {
        min-height: 19rem !important;
    }

    .blog-page #articulos > div {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 560px) {
    .blog-page .page-main {
        padding-top: 8.5rem !important;
    }

    .blog-page .category-bar {
        justify-content: flex-start;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .blog-page #articulos > div {
        grid-template-columns: 1fr !important;
    }
}

.blog-brand-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(108, 73, 139, 0.22);
    border-radius: 999px;
    color: #3d2b4f;
    background: rgba(255, 255, 255, 0.62);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.blog-page .blog-welcome .lead {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.blog-page .category-chip[hidden] {
    display: none;
}

.blog-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1.25rem;
}

.blog-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    min-height: 2.65rem;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(108, 73, 139, 0.24);
    border-radius: 0.85rem;
    color: #4d3564;
    background: linear-gradient(145deg, #ffffff, #f5effb);
    box-shadow: 0 6px 16px rgba(61, 43, 79, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-action-symbol {
    display: inline-grid;
    width: 1.15rem;
    height: 1.15rem;
    place-items: center;
    flex: 0 0 1.15rem;
    font-family: 'Segoe UI Symbol', 'Noto Sans Symbols', sans-serif;
    font-size: 1.05rem;
    line-height: 1;
    transform: translateY(-0.02rem);
}

.blog-action-icon {
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    transition: transform 0.2s ease;
}

.blog-action:hover .blog-action-icon,
.blog-action:focus-visible .blog-action-icon {
    transform: scale(1.08) rotate(-4deg);
}

.blog-action-link-icon {
    font-size: 1.2rem;
}

.blog-action b {
    font-weight: 700;
}

.blog-hero-favorite {
    width: 2.65rem;
    min-width: 2.65rem;
    padding: 0;
}

.blog-hero-favorite b {
    display: none;
}

.blog-action:hover,
.blog-action:focus-visible,
.blog-action.is-liked,
.blog-action.is-saved {
    border-color: #6f3f91;
    color: #ffffff;
    background: linear-gradient(135deg, #4d2868, #7a4b98);
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(77, 40, 104, 0.24), 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.blog-action.is-liked,
.blog-action.is-saved {
    color: #5a2f75;
    background: linear-gradient(145deg, #f2e5ff, #e4d2f5);
    box-shadow: 0 8px 18px rgba(108, 63, 145, 0.16);
}

.blog-action.is-liked .blog-action-symbol {
    color: #c13f77;
}

.blog-action-whatsapp {
    border-color: rgba(37, 148, 94, 0.3);
}

.blog-action-whatsapp:hover,
.blog-action-whatsapp:focus-visible {
    border-color: #25945e;
    background: linear-gradient(135deg, #17633f, #279d67);
    box-shadow: 0 10px 22px rgba(37, 148, 94, 0.22), 0 0 0 3px rgba(37, 148, 94, 0.1);
}

.blog-action-whatsapp .blog-action-icon {
    stroke-width: 1.55;
}

.blog-reader {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    background: rgba(29, 13, 46, 0.68);
}

.blog-reader.is-open {
    display: block;
    animation: blog-reader-fade 0.25s ease both;
}

.blog-reader-progress {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 0.3rem;
    background: rgba(232, 222, 248, 0.32);
}

.blog-reader-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: #e8def8;
    transition: width 0.1s linear;
}

.blog-reader-shell {
    height: 100%;
    overflow-y: auto;
    padding: 4.8rem 1.2rem 3rem;
    background: #f1f5f9;
}

.blog-reader-close {
    position: fixed;
    top: 1.2rem;
    right: 1.4rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.6rem;
    padding: 0.65rem 0.9rem;
    border: 1px solid #e8def8;
    border-radius: 999px;
    color: #3d2b4f;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(61, 43, 79, 0.12);
}

.blog-reader-article {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(1.5rem, 5vw, 4.5rem);
    border: 1px solid #e8def8;
    border-radius: 1.4rem;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(61, 43, 79, 0.12);
}

.blog-reader-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.8rem;
    color: #3d2b4f;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.blog-reader-title,
.blog-reader-article h2 {
    margin: 1rem 0;
    color: #3d2b4f;
    font-family: 'League Spartan', sans-serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    line-height: 0.96;
}

.blog-reader-excerpt {
    margin: 0 0 2rem;
    color: rgba(61, 43, 79, 0.7);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    line-height: 1.75;
}

.blog-reader-body {
    color: rgba(61, 43, 79, 0.86);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
}

.blog-reader-body p {
    margin: 0 0 1.45rem;
}

.blog-reader-cover {
    display: block;
    width: min(100%, 34rem);
    margin: 2rem auto 0;
    border-radius: 1.25rem;
    box-shadow: 0 18px 45px rgba(12, 7, 19, 0.35);
}

.blog-reader-signature {
    margin: 2.5rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid #e8def8;
    color: rgba(61, 43, 79, 0.7);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
}

.blog-reader-signature strong {
    color: #3d2b4f;
    font-family: 'League Spartan', sans-serif;
    font-size: 1.4rem;
}

.blog-reader-actions {
    margin-top: 1.5rem;
}

.blog-toast {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 120;
    max-width: min(24rem, calc(100vw - 2.4rem));
    padding: 0.85rem 1rem;
    border: 1px solid #e8def8;
    border-radius: 0.8rem;
    color: #ffffff;
    background: #3d2b4f;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.6rem);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.blog-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.blog-reader-active {
    overflow: hidden;
}

@keyframes blog-reader-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 560px) {
    .blog-actions {
        gap: 0.5rem;
    }

    .blog-action {
        min-width: 2.75rem;
        min-height: 2.75rem;
        padding: 0.62rem;
        border-radius: 0.8rem;
    }

    .blog-action-symbol {
        width: 1.25rem;
        height: 1.25rem;
        flex-basis: 1.25rem;
        font-size: 1.12rem;
    }

    .blog-action-icon {
        width: 1.25rem;
        height: 1.25rem;
    }

    .blog-action b {
        display: none;
    }

    .blog-reader-close span {
        display: none;
    }

    .blog-reader-article {
        padding: 1.35rem;
    }
}

.blog-menu-favorites-button {
    color: var(--text);
}

.blog-favorites-panel {
    position: fixed;
    top: 6.4rem;
    right: 1rem;
    z-index: 70;
    width: min(22rem, calc(100vw - 2rem));
    padding: 1rem;
    border: 1px solid #e8def8;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(29, 13, 46, 0.2);
}

.blog-favorites-panel[hidden] {
    display: none;
}

.blog-favorites-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #e8def8;
    color: #3d2b4f;
    font-family: 'League Spartan', sans-serif;
    font-size: 1.2rem;
}

.blog-favorites-panel-heading button {
    border: 0;
    color: #3d2b4f;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
}

.blog-favorites-list {
    display: grid;
    gap: 0.45rem;
    max-height: 18rem;
    overflow-y: auto;
    padding-top: 0.7rem;
}

.blog-favorite-entry {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0.65rem;
    border: 1px solid transparent;
    border-radius: 0.65rem;
    color: #3d2b4f;
    background: #f1f5f9;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.blog-favorite-entry:hover,
.blog-favorite-entry:focus-visible {
    border-color: #e8def8;
    background: #e8def8;
    outline: none;
}

.blog-favorite-entry-icon {
    color: #3d2b4f;
    font-size: 1rem;
}

.blog-favorites-empty {
    margin: 0;
    color: rgba(61, 43, 79, 0.65);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    line-height: 1.5;
}

.blog-user-favorite-entry {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0.7rem 0;
    border: 0;
    border-bottom: 1px solid #e8def8;
    color: #3d2b4f;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.blog-user-favorite-entry:hover,
.blog-user-favorite-entry:focus-visible {
    color: #3d2b4f;
    background: #e8def8;
    outline: none;
}

.blog-user-favorite-entry span {
    color: #3d2b4f;
}

    .horoscope-carousel-controls {
        gap: 0.35rem;
    }


.horoscope-carousel-section {
    width: min(1180px, calc(100% - 2rem));
    margin: 3rem auto 4rem !important;
    padding: 2rem 1.5rem !important;
}

.horoscope-carousel-shell {
    max-width: 1120px;
    margin: 0 auto;
}

.horoscope-carousel-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.horoscope-carousel-heading h2 {
    margin: 0.55rem 0 0;
    color: var(--text);
    font-family: 'League Spartan', sans-serif;
    font-size: clamp(1.9rem, 4vw, 3rem);
}

.horoscope-carousel-heading p {
    max-width: 25rem;
    margin: 0;
    color: rgba(254, 247, 241, 0.74);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
}

.horoscope-carousel-controls {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.horoscope-carousel-arrow {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(232, 222, 248, 0.35);
    border-radius: 50%;
    color: var(--amber-200);
    background: rgba(255, 255, 255, 0.06);
    font-size: 1.25rem;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.horoscope-carousel-arrow:hover,
.horoscope-carousel-arrow:focus-visible {
    color: #3d2b4f;
    background: var(--amber-200);
    outline: none;
    transform: scale(1.05);
}

.horoscope-carousel-viewport {
    min-width: 0;
    overflow-x: auto;
    padding: 0.5rem 0.1rem 1rem;
    scroll-behavior: smooth;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-x;
}

.horoscope-carousel-viewport::-webkit-scrollbar {
    display: none;
}

.horoscope-carousel-viewport.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.horoscope-carousel-track {
    display: flex;
    gap: 0.8rem;
}

.horoscope-sign-card {
    display: flex;
    min-width: 0;
    flex: 0 0 calc((100% - 3.2rem) / 5);
    min-height: 10rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid rgba(232, 222, 248, 0.18);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.horoscope-sign-card:hover,
.horoscope-sign-card:focus-within,
.horoscope-sign-card.is-selected {
    border-color: var(--amber-300);
    background: rgba(245, 185, 66, 0.14);
    transform: translateY(-3px);
}

.horoscope-sign-card .horoscope-sign-symbol {
    color: var(--amber-200);
    font-size: 2.3rem;
    line-height: 1;
}

.horoscope-sign-card h3 {
    margin: 0.7rem 0 0.25rem;
    color: var(--text);
    font-family: 'League Spartan', sans-serif;
    font-size: 1.35rem;
}

.horoscope-sign-card p {
    margin: 0;
    color: rgba(254, 247, 241, 0.65);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
}

.horoscope-sign-card .blog-actions {
    display: none;
}

.horoscope-details {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.3rem;
    margin-top: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(232, 222, 248, 0.22);
    border-left: 3px solid var(--amber-300);
    border-radius: 1rem;
    background: rgba(18, 13, 25, 0.5);
    animation: horoscope-details-in 0.3s ease both;
}

.horoscope-details::before {
    content: '';
    position: absolute;
    width: 0.55rem;
    height: 0.55rem;
    margin: -1.8rem 0 0 1.5rem;
    border-top: 1px solid var(--amber-300);
    border-left: 1px solid var(--amber-300);
    background: rgba(18, 13, 25, 0.92);
    transform: rotate(45deg);
}

.horoscope-details[hidden] {
    display: none;
}

.horoscope-details-symbol {
    display: grid;
    width: 4.5rem;
    height: 4.5rem;
    place-items: center;
    border-radius: 50%;
    color: var(--amber-200);
    background: rgba(245, 185, 66, 0.14);
    font-size: 2.5rem;
}

.horoscope-details-label {
    color: var(--amber-300);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.horoscope-details h3 {
    margin: 0.25rem 0 0.1rem;
    color: var(--text);
    font-family: 'League Spartan', sans-serif;
    font-size: 2rem;
}

.horoscope-details p {
    margin: 0.35rem 0 0;
    color: rgba(254, 247, 241, 0.78);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
}

.horoscope-details-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.8rem;
}

.horoscope-details-facts span {
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(232, 222, 248, 0.22);
    border-radius: 999px;
    color: var(--amber-200);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
}

@keyframes horoscope-details-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
    .horoscope-sign-card {
        flex-basis: calc((100% - 1.6rem) / 3);
    }

    .horoscope-carousel-heading {
        align-items: start;
        flex-direction: column;
        gap: 0.8rem;
    }
}

@media (max-width: 560px) {
    .horoscope-carousel-section {
        width: calc(100% - 2rem);
        padding: 1.3rem 0.9rem !important;
    }

    .horoscope-sign-card {
        flex-basis: calc((100% - 0.8rem) / 2);
    }

    .horoscope-details {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .blog-favorites-panel {
        top: 7rem;
        right: 0.8rem;
    }
}
