.cbmc-meeting-replacement,
.cbmc-meeting-replacement *{box-sizing:border-box}
.cbmc-meeting-replacement{width:100%;height:100%;min-width:0}
.cbmc-meeting-card{width:100%;min-height:100%;background:#fff;border:1px solid #dedbd4;border-top:5px solid #0b315f;padding:38px 46px;font-family:inherit;color:#101010;display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.cbmc-meeting-kicker{font-size:14px;line-height:1.3;letter-spacing:.18em;font-weight:700;color:#4bb0ca;text-transform:uppercase;border-bottom:1px solid #dedbd4;padding:0 0 20px;margin:0 0 24px}
.cbmc-meeting-card h2{font-family:inherit;font-size:clamp(36px,2.7vw,52px);line-height:1.08;letter-spacing:-.035em;margin:0 0 18px;color:#101010;font-weight:700;max-width:700px}
.cbmc-meeting-intro{font-size:18px;line-height:1.58;color:#667085;margin:0 0 24px;max-width:760px}
.cbmc-meeting-label{display:block;font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;margin:0 0 8px;color:#0b315f}
.cbmc-advisor-select{appearance:auto;width:100%;min-height:50px;border:1px solid #ccd3dd;background:#fff;color:#101010;padding:10px 14px;font:inherit;margin:0 0 18px;border-radius:0}
.cbmc-meeting-button{appearance:none;border:0;border-radius:0;display:inline-flex;align-items:center;justify-content:center;gap:18px;align-self:flex-start;min-width:224px;min-height:58px;padding:16px 24px;background:#4bb0ca;color:#fff;font:inherit;font-size:15px;font-weight:700;letter-spacing:.09em;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}
.cbmc-meeting-button:hover,.cbmc-meeting-button:focus-visible{background:#0b315f;color:#fff;transform:translateY(-1px);box-shadow:0 10px 25px rgba(11,49,95,.16);outline:2px solid transparent}
.cbmc-meeting-button__arrow{font-size:18px;line-height:1}
.cbmc-booking-steps{list-style:none!important;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:26px 0 0!important;padding:20px 0 0!important;border-top:1px solid #ded8cf;color:#53657b}
.cbmc-booking-steps li{list-style:none!important;display:flex;align-items:flex-start;gap:8px;margin:0!important;padding:0!important;font-size:12px;line-height:1.35}
.cbmc-booking-steps li::marker{content:""}
.cbmc-booking-steps span{display:inline-flex;flex:0 0 24px;width:24px;height:24px;border-radius:50%;align-items:center;justify-content:center;background:#4bb0ca;color:#fff;font-size:11px;font-weight:700}
.cbmc-booking-steps em{font-style:normal;padding-top:4px}
.cbmc-meeting-note{font-size:12px;line-height:1.55;color:#7b8494;margin:15px 0 0}
.cbmc-meeting-warning{padding:16px 18px;background:#fff8e5;border:1px solid #f2d48d;color:#684f12;font-size:14px;line-height:1.5}

.cbmc-booking-modal[hidden]{display:none!important}
.cbmc-booking-modal,.cbmc-booking-modal *{box-sizing:border-box}
.cbmc-booking-modal{position:fixed;inset:0;z-index:2147483000;font-family:inherit}
.cbmc-booking-modal__backdrop{position:absolute;inset:0;background:rgba(5,23,48,.78);backdrop-filter:blur(4px)}
.cbmc-booking-modal__panel{position:absolute;inset:2.5vh 2.5vw;background:#fff;box-shadow:0 35px 110px rgba(0,0,0,.38);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border-top:5px solid #4bb0ca}
.cbmc-booking-modal__header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 18px 14px 24px;background:#0b315f;color:#fff}
.cbmc-booking-modal__brand{display:flex;align-items:baseline;gap:15px;min-width:0}
.cbmc-booking-modal__brand span{font-size:11px;letter-spacing:.2em;font-weight:700;text-transform:uppercase;color:#70c5da;white-space:nowrap}
.cbmc-booking-modal__brand strong{font-size:18px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cbmc-booking-modal__close{appearance:none;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0;flex:0 0 auto}
.cbmc-booking-modal__close:hover,.cbmc-booking-modal__close:focus-visible{background:#fff;color:#0b315f;outline:0}
.cbmc-booking-modal__close span{font-size:30px;line-height:1;margin-top:-2px}
.cbmc-booking-modal__content{position:relative;min-height:0;background:#fff}
.cbmc-booking-frame{display:block;border:0;width:100%;height:100%;min-height:560px;background:#fff}
.cbmc-booking-loader{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#fff;color:#53657b;transition:opacity .2s ease,visibility .2s ease}
.cbmc-booking-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.cbmc-booking-loader p{font-size:14px;margin:0}
.cbmc-booking-spinner{width:38px;height:38px;border:3px solid #d9e5eb;border-top-color:#4bb0ca;border-radius:50%;animation:cbmc-spin .8s linear infinite}
@keyframes cbmc-spin{to{transform:rotate(360deg)}}
.cbmc-booking-modal__footer{min-height:48px;display:flex;align-items:center;gap:14px;padding:8px 18px;border-top:1px solid #e4e7ec;background:#fafbfc;font-size:12px;color:#667085}
.cbmc-booking-fallback{display:flex;align-items:center;gap:7px;min-width:0}
.cbmc-booking-fallback[hidden]{display:none!important}
.cbmc-booking-fallback strong{color:#101828;white-space:nowrap}
.cbmc-booking-external{color:#0b7596;text-decoration:underline;font-weight:700;white-space:nowrap}
.cbmc-booking-secure{margin-left:auto;color:#7b8494;white-space:nowrap}
html.cbmc-booking-modal-open,body.cbmc-booking-modal-open{overflow:hidden!important}

@media(max-width:900px){
  .cbmc-meeting-card{padding:32px 30px}
  .cbmc-meeting-card h2{font-size:42px}
  .cbmc-booking-modal__panel{inset:1.5vh 1.5vw}
  .cbmc-booking-modal__footer{align-items:flex-start;flex-wrap:wrap}
  .cbmc-booking-secure{margin-left:0;width:100%}
}
@media(max-width:767px){
  .cbmc-meeting-card{padding:28px 22px}
  .cbmc-meeting-card h2{font-size:38px}
  .cbmc-meeting-intro{font-size:17px}
  .cbmc-meeting-button{width:100%;min-width:0}
  .cbmc-booking-steps{grid-template-columns:1fr;gap:10px}
  .cbmc-booking-modal__panel{inset:0;border-top-width:4px}
  .cbmc-booking-modal__header{min-height:60px;padding:10px 10px 10px 15px}
  .cbmc-booking-modal__brand{display:block}
  .cbmc-booking-modal__brand span{display:block;margin-bottom:2px}
  .cbmc-booking-modal__brand strong{display:block;font-size:15px;max-width:calc(100vw - 80px)}
  .cbmc-booking-modal__close{width:40px;height:40px}
  .cbmc-booking-frame{min-height:calc(100vh - 116px)}
  .cbmc-booking-modal__footer{display:none}
}
@media(prefers-reduced-motion:reduce){
  .cbmc-meeting-button{transition:none}
  .cbmc-booking-spinner{animation-duration:1.6s}
}
