.wedo-video-card {
    padding: 18px;
}

.wedo-video-title {
    text-align: center;
    margin-bottom: 14px;
}

.wedo-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 18px;
    background: #111827;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.wedo-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 640px) {
    .wedo-video-card {
        padding: 14px;
    }

    .wedo-video-frame {
        border-radius: 14px;
    }
}
