/*
 * DS-Business — alignment-only fixes.
 * Deliberately limited to layout geometry: no colors, typography,
 * borders, radii, shadows, backgrounds, or interaction styles.
 */

/* Align the header content with the main desktop blocks. */
.elementor-location-header .elementor-element-51ddd7d {
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  margin-inline: auto !important;
  min-height: 92px;
  padding: 10px 0 !important;
  width: 95% !important;
}

.elementor-location-header .elementor-element-d04a794 {
  flex: 0 0 140px !important;
  width: 140px !important;
}

.elementor-location-header .elementor-element-d04a794 img {
  display: block;
  height: 72px !important;
  object-fit: contain;
  width: 140px !important;
}

.elementor-location-header .elementor-element-fcd7047 {
  flex: 0 1 auto !important;
  margin-left: auto !important;
  width: auto !important;
}

/* Keep the three value cards on the same visual baseline. */
.elementor-601 .elementor-element-6ceb741 {
  align-items: stretch !important;
}

.elementor-601 .elementor-element-ade894f,
.elementor-601 .elementor-element-a587b2f,
.elementor-601 .elementor-element-3de3ffd {
  align-self: stretch !important;
  min-height: 187px;
}

@media (min-width: 768px) {
  /* Align the posts listing with the same 95% desktop gutter as the header. */
  .elementor-1004 .elementor-element-8a185a8 {
    margin-inline: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 95% !important;
  }

  /* Align the article title and reading progress with that gutter too. */
  .elementor-983 .elementor-element-9a49a63 {
    margin-inline: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 95% !important;
  }

  .elementor-983 .elementor-element-b7c0559 {
    margin-inline: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: calc(100% - 5vw + 20px) !important;
  }
}

@media (max-width: 767px) {
  .elementor-location-header .elementor-element-51ddd7d {
    min-height: 76px;
    padding: 8px 0 !important;
    width: calc(100% - 32px) !important;
  }

  .elementor-location-header .elementor-element-d04a794 {
    flex-basis: 120px !important;
    width: 120px !important;
  }

  .elementor-location-header .elementor-element-d04a794 img {
    height: 60px !important;
    width: 120px !important;
  }

  .elementor-location-header .e-n-menu-toggle {
    align-items: center;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-left: auto;
    width: 44px;
  }

  .elementor-601 .elementor-element-ade894f,
  .elementor-601 .elementor-element-a587b2f,
  .elementor-601 .elementor-element-3de3ffd {
    min-height: 211px;
  }

  /* Match the final CTA block to the 90% width used by the other cards. */
  .elementor-601 .elementor-element-a3026ba {
    width: 90% !important;
  }
}
