/* GB Works - accreditation strip + enquiry form loading placeholder */

.gbw-accred { background: #f5f3ef; border-top: 1px solid #dcd8d0; border-bottom: 1px solid #dcd8d0; }
.gbw-accred__inner {
  max-width: 1360px; margin: 0 auto; padding: 28px 50px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.gbw-accred__title { margin: 0 0 4px; font-size: 20px; line-height: 1.25; font-weight: 500; letter-spacing: 0; color: #262826; }
.gbw-accred__sub   { margin: 0; font-size: 14px; line-height: 1.5; color: #5a5a55; max-width: 44ch; }
.gbw-accred__badges { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.gbw-accred__badges li { display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #dcd8d0; padding: 12px 20px; }
.gbw-accred__badges img { display: block; height: 84px; width: auto; max-width: 100%; }

@media (max-width: 720px) {
  .gbw-accred__inner { padding: 24px 20px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .gbw-accred__badges { width: 100%; }
  .gbw-accred__badges li { flex: 1 1 140px; }
}

/* Shows behind the monday.com form iframe until it has loaded */
.enquiry-form { position: relative; }
.enquiry-form[data-monday-embedded]::before {
  content: "Loading enquiry form\2026  or call 020 8558 3111";
  position: absolute; top: 48px; left: 0; right: 0; text-align: center;
  font-size: 15px; color: #5a5a55;
}
.enquiry-form[data-monday-embedded] iframe { position: relative; z-index: 1; }
