[hidden]{display:none !important;}
.gcr-modal{display:none !important;position:fixed;inset:0;z-index:999999;}
.gcr-modal[hidden]{display:none !important;}
.gcr-modal:not([hidden]){display:block !important;}
.gcr-wrapper {
  --gcr-button-bg: #1f4f99;
  --gcr-button-color: #ffffff;
  --gcr-button-font-size: 20px;
  margin: 18px 0;
}
.gcr-wrapper .gcr-button {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100%;
  min-height: 60px;
  padding: 16px 20px;
  border: 0;
  border-radius: 12px;
  background: var(--gcr-button-bg);
  color: var(--gcr-button-color);
  font-size: var(--gcr-button-font-size);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(18,48,98,.18);
}
.gcr-wrapper .gcr-button:hover { opacity: .96; }
.gcr-button__icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gcr-button-color);
}
.gcr-button__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gcr-button__text { line-height: 1.2; }

.gcr-modal[hidden] { display:none !important; }
.gcr-modal { position:fixed; inset:0; z-index:999999; }
.gcr-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.45); }
.gcr-sheet {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: min(760px, calc(100vw - 24px));
  max-width: calc(100vw - 24px);
  background: #fff;
  border-radius: 22px 22px 0 0;
  padding: 28px 28px 24px;
  box-shadow: 0 -14px 38px rgba(0,0,0,.18);
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.gcr-close { position:absolute; top:12px; right:14px; border:0; background:transparent; font-size:42px; line-height:1; cursor:pointer; color:#1f1f1f; }
.gcr-title,.gcr-expired-title { margin:0 46px 22px 0; font-size:27px; line-height:1.18; font-weight:700; color:#141414; }
.gcr-step { margin-top:22px; padding-top:4px; }
.gcr-step__heading { display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.gcr-step__badge { width:30px; height:30px; border-radius:999px; background:#eef3ff; color:#1f4f99; display:inline-flex; align-items:center; justify-content:center; font-weight:700; font-size:16px; flex:0 0 30px; }
.gcr-label,.gcr-calendar-label { display:block; margin:0; font-size:20px; line-height:1.25; font-weight:700; color:#1a1a1a; }
.gcr-select-wrap { position:relative; width:100%; max-width:100%; box-sizing:border-box; }
.gcr-event-select {
  display:block; width:100%; max-width:100%; box-sizing:border-box;
  min-height:52px; padding:10px 56px 10px 18px; border:1px solid #d7dbe3; border-radius:14px; background:#fff; font-size:18px; line-height:1.3; color:#1f1f1f; appearance:none; -webkit-appearance:none; -moz-appearance:none;
}
.gcr-event-select:focus { outline:0; border-color:#1f4f99; box-shadow:0 0 0 3px rgba(31,79,153,.12); }
.gcr-select-chevron { position:absolute; right:16px; top:50%; transform:translateY(-50%); pointer-events:none; font-size:22px; color:#5e6775; line-height:1; }
.gcr-calendar-options[hidden] { display:none !important; }
.gcr-provider-list { display:grid; gap:12px; }
.gcr-provider { display:flex; align-items:center; gap:14px; text-decoration:none; border:1px solid #d7dbe3; border-radius:14px; padding:10px 18px; color:#1b1b1b; min-height:46px; background:#fff; }
.gcr-step3-label { font-size:18px; line-height:1.45; font-weight:700; color:#1a1a1a; }
.gcr-step3-body { margin:8px 0 0 42px; font-size:15px; line-height:1.6; color:#61656d; }
.gcr-provider:hover { background:#f7f9fc; border-color:#cbd3e1; }
.gcr-provider__icon { width:30px; height:30px; border-radius:999px; background:#eef2f8; display:inline-flex; align-items:center; justify-content:center; font-weight:700; color:#23314c; flex:0 0 30px; }
.gcr-provider__icon svg { width:18px; height:18px; display:block; fill:currentColor; stroke:currentColor; }
.gcr-provider__text { font-size:17px; font-weight:600; line-height:1.25; }
.gcr-publish-note { margin-top:18px; padding:14px 16px; background:#fff7e8; border:1px solid #f3ddb0; border-radius:12px; font-size:15px; line-height:1.55; color:#5f4a1e; }
.gcr-multi-reminder-note,.gcr-disclaimer,.gcr-expired-text { color:#61656d; }
.gcr-multi-reminder-note { margin-top:14px; font-size:16px; line-height:1.55; }
.gcr-disclaimer { margin-top:12px; font-size:15px; line-height:1.6; }
.gcr-expired-text { font-size:17px; line-height:1.6; }
.gcr-expired-cta { display:inline-flex; align-items:center; justify-content:center; margin-top:16px; text-decoration:none; font-weight:700; background:#1f4f99; color:#fff; padding:12px 16px; border-radius:12px; }
body.gcr-modal-open { overflow:hidden; }
@media (max-width: 767px) {
  .gcr-title,.gcr-expired-title { font-size:24px; margin-right:42px; }
  .gcr-wrapper .gcr-button { min-height:58px; padding:15px 18px; font-size:calc(var(--gcr-button-font-size) - 2px); border-radius:12px; }
  .gcr-button__icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gcr-button-color);
}
.gcr-button__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

