.custom-iframe{display:grid;gap:var(--hoover-module-gap,24px);min-width:0}.custom-iframe--compact{gap:var(--hoover-module-gap-compact,16px)}.custom-iframe--spacious{gap:var(--hoover-module-gap-spacious,36px)}.custom-iframe__intro{display:grid;gap:.75rem;max-width:820px}.custom-iframe--align-center .custom-iframe__intro{margin-left:auto;margin-right:auto}.custom-iframe--align-right .custom-iframe__intro{margin-left:auto}.custom-iframe__heading,.custom-iframe__text{margin:0}.custom-iframe__actions{display:flex}.custom-iframe--align-center .custom-iframe__actions{justify-content:center}.custom-iframe--align-right .custom-iframe__actions{justify-content:flex-end}.custom-iframe__fullscreen-trigger{align-items:center;background:var(--hoover-color-accent,#98002e);border:1px solid var(--hoover-color-accent,#98002e);color:var(--hoover-color-surface,#fff);cursor:pointer;display:inline-flex;font:inherit;font-weight:700;justify-content:center;line-height:1.2;padding:.75rem 1rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.custom-iframe__fullscreen-trigger:focus,.custom-iframe__fullscreen-trigger:hover{background:var(--hoover-color-accent-dark,#7c0025);border-color:var(--hoover-color-accent-dark,#7c0025);color:var(--hoover-color-surface,#fff)}.custom-iframe__fullscreen-trigger:disabled{cursor:not-allowed;opacity:.55}.custom-iframe__frame{min-width:0;overflow:hidden;width:100%}.custom-iframe--align-center .custom-iframe__frame,.custom-iframe--align-left .custom-iframe__frame,.custom-iframe--align-right .custom-iframe__frame{max-width:var(--custom-iframe-max-width,1200px)}.custom-iframe--align-center .custom-iframe__frame{margin-left:auto;margin-right:auto}.custom-iframe--align-right .custom-iframe__frame{margin-left:auto}.custom-iframe--bordered .custom-iframe__frame,.custom-iframe--shadow .custom-iframe__frame{border:1px solid var(--hoover-color-border,#e8e8e8)}.custom-iframe--shadow .custom-iframe__frame{box-shadow:0 10px 30px rgba(0,0,0,.08)}.custom-iframe__embed{border:0;display:block;height:var(--custom-iframe-height,760px);width:100%}.custom-iframe__frame:fullscreen{background:var(--hoover-color-surface,#fff);display:grid;height:100vh;max-width:none;width:100%}.custom-iframe__frame:-webkit-full-screen{background:var(--hoover-color-surface,#fff);display:grid;height:100vh;max-width:none;width:100%}.custom-iframe__frame:-webkit-full-screen .custom-iframe__embed,.custom-iframe__frame:fullscreen .custom-iframe__embed{height:100vh}@media (max-width:767px){.custom-iframe__embed{height:var(--custom-iframe-mobile-height,640px)}}