.em-video-box {
    margin: 24px 0;
}

.em-video-title {
    margin-bottom: 8px;
    font-weight: 700;
    color: #263142;
}

.em-video-frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #111827;
}

.em-video-frame::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.em-video-ratio-4x3 .em-video-frame::before {
    padding-top: 75%;
}

.em-video-ratio-1x1 .em-video-frame::before {
    padding-top: 100%;
}

.em-video-ratio-9x16 .em-video-frame::before {
    padding-top: 177.7778%;
}

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

.em-video-link-box {
    padding: 16px;
    border: 1px solid #e5eaf1;
    border-radius: 8px;
    background: #f8fafc;
}

.em-video-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 6px;
    background: #2563eb;
    color: #fff !important;
    text-decoration: none !important;
}
