/* ============================================================
   SINGLE.CSS - Gaya Khusus untuk Single Post (Artikel)
   Elegan & Mewah dengan Aksen Emas
   ============================================================ */

/* ===== POST HERO ===== */
.single-post-main .post-hero {
    padding: 60px 0 50px;
    background: linear-gradient(180deg, #1a2a33 0%, #1e2a36 100%);
    position: relative;
    overflow: hidden;
}
.single-post-main .post-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.single-post-main .post-hero-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Kategori */
.single-post-main .post-category {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 4px 16px;
    border-radius: 30px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    margin-bottom: 20px;
}
.single-post-main .post-category a {
    color: #d4af37;
}
.single-post-main .post-category a:hover {
    color: #f5e5b0;
}

/* Judul */
.single-post-main .post-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 24px;
}
.single-post-main .post-hero-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: linear-gradient(90deg, #d4af37, #f5e5b0);
    border-radius: 4px;
}

/* Meta Info */
.single-post-main .post-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 30px;
}
.single-post-main .post-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.single-post-main .post-meta svg {
    stroke: rgba(212, 175, 55, 0.7);
    flex-shrink: 0;
}
.single-post-main .post-meta-separator {
    opacity: 0.3;
}

/* Featured Image */
.single-post-main .post-featured-image {
    margin-top: 20px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.single-post-main .post-featured-image .featured-image {
    width: 100%;
    height: auto;
    display: block;
}
.single-post-main .featured-caption {
    margin-top: 10px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-style: italic;
}

/* ===== CONTENT WRAPPER ===== */
.single-post-main .post-content-wrapper {
    padding: 60px 0 80px;
    background: #fcfaf7;
}
.single-post-main .post-content-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 50px;
    align-items: start;
}

/* ===== MAIN CONTENT ===== */
.single-post-main .post-content {
    font-size: 1.08rem;
    line-height: 1.9;
    color: #2c3e50;
}
.single-post-main .post-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e2a36;
    margin-top: 48px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(212, 175, 55, 0.2);
    position: relative;
}
.single-post-main .post-content h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #d4af37;
}
.single-post-main .post-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #1e2a36;
    margin-top: 32px;
    margin-bottom: 12px;
}
.single-post-main .post-content h4 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1e2a36;
    margin-top: 24px;
    margin-bottom: 10px;
}
.single-post-main .post-content p {
    margin-bottom: 1.2rem;
}
.single-post-main .post-content ul,
.single-post-main .post-content ol {
    padding-left: 24px;
    margin-bottom: 1.2rem;
}
.single-post-main .post-content ul li,
.single-post-main .post-content ol li {
    margin-bottom: 6px;
}
.single-post-main .post-content ul li::marker {
    color: #d4af37;
}
.single-post-main .post-content blockquote {
    margin: 32px 0;
    padding: 24px 32px;
    background: #ffffff;
    border-left: 4px solid #d4af37;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    font-style: italic;
    color: #1e2a36;
    position: relative;
}
.single-post-main .post-content blockquote::before {
    content: '"';
    font-size: 4rem;
    font-family: 'Playfair Display', serif;
    color: #d4af37;
    position: absolute;
    top: -10px;
    left: 16px;
    opacity: 0.3;
    line-height: 1;
}
.single-post-main .post-content blockquote p:last-child {
    margin-bottom: 0;
}
.single-post-main .post-content img {
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    margin: 24px 0;
}
.single-post-main .post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
}
.single-post-main .post-content table th {
    background: linear-gradient(135deg, #1e2a36, #2d4b5a);
    color: #fff;
    padding: 14px 18px;
    text-align: left;
    font-weight: 600;
}
.single-post-main .post-content table td {
    padding: 12px 18px;
    border-bottom: 1px solid #eae6e0;
}
.single-post-main .post-content table tr:last-child td {
    border-bottom: none;
}
.single-post-main .post-content table tr:hover td {
    background: rgba(212, 175, 55, 0.02);
}

/* ===== POST TAGS ===== */
.single-post-main .post-tags {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #eae6e0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.single-post-main .post-tags .tags-label {
    font-weight: 600;
    color: #1e2a36;
    margin-right: 4px;
}
.single-post-main .post-tags a {
    display: inline-block;
    padding: 4px 14px;
    background: #ffffff;
    color: #2c3e50;
    border-radius: 20px;
    font-size: 0.85rem;
    border: 1px solid #eae6e0;
    transition: all 0.3s ease;
}
.single-post-main .post-tags a:hover {
    background: #d4af37;
    color: #fff;
    border-color: #d4af37;
}

/* ===== PAGINATION (multi-page) ===== */
.single-post-main .post-pages {
    margin-top: 32px;
    padding: 16px 0;
    border-top: 1px solid #eae6e0;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.single-post-main .post-pages .pages-label {
    font-weight: 600;
    color: #1e2a36;
}
.single-post-main .post-pages .page-link {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #eae6e0;
    color: #2c3e50;
    transition: all 0.3s ease;
}
.single-post-main .post-pages .page-link:hover,
.single-post-main .post-pages .page-link.current {
    background: #d4af37;
    color: #fff;
    border-color: #d4af37;
}

/* ============================================================
   SIDEBAR (Unified: fallback + widget admin)
   ============================================================ */
.single-post-main .post-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Base style — berlaku untuk .sidebar-widget (fallback) DAN .widget (admin) */
.single-post-main .post-sidebar .sidebar-widget,
.single-post-main .post-sidebar .widget {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
    border: 1px solid #ede8e0;
    margin: 0;
}

/* Widget title — serif emas dengan aksen underline */
.single-post-main .post-sidebar .sidebar-widget .widget-title,
.single-post-main .post-sidebar .widget .widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e2a36;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
    position: relative;
    display: block;
}

