.azur-yacht-video {
    margin: 0 0 28px;
}

.azur-yacht-video__title {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.azur-yacht-video__frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: var(--azur-yacht-video-ratio, 16 / 9);
    border-radius: 4px;
    background: #0f172a;
}

.azur-yacht-video__frame iframe,
.azur-yacht-video__frame video,
.azur-yacht-video__native {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.azur-yacht-video__fallback-link,
.azur-yacht-video__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #1a237e;
    font-weight: 800;
    text-decoration: none;
}

.azur-yacht-video-empty {
    padding: 18px 20px;
    border: 1px dashed #cbd5e1;
    border-radius: 4px;
    color: #64748b;
    background: #f8fafc;
}

/* v1.0.5.27: optional privacy-friendly click-to-load video mode. */
.azur-privacy-embed,
.azur-yacht-video__click-loader {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.94));
}

.azur-privacy-embed__button {
    appearance: none;
    border: 0;
    border-radius: 4px;
    padding: 13px 22px;
    background: #fff;
    color: #0f172a;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.azur-privacy-embed__button:hover,
.azur-privacy-embed__button:focus {
    transform: translateY(-1px);
}

/* v0.0.3.34 / Pass 30: generic embed + virtual tour field output.
   This intentionally reuses the video frame system but keeps separate classes
   so the dedicated Video URL widget remains unchanged. */
.azur-yacht-embed {
    margin: 0 0 28px;
}

.azur-yacht-embed__frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: var(--azur-yacht-video-ratio, 16 / 9);
    border-radius: 4px;
    background: #0f172a;
}

.azur-yacht-embed__frame iframe,
.azur-yacht-embed__frame video,
.azur-yacht-embed__frame .azur-yacht-video__native {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.azur-yacht-embed__fallback-link,
.azur-yacht-embed__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #1a237e;
    font-weight: 800;
    text-decoration: none;
}

.azur-yacht-embed-empty {
    padding: 18px 20px;
    border: 1px dashed #cbd5e1;
    border-radius: 4px;
    color: #64748b;
    background: #f8fafc;
}

.azur-yacht-embed__click-loader {
    width: 100%;
    height: 100%;
    min-height: 220px;
}
