/* ===== iOS Fallback Overlay ===== */

.sde-ios-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    display: block;
}

.sde-ios-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.sde-ios-play-overlay svg {
    width: 68px;
    height: 68px;
    opacity: 0.9;
}

.sde-ios-play-text {
    margin-top: 10px;
    font-size: 16px;
    color: white;
    font-family: 'MJRT', sans-serif;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    opacity: 0.9;
}

.sde-ios-hidden-video {
    width: 100%;
    height: auto;
    display: none;
}