/* Booking widget */
.bsb-widget { max-width: 480px; margin: 32px 0; border: 1px solid #E5E4DD; border-radius: 14px; overflow: hidden; background: #FFFFFF; font-family: inherit; box-shadow: 0 1px 3px rgba(18,59,46,0.07); }
.bsb-widget-header { background: #123B2E; color: #FFFFFF; font-weight: 600; font-size: 15px; padding: 16px 22px; border-bottom: 3px solid #D6A23A; }
.bsb-widget-body { padding: 22px; background: #FCFBF8; }
.bsb-label { font-size: 13px; font-weight: 700; color: #123B2E; margin: 0 0 10px; display: block; text-transform: uppercase; letter-spacing: 0.4px; }

.bsb-field { margin-bottom: 14px; }
.bsb-field label { display: block; font-size: 12px; font-weight: 600; color: #123B2E; margin-bottom: 5px; }
.bsb-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bsb-phone-row { display: flex; gap: 8px; }
.bsb-country-code { flex: 0 0 132px; }
.bsb-phone { flex: 1; }
.bsb-optional-tag { color: #8A897F; font-weight: 400; text-transform: none; letter-spacing: 0; }

.bsb-widget input, .bsb-widget textarea, .bsb-widget select, .bsb-date-input {
	width: 100%; padding: 10px 12px; border: 1px solid #D8D6CC; border-radius: 6px;
	font-size: 14px; box-sizing: border-box; background: #FFFFFF; color: #2C2C2A;
}
.bsb-widget input:focus, .bsb-widget textarea:focus, .bsb-widget select:focus {
	outline: none; border-color: #123B2E; box-shadow: 0 0 0 3px rgba(18,59,46,0.08);
}
.bsb-widget textarea { min-height: 70px; }

.bsb-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)); gap: 8px; margin-top: 10px; }
.bsb-slot { padding: 8px 0; text-align: center; border: 1px solid #D8D6CC; border-radius: 6px; cursor: pointer; font-size: 13px; background: #fff; color: #123B2E; }
.bsb-slot:hover { border-color: #123B2E; }
.bsb-slot.selected { border: 2px solid #D6A23A; background: #FBEFDB; color: #7A5410; font-weight: 700; }

.bsb-btn { display: inline-block; width: 100%; padding: 13px; background: #D6A23A; color: #123B2E; border: none; border-radius: 6px; font-size: 14px; font-weight: 700; cursor: pointer; text-align: center; text-decoration: none; box-sizing: border-box; margin-top: 6px; }
.bsb-btn:hover { opacity: 0.9; }
.bsb-error { color: #a00; font-size: 13px; margin-top: 10px; }
.bsb-success { padding: 34px 22px; text-align: center; color: #123B2E; font-weight: 600; background: #F4F7F5; }
.bsb-gate { text-align: center; }
.bsb-gate p { padding: 20px 22px 0; color: #4A4A45; }
.bsb-gate .bsb-btn { margin: 14px 22px 22px; width: calc(100% - 44px); }

/* Consultations hub grid */
.bsb-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin: 24px 0; }
.bsb-card { display: block; padding: 18px; border: 1px solid #E5E4DD; border-top: 3px solid #D6A23A; border-radius: 12px; text-decoration: none; color: inherit; background: #fff; }
.bsb-card:hover { border-color: #123B2E; border-top-color: #D6A23A; }
.bsb-card-title { display: block; font-weight: 600; color: #123B2E; margin-bottom: 6px; }
.bsb-card-excerpt { display: block; font-size: 13px; color: #666; margin-bottom: 10px; }
.bsb-card-meta { display: block; font-size: 12px; color: #999; }

/* Consultation landing page */
.bsb-landing-wrap { max-width: 1100px; margin: 40px auto; padding: 0 24px; }
.bsb-landing-hero { margin-bottom: 4px; }
.bsb-badge { display: inline-block; background: #FBEFDB; color: #7A5410; font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 6px; margin-bottom: 14px; }
.bsb-landing-title { font-size: 32px; font-weight: 600; color: #123B2E; margin: 0 0 20px; line-height: 1.25; }
.bsb-landing-image img { width: 100%; height: auto; border-radius: 12px; margin-bottom: 4px; display: block; }
.bsb-landing { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; }
.bsb-landing-desc { font-size: 16px; color: #4A4A45; line-height: 1.7; margin-bottom: 22px; }
.bsb-landing-desc p { margin: 0 0 14px; }
.bsb-landing-meta { display: flex; gap: 20px; align-items: center; margin-bottom: 30px; font-size: 14px; color: #123B2E; font-weight: 600; flex-wrap: wrap; }
.bsb-landing-meta span:not(:last-child)::after { content: ""; display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #D6A23A; margin-left: 20px; vertical-align: middle; }
.bsb-landing-subhead { font-size: 14px; font-weight: 600; color: #123B2E; margin: 0 0 12px; }
.bsb-landing-included ul { list-style: none; padding: 0; margin: 0; }
.bsb-landing-included li { position: relative; padding-left: 24px; margin-bottom: 8px; font-size: 14px; color: #4A4A45; }
.bsb-landing-included li::before { content: "\2713"; position: absolute; left: 0; color: #123B2E; font-weight: 700; }
.bsb-landing-side .bsb-widget { position: sticky; top: 24px; margin: 0; }

@media (max-width: 860px) {
	.bsb-landing-wrap { padding: 0 16px; margin: 24px auto; }
	.bsb-landing { grid-template-columns: 1fr; }
	.bsb-landing-title { font-size: 26px; }
	.bsb-landing-side .bsb-widget { position: static; }
	.bsb-field-row { grid-template-columns: 1fr; }
}
