/*
Theme Name:  NewsTwenty Child
Template:    newsup
Description: Child theme of Newsup/NewsTwenty for Esoteric Universe
Version:     1.5.0
*/

/* ── Compact header ─────────────────────────────────────────────────────── */

.mg-nav-widget-area-back .inner {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.mg-nav-widget-area .row {
    align-items: center;
}

.site-logo img,
.custom-logo {
    max-height: 48px;
    width: auto;
}

.site-title {
    font-size: 1.3rem !important;
    margin: 0 !important;
}

.site-description {
    display: none;
}

.navbar-wp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mg-headwidget .navbar-wp .navbar-nav > li > a {
    padding: 10px 12px !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0.02em;
    font-family: 'DM Sans', sans-serif !important;
}

.mg-headwidget .navbar-wp .navbar-nav.nav {
    padding: 0 !important;
}

/* ── Front-page layout ──────────────────────────────────────────────────── */

.fp-section {
    padding: 60px 0;
    border-bottom: 1px solid #f0f0f0;
}

.fp-section-alt {
    background-color: #fafafa;
}

.fp-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.fp-section-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1a1a1a;
}

.fp-section-subtitle {
    color: #777;
    font-size: 0.95rem;
    margin-bottom: 32px;
}

/* ── Post grid ──────────────────────────────────────────────────────────── */

.fp-post-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.fp-post-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
    .fp-post-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Post card ──────────────────────────────────────────────────────────── */

.fp-post-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s, transform 0.2s;
}

.fp-post-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.10);
    transform: translateY(-3px);
    text-decoration: none;
}

.fp-card-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f0f0f0;
}

.fp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.fp-post-card:hover .fp-card-img img {
    transform: scale(1.04);
}

.fp-card-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fp-card-body h3 {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.4;
    color: #1a1a1a;
}

.fp-card-body p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* ── Compact card (Angel Numbers) ──────────────────────────────────────── */

.fp-post-grid--compact {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.fp-post-card--compact .fp-card-img {
    aspect-ratio: 1 / 1;
}

.fp-post-card--compact .fp-card-body {
    padding: 12px;
}

.fp-post-card--compact .fp-card-body h3 {
    font-size: 0.85rem;
    margin: 0;
    text-align: center;
}

/* ── Horoscope grid (wider cards) ──────────────────────────────────────── */

.fp-post-grid--horoscope {
    grid-template-columns: repeat(4, 1fr);
}

/* ── Section footer link ────────────────────────────────────────────────── */

.fp-section-link {
    margin-top: 32px;
    text-align: center;
}

.fp-section-link a {
    display: inline-block;
    padding: 10px 24px;
    border: 1.5px solid #1a1a1a;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.fp-section-link a:hover {
    background: #1a1a1a;
    color: #fff;
}

/* ── Featured image centering (single post only) ────────────────────────── */

body.single .single-featured-image,
body.single .wp-post-image {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 75% !important;
    height: auto !important;
}

/* ── Mobile ─────────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .fp-post-grid--horoscope,
    .fp-post-grid--compact { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .mg-headwidget .mg-head-detail {
        display: none;
    }
    .fp-section {
        padding: 36px 0;
    }
    .fp-post-grid,
    .fp-post-grid--horoscope { grid-template-columns: 1fr; }
    .fp-post-grid--compact { grid-template-columns: repeat(2, 1fr); }
}


/* ── Breadcrumbs ─────────────────────────────────────────────────────────── */

.esoterika-breadcrumbs {
    font-size: 13px;
    color: #666;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.esoterika-breadcrumbs a {
    color: #666;
    text-decoration: none;
}
.esoterika-breadcrumbs a:hover {
    color: #222;
    text-decoration: underline;
}
.esoterika-breadcrumbs .breadcrumb-sep {
    margin: 0 4px;
    color: #bbb;
}

/* ── Related posts ───────────────────────────────────────────────────────── */

.esoterika-related {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #eee;
}
.esoterika-related h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
    font-weight: 600;
}
.esoterika-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.esoterika-related-card {
    display: block;
    color: inherit;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}
.esoterika-related-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transform: translateY(-2px);
    text-decoration: none;
}
.esoterika-related-thumb img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.esoterika-related-title {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}
@media (max-width: 768px) {
    .esoterika-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .esoterika-related-grid { grid-template-columns: 1fr; }
}
