.dcf-embed {
    position: relative;
    width: 100%;
    height: var(--dcf-height, 820px);
    overflow: hidden;
    border-radius: var(--dcf-radius, 16px);
    background: #101713;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .18);
    isolation: isolate;
}

.dcf-iframe {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

@media (max-width: 1024px) {
    .dcf-embed {
        height: var(--dcf-tablet-height, 740px);
    }
}

@media (max-width: 767px) {
    .dcf-embed {
        height: var(--dcf-mobile-height, 640px);
        border-radius: min(var(--dcf-radius, 16px), 12px);
    }
}
