/* Isolated styles for Inspection Bodies registration only. */
.inspection-intro { border-inline-start: 5px solid #1a5276; background: linear-gradient(135deg, #f7fbfe, #fff); }
.inspection-accreditation-docs { border: 1px solid #c9dce9; background: #fbfdff; }
.section-heading-with-badge { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.section-heading-with-badge h3 { margin-bottom: 8px; }
.standard-badge { display: inline-flex; align-items: center; padding: 7px 12px; border-radius: 999px; background: #e6f1f8; color: #164d70; border: 1px solid #bdd6e6; font-weight: 800; direction: ltr; }
.inspection-highlight-upload { border-color: #5b8fb0; background: #f6fbfe; }
.optional-field, .optional-upload { border-color: #cfd8df; background: #fbfcfd; }
.optional-badge { display: inline-block; margin-inline-start: 7px; padding: 2px 8px; border-radius: 999px; background: #eef1f4; color: #5c6973; font-size: .76rem; font-weight: 700; }
.insurance-upload { border-color: #d2a54c; background: #fffaf0; }
.google-maps-field { padding: 16px; border: 1px solid #cddbe5; border-radius: 10px; background: #f8fbfd; }
.google-maps-field input { direction: ltr; text-align: left; }
@media (max-width: 768px) { .section-heading-with-badge { align-items: flex-start; } .standard-badge { font-size: .8rem; } }

@media (max-width: 520px) {
    .inspection-intro,
    .inspection-accreditation-docs { border-inline-start-width: 3px; }
    .section-heading-with-badge { display: grid; grid-template-columns: minmax(0,1fr); }
    .standard-badge { justify-self: start; max-width: 100%; white-space: normal; }
    .google-maps-field { padding: 12px 10px; }
}
