/* Ajustes da exportação estática. O visual original está em styles.css. */
[hidden] { display: none !important; }
@media (max-width: 1023px) {
  .site-header .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
  }
  .site-header .ozzi-logo-header { width: 82px; }
  .site-header .header-actions {
    grid-column: 2;
    justify-content: center;
    align-items: center;
  }
  .site-header .header-actions > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    text-align: center;
    white-space: nowrap;
  }
  .site-header #menu-toggle { grid-column: 3; justify-self: end; }
}
.template-card > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  vertical-align: top;
}
.template-card > span:first-child > svg {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.form-note, .form-status { margin-top: 1rem; font-size: .78rem; line-height: 1.6; color: #64777a; }
.form-note a { text-decoration: underline; color: #087f96; font-weight: 700; }
.form-status a { text-decoration: underline; font-weight: 700; }
.form-status { border: 1px solid #a9ceca; border-radius: 12px; padding: .85rem; background: #f1f8fa; color: #244e55; }