.single-post-main .post-sidebar .sidebar-widget .widget-title::after,
.single-post-main .post-sidebar .widget .widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #d4af37;
}

/* ============================================================
   CUSTOM WIDGET: CTA (blancong-cta-widget)
   ============================================================ */
.single-post-main .post-sidebar .blancong-cta-widget p {
    font-size: 0.95rem;
    color: #5a6a7a;
    margin: 0 0 16px;
    line-height: 1.6;
}

.single-post-main .post-sidebar .blancong-cta-widget .btn-block {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 14px 20px;
}

.single-post-main .post-sidebar .blancong-cta-widget .btn-block:last-child {
    margin-bottom: 0;
}

/* ============================================================
   CUSTOM WIDGET: TOC (blancong-toc-widget)
   ============================================================ */
.single-post-main .post-sidebar .blancong-toc-widget .toc-content {
    max-height: 400px;
    overflow-y: auto;
}

.single-post-main .post-sidebar .blancong-toc-widget .toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-post-main .post-sidebar .blancong-toc-widget .toc-list li {
    padding: 6px 0;
    border-bottom: 1px solid #f0ece6;
}

.single-post-main .post-sidebar .blancong-toc-widget .toc-list li:last-child {
    border-bottom: none;
}

.single-post-main .post-sidebar .blancong-toc-widget .toc-list a {
    color: #2c3e50;
    font-size: 0.95rem;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.single-post-main .post-sidebar .blancong-toc-widget .toc-list a:hover {
    color: #d4af37;
    padding-left: 4px;
}

/* ============================================================
   CUSTOM WIDGET: SERVICES (blancong-services-widget)
   ============================================================ */
.single-post-main .post-sidebar .blancong-services-widget .services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-post-main .post-sidebar .blancong-services-widget .services-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0ece6;
}

.single-post-main .post-sidebar .blancong-services-widget .services-list li:last-child {
    border-bottom: none;
}

.single-post-main .post-sidebar .blancong-services-widget .services-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.single-post-main .post-sidebar .blancong-services-widget .services-list a:hover {
    color: #d4af37;
}

.single-post-main .post-sidebar .blancong-services-widget .service-icon {
    display: inline-block;
    width: 28px;
    text-align: center;
    font-size: 1.1rem;
}

/* ============================================================
   FALLBACK CLASSES (untuk hardcoded sidebar)
   ============================================================ */
.single-post-main .post-sidebar .toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-post-main .post-sidebar .toc-list li {
    padding: 6px 0;
    border-bottom: 1px solid #f0ece6;
}
.single-post-main .post-sidebar .toc-list li:last-child {
    border-bottom: none;
}
.single-post-main .post-sidebar .toc-list a {
    color: #2c3e50;
    font-size: 0.95rem;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}
