.ods-booking-wrap { width: 100%; }
.ods-note { margin-top: 0; color: #5f7480; }
.ods-alert { margin: 0 0 18px; padding: 14px 16px; border-radius: 14px; background: #e5f7ef; color: #155a36; font-weight: 800; }
.ods-booking-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ods-booking-form label { display: grid; gap: 8px; font-weight: 800; color: #14313f; }
.ods-booking-form input, .ods-booking-form select, .ods-booking-form textarea {
  width: 100%; border: 1px solid rgba(6,40,61,.18); border-radius: 16px; padding: 13px 14px; font: inherit; background: #fff;
}
.ods-booking-form textarea, .ods-booking-form .ods-estimate-text, .ods-booking-form button { grid-column: 1 / -1; }
.ods-estimate-text { margin: 0; color: #5f7480; }
.ods-portfolio-grid { width: 100%; }
@media (max-width: 720px) { .ods-booking-form { grid-template-columns: 1fr; } }
