.elementor-503 .elementor-element.elementor-element-26568bc{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}/* Start custom CSS for html, class: .elementor-element-b05950f */.wrap-iframe-correios {
  width: 100%;
  /* opcional: limite de largura do conteúdo */
  /* max-width: 1200px; margin: 0 auto; */
}

.iframe-correios {
  display: block;
  width: 100%;
  /* Usa a altura da viewport - header(s) do site */
  height: calc(100dvh - var(--site-header-height) - var(--admin-bar-height));
  min-height: 800px;   /* garante usabilidade em telas pequenas */
  max-height: 1100px;  /* evita ficar alto demais em telas gigantes; ajuste à vontade */
  border: 0;
}

/* Fallback para navegadores sem suporte a dvh */
@supports not (height: 100dvh) {
  .iframe-correios {
    height: calc(100vh - var(--site-header-height) - var(--admin-bar-height));
  }
}

/* Mobile: mais alto para aproveitar a tela */
@media (max-width: 768px) {
  :root { --site-header-height: 60px; } /* se o header encolhe no mobile */
  .iframe-correios {
    min-height: 420px;
    max-height: none;
  }
}/* End custom CSS */