/* =========================================
   "Get Your Custom Enterprise Plan" — public enquiry page
   (Astra's default page header + an Elementor-embedded Forminator form;
   this file only styles the header, the form is left to Forminator/Elementor)
   ========================================= */

:root {
  --eeq-primary: #0f2385;
}

.ast-article-single .entry-header {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 24px 0px 24px;
  text-align: left;
  border-bottom: none;
}

.ast-article-single .entry-header .entry-title {
  font-size: clamp(26px, 3.2vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.25;
  color: var(--eeq-primary);
  letter-spacing: -0.01em;
  margin: 0px;
  text-align: center;
}

@media (max-width: 600px) {
  /* .ast-article-single .entry-header {
    padding: 32px 20px 16px;
  } */
  .ast-article-single .entry-header {
    padding: 32px 20px 0px 20px;
  }
}
