.shared-video { width: 100%; min-width: 0; overflow: hidden; border-radius: 12px; background: #171a1b; color: #fff; }
.shared-video video { display: block; width: 100%; max-height: 560px; object-fit: contain; background: #171a1b; }
.shared-video:has(video) { min-height: 0; }
.shared-video > p { padding: 24px 16px; margin: 0; color: #fff !important; font-size: 14px; }
.shared-video button { width: auto; min-height: 36px; margin: 0; padding: 7px 14px; border: 1px solid #697476; border-radius: 20px; background: #fff; color: #192125; font: inherit; font-size: 13px; cursor: pointer; }
.shared-video > button { margin: 0 12px 12px; }
.shared-video button:focus-visible { outline: 3px solid #75dce0; outline-offset: 3px; }
.shared-video [hidden] { display: none !important; }
.shared-video-preview { display: block; width: 140px; max-height: 160px; object-fit: contain; border-radius: 8px; }
.testimonial-photo-upload__queue-item:has(video) { flex-wrap: wrap; gap: 12px; }
.wf-org-public-page .wf-testimonial-card__photo:has(.shared-video) { aspect-ratio: auto; }
.wf-org-public-page [data-community-content-type="video"] > footer { margin: 0; }
.photoTile .shared-video video { height: auto; max-height: 260px; }
[data-shared-photo-image][hidden], [data-shared-video-content][hidden] { display: none !important; }
