.ocf-image-widget {
    background: #fff;
    color: #252525;
}

.ocf-image-widget__header {
    max-width: 44rem;
    margin-bottom: 2rem;
}

.ocf-image-widget__header .eyebrow {
    color: var(--ocf-accent);
}

.ocf-image-widget__header .heading-2 {
    color: #171717;
}

.ocf-image-widget__header > p:last-child {
    margin: 1rem 0 0;
    color: #454545;
}

.ocf-image-widget__frame {
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.ocf-image-widget__frame iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
}

@media (max-width: 640px) {
    .ocf-image-widget__frame {
        max-width: calc(100vw - 2rem);
        margin-inline: auto;
    }
}

/* OCF_AGENT_BLOCK:image-widget-section-spacing START */
.ocf-image-widget.section-padding {
    padding-block: clamp(3rem, 5vw, 4.5rem);
}

.ocf-image-widget__header {
    margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}
/* OCF_AGENT_BLOCK:image-widget-section-spacing END */
