/* Override theme's js-form-wrapper multi-column layout */
#contact-message-speaking-engagement-request-form div.js-form-wrapper {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: 600px;
  margin-bottom: 1.2em;
}

/* Ensure form-items are full-width single column */
#contact-message-speaking-engagement-request-form .form-item {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-bottom: 1.2em;
  float: none;
  clear: both;
}

#contact-message-speaking-engagement-request-form .form-actions {
  display: block;
  width: 100%;
  max-width: 600px;
  clear: both;
}

/* Full-width inputs */
#contact-message-speaking-engagement-request-form input[type="text"],
#contact-message-speaking-engagement-request-form input[type="email"],
#contact-message-speaking-engagement-request-form input[type="tel"],
#contact-message-speaking-engagement-request-form input[type="date"],
#contact-message-speaking-engagement-request-form textarea,
#contact-message-speaking-engagement-request-form select {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}

#contact-message-speaking-engagement-request-form textarea {
  min-height: 120px;
}

/* ---- Banner image styling ---- */
#se-intro-block .se-banner {
  background: url("/sites/default/files/slides/speaker-request-blur_0.jpg") center center / cover no-repeat;
  padding: 3em 2em;
  border-radius: 4px;
  margin-bottom: 1.8em;
  text-align: center;
  position: relative;
}

#se-intro-block .se-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 35, 66, 0.55);
  border-radius: 4px;
}

#se-intro-block .se-banner-title {
  color: #ffffff !important;
  font-size: 2em;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* Body text - full width */
#se-intro-block p,
#se-intro-block li {
  font-weight: 400;
}

/* Headings in intro */
#se-intro-block h2 {
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}

/* Topic list */
#se-intro-block ul {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

#se-intro-block li {
  margin-bottom: 0.4em;
}

/* Divider between intro and form */
#se-intro-block + #contact-message-speaking-engagement-request-form {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 2px solid #e0e8f0;
}

/* Fix Event Date fieldset legend - match other labels */
#contact-message-speaking-engagement-request-form #edit-field-event-date-0 legend {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: rgb(85, 85, 85) !important;
  margin-bottom: 5px !important;
  border-bottom: none !important;
  line-height: 24px !important;
}

/* Hide Subject field */
#contact-message-speaking-engagement-request-form .js-form-item-subject-0-value {
  display: none !important;
}

/* Visually hide page title - screen readers still see it (WCAG 1.3.1) */
#block-msbml-page-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