.single-post-main .post-sidebar .toc-list a:hover {
    color: #d4af37;
    padding-left: 4px;
}
.single-post-main .post-sidebar .toc-empty {
    color: #8a9aa8;
    font-style: italic;
    font-size: 0.95rem;
}

.single-post-main .post-sidebar .contact-widget p {
    font-size: 0.95rem;
    color: #5a6a7a;
    margin-bottom: 16px;
}
.single-post-main .post-sidebar .contact-widget .btn-block {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 14px 20px;
}

.single-post-main .post-sidebar .services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-post-main .post-sidebar .services-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0ece6;
}
.single-post-main .post-sidebar .services-list li:last-child {
    border-bottom: none;
}
.single-post-main .post-sidebar .services-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2c3e50;
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.3s ease;
}
.single-post-main .post-sidebar .services-list a:hover {
    color: #d4af37;
}
.single-post-main .post-sidebar .services-list .service-icon {
    display: inline-block;
    width: 28px;
    text-align: center;
    font-size: 1.1rem;
}

/* ===== RELATED POSTS ===== */
.single-post-main .related-posts {
    padding: 60px 0 70px;
    background: #ffffff;
}
.single-post-main .related-posts .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
}
.single-post-main .related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}
.single-post-main .related-item {
    background: #fcfaf7;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid #ede8e0;
}
.single-post-main .related-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.08);
    border-color: rgba(212, 175, 55, 0.15);
}
.single-post-main .related-thumb {
    display: block;
    overflow: hidden;
}
.single-post-main .related-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.single-post-main .related-item:hover .related-thumb img {
    transform: scale(1.03);
}
.single-post-main .related-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 16px 20px 6px;
}
.single-post-main .related-title a {
    color: #1e2a36;
    transition: color 0.3s ease;
}
.single-post-main .related-title a:hover {
    color: #d4af37;
}
.single-post-main .related-date {
    display: block;
    padding: 0 20px 18px;
    font-size: 0.85rem;
    color: #8a9aa8;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .single-post-main .post-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .single-post-main .post-sidebar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .single-post-main .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .single-post-main .post-hero {
        padding: 40px 0 30px;
    }
    .single-post-main .post-hero-title {
        font-size: clamp(1.8rem, 5vw, 2.4rem);
    }
    .single-post-main .post-meta {
        font-size: 0.8rem;
        gap: 4px 12px;
    }
    .single-post-main .post-content-wrapper {
        padding: 40px 0 60px;
    }
    .single-post-main .post-content {
        font-size: 1rem;
    }
    .single-post-main .post-content h2 {
        font-size: 1.5rem;
    }
    .single-post-main .post-sidebar {
        grid-template-columns: 1fr;
    }
    .single-post-main .related-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .single-post-main .post-featured-image {
        margin-top: 12px;
        border-radius: 12px;
    }
    .single-post-main .post-content blockquote {
        padding: 16px 20px;
        margin: 20px 0;
    }
}

@media (max-width: 480px) {
    .single-post-main .post-hero-title {
        font-size: 1.6rem;
    }
    .single-post-main .post-content-wrapper {
        padding: 30px 0 40px;
    }
    .single-post-main .sidebar-widget,
    .single-post-main .widget {
        padding: 20px 16px;
    }
    .single-post-main .related-thumb img {
        height: 140px;
    }
}

/* ===== TOC LIST (general) ===== */
.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.toc-list li {
    margin-bottom: 6px;
}
.toc-list a {
    color: #2c3e50;
    text-decoration: none;
}
.toc-list a:hover {
    color: #d4af37;
}
.toc-empty {
    color: #8a9aa8;
    font-style: italic;
    font-size: 0.95rem;
}

/* ===== BENEFITS GRID - ELEGAN ===== */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
    margin: 32px 0 40px;
}

.benefit-item {
    position: relative;
    background: #ffffff;
    padding: 30px 24px 26px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(226, 232, 240, 0.6);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}

.benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #7c3aed, #2563eb);
    background-size: 200% 100%;
    transition: background-position 0.6s ease;
    border-radius: 16px 16px 0 0;
}

.benefit-item:hover::before {
    background-position: 100% 0;
}

.benefit-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.12), 0 4px 12px rgba(0, 0, 0, 0.04);
    border-color: rgba(37, 99, 235, 0.2);
}

.benefit-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-radius: 50%;
    margin-bottom: 16px;
    transition: all 0.35s ease;
}

