.mgh-book-consultation-page{max-width:44rem;margin:0 auto}
.mgh-book-consultation-page-panel{position:relative;width:100%;border-radius:1.25rem;}
.mgh-book-consultation-page-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--mgh-color-3,#925376)}
.mgh-book-consultation-page-form{margin:0}
.mgh-book-consultation-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.mgh-book-consultation-page-field{display:flex;flex-direction:column;gap:.4rem}
.mgh-book-consultation-page-field-full{grid-column:1/-1}
.mgh-book-consultation-page-label{font-size:.8rem;line-height:1.5rem;font-weight:600;margin-right:.2rem;color:var(--mgh-color-6,#333132)}
.mgh-book-consultation-page-error{min-height:1.1rem;font-size:.8rem;line-height:1.5rem;color:rgb(195 0 0);font-weight:500}
.mgh-book-consultation-page-input,
.mgh-book-consultation-page-select,
.mgh-book-consultation-page-textarea{width:100%;background:rgba(192,176,189,.24)!important;border-radius:2rem!important;border:1px solid rgba(192,176,189,.24)!important;padding:.6rem 1rem!important;color:var(--mgh-color-6,#333132);font-size:.88rem;font-weight:500;line-height:1.6;outline:0}
.mgh-book-consultation-page-input:hover,
.mgh-book-consultation-page-select:hover,
.mgh-book-consultation-page-textarea:hover,
.mgh-book-consultation-page-input:focus,
.mgh-book-consultation-page-select:focus,
.mgh-book-consultation-page-textarea:focus,
.mgh-book-consultation-page-input:active,
.mgh-book-consultation-page-select:active,
.mgh-book-consultation-page-textarea:active,
.mgh-book-consultation-page-input:focus-visible,
.mgh-book-consultation-page-select:focus-visible,
.mgh-book-consultation-page-textarea:focus-visible{box-shadow:0 .05rem .4rem rgba(146,83,118,.16)}
.mgh-book-consultation-page-textarea{resize:vertical;min-height:6.5rem;border-radius:1rem!important;resize:none!important}
.mgh-book-consultation-page-submit{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:1rem;padding:.95rem 1.1rem;cursor:pointer;font-weight:600;font-size:.85rem;color:#fff;background:var(--mgh-color-3,#925376);box-shadow:0 .55rem 1.35rem rgba(146,83,118,.22);text-shadow:0 2px 4px rgba(87,25,59,1)}
.mgh-book-consultation-page-submit:hover{background:#67304e}
.mgh-book-consultation-page-submit:focus-visible{outline:0;box-shadow:0 0 0 .2rem rgba(146,83,118,.35),0 .55rem 1.35rem rgba(146,83,118,.22)}
.mgh-book-consultation-page-submit.mgh-is-loading{opacity:.78;pointer-events:none}
.mgh-book-consultation-page-submit.mgh-is-loading::after{content:'';inline-size:1rem;block-size:1rem;margin-inline-start:.6rem;border-radius:999rem;border:.15rem solid rgba(255,255,255,.45);border-top-color:#fff;animation:mgh-book-consultation-page-spin .75s linear infinite}
.mgh-book-consultation-page-input-mobile{
  text-align:right;
  direction:rtl;
}
@keyframes mgh-book-consultation-page-spin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.mgh-book-consultation-page-submit.mgh-is-loading::after{animation:none}}
.mgh-book-consultation-page-result{margin-top:.75rem;font-size:.9rem;line-height:1.8}
.mgh-book-consultation-page-result.mgh-is-success{color: #00702a;background: #15803d14; padding: .6rem 0; min-height: 3rem; border-radius: .6rem; text-align: center; border: 1px solid #00702a; font-size: .85rem;}
.mgh-book-consultation-page-result.mgh-is-error{color: #900f0f; background: #900f0f14; padding: .6rem 0; min-height: 3rem; border-radius: .6rem; text-align: center; border: 1px solid #900f0f; font-size: .85rem;}
.mgh-book-consultation-page-hp{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0;opacity:0;pointer-events:none}
.mgh-book-consultation-page-select-wrap{position:relative;display:block;width:100%}
.mgh-book-consultation-page-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none;padding-inline-end:2.75rem!important}
.mgh-book-consultation-page-select-arrow{position:absolute;top:50%;inset-inline-end:1.1rem;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid rgba(51,49,50,.7);transform:translateY(-50%);pointer-events:none}
.mgh-book-consultation-page-select:focus+.mgh-book-consultation-page-select-arrow,
.mgh-book-consultation-page-select:focus-visible+.mgh-book-consultation-page-select-arrow{border-top-color:rgba(51,49,50,.95)}
@media (max-width:720px){.mgh-book-consultation-page-grid{grid-template-columns:1fr}}