/* Small post-rebuild overrides, loaded after the verbatim WordPress/Elementor CSS.
   Scoped to specific pages so the rest of the site stays byte-for-byte original. */

/* ---- Contact page (Elementor post 3174) ---- */

/* Left contact-info box (#F1F4FA): give it balanced internal padding so the
   speaker icon, email and address aren't cramped against the edges. */
.elementor-3174 .elementor-element.elementor-element-b72bd2a > .elementor-element-populated {
  padding: 45px 35px !important;
}

/* Mailto CTA (replaced the old contact form): left-align it to match the
   "Contact TruePublicity" heading and the right column, and tidy spacing. */
.elementor-3174 .dt-mailto-cta {
  text-align: left;
}
.elementor-3174 .dt-mailto-cta p {
  margin: 0 0 20px;
}
.elementor-3174 .dt-mailto-cta .dt-btn {
  margin-top: 4px;
}