.benefit-item:hover .benefit-icon-wrapper {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

.benefit-icon {
    font-size: 26px;
    line-height: 1;
    display: block;
    transition: transform 0.3s ease;
}

.benefit-item:hover .benefit-icon {
    transform: scale(1.1);
}

.benefit-item h3 {
    margin: 0 0 10px 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0F1A2E;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.benefit-item p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #475569;
}

.benefit-item .badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #dbeafe;
    color: #2563eb;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 4px 12px;
    border-radius: 20px;
}

@media (max-width: 640px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .benefit-item {
        padding: 24px 20px 22px;
    }

    .benefit-icon-wrapper {
        width: 48px;
        height: 48px;
    }

    .benefit-icon {
        font-size: 22px;
    }

    .benefit-item h3 {
        font-size: 1.05rem;
    }
}

/* ===== AREA DETAILED LIST ===== */
.area-detailed-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 16px;
}

.area-detail-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 22px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.area-detail-item:hover {
    border-color: #2563eb;
    box-shadow: 0 8px 25px rgba(37,99,235,0.08);
    transform: translateY(-2px);
}

.area-detail-item h3 {
    margin: 0 0 10px 0;
    color: #0F1A2E;
    font-size: 1.15rem;
    border-left: 4px solid #2563eb;
    padding-left: 14px;
}

.area-detail-item p {
    margin: 0;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .area-detailed-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .area-detail-item {
        padding: 16px 18px;
    }
}

/* ===== HERO TRUST ===== */
.hero-trust {
    margin-top: 16px;
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
/* =========================================================
   GALERI PEKERJAAN SALURAN MAMPET
   ========================================================= */
.gallery-grid-mampet {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 28px 0 32px;
}

.gallery-item-mampet {
    margin: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-item-mampet:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.gallery-item-mampet img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    margin: 0;
    transition: transform 0.35s ease;
}

.gallery-item-mampet:hover img {
    transform: scale(1.04);
}

.gallery-item-mampet figcaption {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    background: #fafafa;
    border-top: 1px solid #eee;
}

.gallery-item-mampet figcaption strong {
    color: #0F1A2E;
    font-weight: 600;
    margin-right: 4px;
}

@media (max-width: 600px) {
    .gallery-grid-mampet {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .gallery-item-mampet img {
        height: 200px;
    }
}

/* =========================================================
   CARA PESAN — SALURAN MAMPET
   ========================================================= */
.order-steps-mampet {
    margin: 28px 0 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    counter-reset: none;
}

.order-step-mampet {
    position: relative;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #10b981;
    border-radius: 8px;
    padding: 20px 22px 20px 78px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.order-step-mampet:hover {
    background: #f3f6f9;
    border-left-color: #059669;
}

/* Nomor bulat — dari pseudo-element */
.order-step-mampet::before {
    content: attr(data-step);
    position: absolute;
    left: 18px;
    top: 20px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #10b981;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    box-shadow: 0 3px 8px rgba(16, 185, 129, 0.3);
    z-index: 2;
    font-family: inherit;
}

.order-step-mampet h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.4;
    color: #0F1A2E;
}

.order-step-mampet p {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}

.order-step-mampet p:last-child {
    margin-bottom: 0;
}

/* Kotak kontak di step 1 */
.order-contact-mampet {
    margin-top: 10px !important;
    padding: 10px 14px;
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.order-contact-mampet a {
    color: #0F1A2E;
    text-decoration: none;
    font-weight: 600;
}

.order-contact-mampet a:hover {
    color: #10b981;
    text-decoration: underline;
}

/* Garis penghubung antar step */
.order-step-mampet + .order-step-mampet::after {
    content: "";
    position: absolute;
    left: 38px;
    top: -18px;
    width: 2px;
    height: 18px;
    background: #d1fae5;
}

/* Layar kecil */
@media (max-width: 600px) {
    .order-step-mampet {
        padding: 18px 16px 18px 68px;
    }

    .order-step-mampet::before {
        left: 14px;
        top: 18px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
    }

    .order-step-mampet h3 {
        font-size: 16px;
    }

    .order-step-mampet p {
        font-size: 14.5px;
    }

    .order-contact-mampet {
        font-size: 14px;
    }

    .order-step-mampet + .order-step-mampet::after {
        left: 33px;
    }
}
.post-content-grid > * {
    min-width: 0;
}
