.heidrive-iframe-switcher {
    width: 100%;
}

.heidrive-iframe-switcher__header {
    margin-bottom: 1rem;
}

.heidrive-iframe-switcher__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.heidrive-iframe-switcher__panels {
    width: 100%;
}

.heidrive-iframe-switcher__panel {
    display: none;
}

.heidrive-iframe-switcher__panel.is-active {
    display: block;
}

.heidrive-iframe-switcher__iframe-wrapper {
    position: relative;
    width: 100%;
    padding-top: calc(56.25% + 39.5px);
}

.heidrive-iframe-switcher__iframe {
    position: absolute;
    inset: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
