/* ===== Cab Services — Single post (Astra) — Groupe Keïta design ===== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@300;400;500;600&display=swap');

/* ── Article header ── */
.single .entry-header {
    border-top: 3px solid #C9A84C;
    padding-top: 2em;
    margin-bottom: 1.8em;
}

/* ── Post title ── */
.single .entry-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    color: #1C1C1C;
    line-height: 1.25;
    letter-spacing: 0.3px;
    margin-bottom: 0.5em;
}

/* ── Post meta ── */
.single .entry-meta {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #999;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.single .entry-meta a {
    color: #C9A84C;
    text-decoration: none;
}

/* ── Body typography ── */
.single .entry-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 1.9;
}

/* ── Headings dans le contenu ── */
.single .entry-content h1,
.single .entry-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 600;
    color: #1C1C1C;
    border-left: 3px solid #C9A84C;
    padding-left: 16px;
    margin: 2em 0 0.8em;
    line-height: 1.3;
}
.single .entry-content h3,
.single .entry-content h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(17px, 2.5vw, 22px);
    font-weight: 500;
    color: #1C1C1C;
    margin: 1.5em 0 0.6em;
}

/* ── Paragraphes ── */
.single .entry-content p {
    margin-bottom: 1.4em;
}

/* ── Listes ── */
.single .entry-content ul,
.single .entry-content ol {
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    line-height: 2;
    padding-left: 1.5em;
}
.single .entry-content ul li::marker {
    color: #C9A84C;
}

/* ── Strong / em ── */
.single .entry-content strong {
    color: #1C1C1C;
    font-weight: 600;
}

/* ── CTA links dans le contenu ── */
.single .entry-content a {
    color: #C9A84C;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}
.single .entry-content a:hover {
    color: #b5933c;
}

/* ── Post navigation ── */
.ast-post-nav {
    border-top: 1px solid #e8e3d8;
    padding-top: 2em;
    margin-top: 3em;
}
.ast-post-nav .nav-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #999;
}
.ast-post-nav .ast-left-arrow a,
.ast-post-nav .ast-right-arrow a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    color: #1C1C1C;
    text-decoration: none;
}
.ast-post-nav a:hover {
    color: #C9A84C;
}

/* ── Featured image ── */
.single .ast-single-post-featured-section img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 2em;
}

/* ===== fin single-custom.css ===== */