.ocf-embed-section {
    background: var(--ocf-bg);
}

.ocf-embed-section__header {
    margin-bottom: 1.5rem;
}

.ocf-embed-widget {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: var(--ocf-bg);
}

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

.ocf-embed-widget--posts iframe {
    min-height: 480px;
}

.ocf-embed-widget--faq {
    height: 500px;
}

.ocf-embed-widget--faq iframe {
    height: 100%;
}

.ocf-embed-widget--reviews {
    height: 500px;
}

.ocf-embed-widget--reviews iframe {
    height: 100%;
    min-height: 0;
}
