.helder-hero [data-hero-copy] {
  justify-content: flex-start;
  padding-top: 5.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .helder-hero [data-hero-copy] {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar #mobile-nav { top: calc(4rem + 46px); }
}

.entry-content {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--color-muted, #5a7a90);
}
.entry-content > * + * { margin-top: 1.1rem; }
.entry-content h2,
.entry-content h3 {
  color: var(--color-fg, #12324a);
  margin-top: 2rem;
}
.entry-content a { color: var(--color-fg, #12324a); text-underline-offset: 4px; }
.entry-content a:hover { text-decoration: underline; }
.entry-content img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}
.entry-content ul,
.entry-content ol { padding-left: 1.2rem; }

.helder-field { display: grid; gap: 0.4rem; }
.helder-field input,
.helder-field select,
.helder-field textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--color-bg, #eaf3fb);
  color: var(--color-fg, #12324a);
  box-shadow: var(--shadow-border);
  border: 0;
  padding: 0.7rem 0.9rem;
  font: inherit;
}
.helder-field textarea { min-height: 8rem; resize: vertical; }
.helder-field input:focus,
.helder-field select:focus,
.helder-field textarea:focus {
  outline: 2px solid var(--color-primary, #3a8fd0);
  outline-offset: 1px;
}
.helder-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.post-card { display: block; }
.wp-pagination { display: flex; gap: 0.75rem; margin-top: 2.5rem; font-size: 0.9rem; }

.preview-dialog {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.preview-dialog.is-open { display: flex; }
.preview-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 50, 74, 0.55);
  backdrop-filter: blur(6px);
  border: 0;
}
.preview-dialog__panel { position: relative; z-index: 1; width: min(64rem, 100%); }
.preview-live[hidden] { display: none !important; }

#mobile-nav[hidden] { display: none !important; }
