body .is-layout-constrained:not(.hm-post-hero):not(.hm-native-post-content) > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

/* Hide the featured image on single blog post view (title/meta/content still show) */
.hm-post-featured {
  display: none;
}

.wp-site-blocks {
  padding: 0;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.wp-block-post-content {
  margin: 0;
}

.wp-block-post-content > .hm-section {
  margin-block-start: 0;
}

.hm-section {
  clear: both;
}

.nav-logo {
  color: inherit;
}

.nav-logo:hover {
  opacity: 1;
  text-decoration: none;
}

.nav-links a[aria-current="page"] {
  color: var(--hm-red);
}

.nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--hm-red);
  border-radius: 2px;
}

.hm-editor-note {
  padding: 16px;
  border: 1px dashed rgba(30, 20, 20, 0.28);
  border-radius: 8px;
  background: var(--hm-cream-soft);
  color: var(--hm-charcoal);
}

.hm-editor-visual-preview {
  cursor: pointer;
  margin-block-start: 0;
  transition: box-shadow 160ms var(--hm-ease-out);
}

.hm-editor-visual-preview > * {
  margin-block-start: 0;
}

.hm-editor-visual-preview * {
  pointer-events: none;
}

.hm-editor-visual-preview .components-placeholder {
  min-height: 96px;
  border: 1px dashed rgba(30, 20, 20, 0.24);
  background: var(--hm-cream-soft);
  color: var(--hm-charcoal);
}

.hm-editor-visual-preview.is-selected {
  box-shadow: inset 0 0 0 2px var(--hm-red);
}

.wp-block-hungry-page-hero,
.wp-block-hungry-section-head,
.wp-block-hungry-stat-strip,
.wp-block-hungry-card-grid,
.wp-block-hungry-content-section,
.wp-block-hungry-content-cards,
.wp-block-hungry-list-section,
.wp-block-hungry-team-grid,
.wp-block-hungry-blog-grid,
.wp-block-hungry-pricing-section,
.wp-block-hungry-service-grid,
.wp-block-hungry-process,
.wp-block-hungry-logo-band,
.wp-block-hungry-work-gallery,
.wp-block-hungry-testimonials,
.wp-block-hungry-industry-grid,
.wp-block-hungry-faq,
.wp-block-hungry-cta,
.wp-block-hungry-contact,
.wp-block-hungry-article,
.wp-block-hungry-case-snapshot,
.wp-block-hungry-not-found {
  margin-block-start: 0;
}

@media (max-width: 782px) {
  body.admin-bar .nav {
    top: 46px;
  }
}

@media (min-width: 783px) {
  body.admin-bar .nav {
    top: 32px;
  }
}
