.provider-panel {
  background: #fff;
  border: 1px solid #e0ebe6;
  border-radius: 18px;
  padding: 26px;
  max-height: 720px;
  overflow: auto;
  scrollbar-gutter: stable;
}

.provider-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 11px;
  padding: 15px 0;
  border-bottom: 1px solid #e7eeea;
}

.provider-card:last-child { border-bottom: 0; }
.provider-card p { margin: 2px 0; color: #607870; font-size: .87rem; }
.provider-card small { color: #7c8f88; }
.provider-card > span { grid-column: 2; color: #08775f; font-size: .79rem; font-weight: 750; }
.wide { grid-column: 1 / -1; }
.booking-layout { align-items: start; min-width: 0; }
.booking-form { min-width: 0; box-shadow: 0 12px 35px #1548380b; }
.package-panel { min-width: 0; max-height: 720px; overflow: auto; scrollbar-gutter: stable; }
.package p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.consultation-booking { margin-top: 25px; }

fieldset {
  border: 1px solid #d8e4df;
  border-radius: 12px;
  padding: 14px;
}

fieldset legend { padding: 0 6px; font-size: .84rem; font-weight: 750; }
.check-row { display: flex; align-items: center; gap: 9px; padding: 7px 0; }
.check-row input { width: auto; }
.file-drop { margin: 22px 0; padding: 24px; border: 1px dashed #8db8a9; border-radius: 14px; background: #f5fbf8; }
.import-status { margin-top: 24px; padding-top: 22px; border-top: 1px solid #e0ebe6; }
.progress { height: 8px; overflow: hidden; border-radius: 999px; background: #e3ece8; margin: 16px 0 8px; }
.progress span { display: block; height: 100%; border-radius: inherit; background: #08775f; transition: width .3s ease; }
.import-issues { margin-top: 18px; max-height: 340px; overflow: auto; border: 1px solid #eaded3; border-radius: 12px; padding: 15px; background: #fffaf6; }
.import-issues p { padding: 8px 0; margin: 0; border-top: 1px solid #f0e5dc; font-size: .86rem; }
.import-issues p:first-of-type { border-top: 0; }
.import-issues span { color: #8a4d32; }
.organization-list { display: grid; gap: 12px; margin-top: 20px; }
.organization-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .8fr); gap: 24px; align-items: center; padding: 20px; border: 1px solid #dfeae5; border-radius: 16px; background: #fff; }
.organization-card h3 { margin: 2px 0 5px; }
.organization-card p { margin: 4px 0; color: #61786f; }
.organization-card small { display: block; margin-top: 6px; color: #526a62; }
.platform-onboarding { align-items: start; margin-top: 24px; }
.account-results { display: grid; gap: 8px; margin-top: 14px; }
.account-choice { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 12px 14px; border: 1px solid #d8e4df; border-radius: 12px; background: #fff; color: #163d32; text-align: left; }
.account-choice small { color: #71867f; }
.account-choice.selected { border-color: #08775f; background: #eef9f5; box-shadow: 0 0 0 2px #08775f20; }
.service-card.disabled { opacity: .72; }
button:disabled { opacity: .55; cursor: wait; }

@media (max-width: 760px) {
  .provider-panel { padding: 21px; }
  .form-grid { grid-template-columns: minmax(0, 1fr); }
  .form-grid label,
  .form-grid input,
  .form-grid select { min-width: 0; width: 100%; }
  .organization-card { grid-template-columns: minmax(0, 1fr); gap: 10px; }
}
