/* ============================================================
   post-details.css  — Blog post detail page styles
   Shared gallery/body styles live in service-single.css
   which is already loaded globally via head.blade.php
   ============================================================ */

/* ── Video embed section ── */
.post-video-wrap {
    background: var(--ss-light, #f7f8fa);
    padding:    0 0 60px;
}

.post-video-wrap iframe,
.post-video-wrap video {
    width:         100%;
    border-radius: var(--ss-radius, 14px);
    box-shadow:    0 4px 24px rgba(34,66,41,.10);
}
