/* AddiPress Listings — video. */
.apl-video { margin: 26px 0; }
.apl-video__title { font-size: 18px; font-weight: 800; margin: 0 0 12px; }
.apl-video__frame {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .12);
}
.apl-video__frame iframe,
.apl-video__frame video {
    position: absolute; inset: 0;
    width: 100%; height: 100%; border: 0;
    object-fit: cover;
}

/* Submit-form field */
.apl-video-field__hint { display: block; margin-top: 4px; font-size: 12px; color: var(--apl-muted, #64748b); }

/* ▶ badge on cards */
.apl-scard__play {
    position: absolute; top: 10px; right: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    width: 30px; height: 30px; border-radius: 50%;
    background: rgba(15, 23, 42, .6); color: #fff; font-size: 12px;
    backdrop-filter: blur(4px);
}
