/* ==========================================================
   SHIMMER CRAFT — Bulk Order Docket (brand teal)
   Paste into Appearance > Customize > Additional CSS
   (or your child theme's style.css)
   Requires Bootstrap 5 grid/utilities already loaded by the theme.
   Google Fonts: Fraunces + Manrope (optional — only add the <link>
   tags from bulk-order-page-snippet.html if your theme doesn't
   already load these two fonts).

   Colors are written directly on each property (no CSS custom
   properties / :root variables), matching the site's teal brand:
     #0B5D63 deep teal · #158C93 brand teal · #163B3F dark teal-navy
   ========================================================== */

.bo-docket {
  max-width: 820px;
  margin: 0 auto;
  background: #f4f9f9;
  border: 1px solid #cfe6e6;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(11, 93, 99, 0.1);
}

/* Header band */
.bo-header {
  background: #0b5d63;
  color: #ffffff;
  padding: 32px 36px 26px;
}

.bo-eyebrow {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6fcfc9;
  margin-bottom: 10px;
}

.bo-header h1 {
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 6px;
  color: #ffffff;
}

.bo-lede {
  font-size: 14px;
  color: #cfe8e6;
  margin: 0 0 20px;
  max-width: 56ch;
}

.bo-docket-no {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #6fcfc9;
  border: 1px solid rgba(111, 207, 201, 0.4);
  display: inline-block;
  padding: 4px 9px;
  border-radius: 3px;
  margin-bottom: 22px;
}

.bo-steps-h {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.bo-steps-h li {
  flex: 1 1 160px;
  display: flex;
  gap: 10px;
  padding-right: 14px;
}

.bo-step-num {
  font-family: "Fraunces", serif;
  font-style: italic;
  color: #6fcfc9;
  font-size: 14px;
}

.bo-step-txt strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1px;
}

.bo-step-txt span {
  font-size: 12px;
  color: #b7dedb;
}

/* Form panel */
.bo-form-panel {
  background: #f4f9f9;
  padding: 36px;
}

.bo-section-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #0f6e73;
  margin: 0 0 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cfe6e6;
}

.bo-section-label:not(:first-child) {
  margin-top: 32px;
}

.bo-form-panel label {
  font-size: 13.5px;
  font-weight: 600;
  color: #163b3f;
  margin-bottom: 6px;
  display: block;
}

.bo-form-panel .form-control,
.bo-form-panel .form-select,
.bo-form-panel input.form-control,
.bo-form-panel select.form-select,
.bo-form-panel textarea.form-control {
  background: #ffffff;
  border: 1px solid #cfe6e6;
  border-radius: 3px;
  color: #163b3f;
  font-family: "Manrope", sans-serif;
  font-size: 14.5px;
  padding: 10px 12px;
  box-shadow: none;
  width: 100%;
}

.bo-form-panel textarea.form-control {
  min-height: 110px;
  resize: vertical;
}

.bo-form-panel .form-control:focus,
.bo-form-panel .form-select:focus {
  border-color: #158c93;
  box-shadow: 0 0 0 3px rgba(21, 140, 147, 0.18);
  background: #ffffff;
  outline: none;
}

.bo-form-panel ::placeholder {
  color: #8fa9ab;
}

.bo-file-wrap {
  border: 1px dashed #cfe6e6;
  border-radius: 4px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.6);
}

.bo-file-wrap small {
  display: block;
  margin-top: 6px;
  color: #5c7a7c;
}

.bo-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 24px;
}

.bo-consent input[type="checkbox"] {
  margin-top: 4px;
  width: auto;
}

.bo-consent label {
  font-size: 13px;
  font-weight: 400;
  color: #3d5f61;
  margin: 0;
}

.bo-submit-row {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.bo-submit-btn.btn {
  background: #158c93;
  border: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 14.5px;
  padding: 13px 30px;
  border-radius: 3px;
  letter-spacing: 0.02em;
  transition: background 0.15s ease;
}

.bo-submit-btn.btn:hover {
  background: #0f6e73;
  color: #ffffff;
}

.bo-submit-note {
  font-size: 12.5px;
  color: #5c7a7c;
}

/* Contact Form 7 wrapper resets (CF7 adds its own spans/divs) */
.bo-form-panel .wpcf7-form-control-wrap {
  display: block;
}

.bo-form-panel .wpcf7-not-valid-tip {
  font-size: 12.5px;
  color: #b3413a;
  margin-top: 4px;
}

.bo-form-panel .wpcf7-response-output {
  margin-top: 18px !important;
  border-radius: 3px;
  font-size: 13.5px;
  padding: 10px 12px !important;
}

.bo-form-panel form.sent .wpcf7-response-output {
  background: #e3f3ec;
  color: #155c46;
  border-color: #b9e1cf !important;
}

.bo-form-panel form.failed .wpcf7-response-output,
.bo-form-panel form.aborted .wpcf7-response-output {
  background: #f7e7e5;
  color: #7a2a24;
  border-color: #e4b9b3 !important;
}

.bo-form-panel .wpcf7-spinner {
  margin-left: 10px;
}