.offer-video-section { margin-block-start: 24px; padding-block-start: 20px; border-block-start: 1px solid var(--border-strong); color: var(--text); }
.offer-video-section :is(h3,p) { color: var(--text); }
.offer-video-section h3 { font-size: 1rem; margin: 0 0 8px; }
.offer-video-section p { line-height: 1.6; margin: 8px 0 16px; }
.offer-video-section .is-disabled { background: var(--surface); color: var(--text); cursor: not-allowed; border-color: var(--border-strong); }
#offer-video-preview { max-width: 680px; margin-block-start: 16px; }
#offer-video-preview video, .offer-review-video video { display: block; width: 100%; max-height: 360px; border-radius: 12px; background: #000; }
.offer-video-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.offer-review-video:empty { display: none; }
.offer-review-video { margin-block-end: 16px; }
@media (max-width: 640px) {
  .offer-video-actions .btn { flex: 1 1 130px; min-width: 0; }
  .offer-video-section .offer-upload-actions { flex-wrap: wrap; }
}
