.bathroom-guide-preview { margin-top: 2rem; }
.bathroom-guide-preview .accordion-item { border-bottom: 1px solid #d9d9d9; }
.bathroom-guide-preview__body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(15rem, 1fr); gap: 2rem; padding: 1rem; }
.bathroom-guide-preview__media, .bathroom-guide-preview__video, .bathroom-guide-preview__video-placeholder { width: 100%; aspect-ratio: 16 / 9; }
.bathroom-guide-preview__video { display: block; object-fit: cover; }
.bathroom-guide-preview__video-placeholder { background: #f1f1f1; }
.bathroom-guide-preview__content { display: flex; flex-direction: column; align-items: stretch; }
.bathroom-guide-preview__materials-title { margin-bottom: 1.5rem; font-size: 1rem; font-weight: 700; }
.bathroom-guide-preview__content p { margin-bottom: .5rem; }
.bathroom-guide-preview__materials { margin-bottom: 1rem; padding-left: 1.25rem; }
.bathroom-guide-preview__materials li { line-height: 1.25; }
.bathroom-guide-preview__cta { display: flex; justify-content: center; align-items: center; gap: .75rem; min-height: 2.75rem; margin-top: auto; border: 1px solid #111; border-radius: 0; color: #111; font-weight: 600; }
.bathroom-guide-preview__cta:hover, .bathroom-guide-preview__cta:focus { color: #fff; background: #111; }

@media (max-width: 1200px) {
    .bathroom-guide-preview { margin-top: .5rem; }
    .bathroom-guide-preview__body { grid-template-columns: 1fr; gap: 1rem; padding: .75rem 0; }
    .bathroom-guide-preview__materials-title { margin-bottom: 1rem; }
    .bathroom-guide-preview__cta { margin-top: .5rem; }
}
