.rnova-widget {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(26, 35, 50, 0.34);
  backdrop-filter: blur(10px);
  font-family: Geologica, Arial, sans-serif;
  color: #1a2332;
}

/* Static direct-booking action inside doctor cards. */
.rnova-inline-scheduler {
  box-sizing: border-box;
  width: 100%;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid #b9e8e4;
  border-radius: 8px;
  background: #f4fbfb;
  box-shadow: 0 12px 34px rgba(37, 84, 99, 0.08);
  color: #172235;
  font-family: Geologica, Arial, sans-serif;
}
.rnova-inline-scheduler *,
.rnova-inline-scheduler *::before,
.rnova-inline-scheduler *::after {
  box-sizing: border-box;
}
.rnova-inline-scheduler__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.rnova-inline-scheduler__head > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}
.rnova-inline-scheduler__head strong {
  font-size: 18px;
  line-height: 1.25;
}
.rnova-inline-scheduler__head span {
  color: #617188;
  font-size: 13px;
  line-height: 1.35;
}
.rnova-inline-scheduler__refresh {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #b9e8e4;
  border-radius: 50%;
  background: #fff;
  color: #177d7a;
  font: inherit;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}
.rnova-inline-scheduler__body {
  margin-top: 16px;
}
.rnova-inline-scheduler__dates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.rnova-inline-scheduler__date {
  min-height: 42px;
  border: 1px solid #d3e8e7;
  border-radius: 7px;
  padding: 7px 10px;
  background: #fff;
  color: #506077;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
}
.rnova-inline-scheduler__date.is-active {
  border-color: #71d3cc;
  background: #dff6f4;
  color: #126f6c;
}
.rnova-inline-scheduler__times {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}
.rnova-inline-scheduler__time {
  min-height: 42px;
  border: 1px solid #cde1e4;
  border-radius: 7px;
  background: #fff;
  color: #172235;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.rnova-inline-scheduler__time:hover,
.rnova-inline-scheduler__time:focus-visible {
  border-color: #5dc8c1;
  background: #dff6f4;
  outline: none;
}
.rnova-inline-scheduler__empty {
  border: 1px dashed #c8dcdf;
  border-radius: 7px;
  padding: 18px;
  background: #fff;
  color: #65758a;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}
.rnova-inline-scheduler__skeleton {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}
.rnova-inline-scheduler__skeleton i {
  height: 42px;
  border-radius: 7px;
  background: #dfeeed;
  animation: rnova-inline-pulse 1.1s ease-in-out infinite alternate;
}
@keyframes rnova-inline-pulse {
  from { opacity: 0.45; }
  to { opacity: 1; }
}
@media (max-width: 560px) {
  .rnova-inline-scheduler {
    width: calc(100vw - 30px);
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 16px;
  }
  .rnova-inline-scheduler__dates {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rnova-inline-scheduler__times,
  .rnova-inline-scheduler__skeleton {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ls-offer-old,
.offer-old {
  display: block;
  margin-bottom: 2px;
  color: #66758a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: line-through;
}

.rnova-phleb-old-price {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  margin-left: 12px;
  border-left: 2px solid rgba(130, 216, 208, 0.55);
  padding: 4px 0 4px 14px;
  color: #66758a;
  line-height: 1.05;
  white-space: nowrap;
}
.rnova-phleb-old-price > span {
  color: #168f86;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rnova-phleb-old-price del {
  font-size: 17px;
  font-weight: 700;
  text-decoration-thickness: 2px;
}
@media (max-width: 420px) {
  .rnova-phleb-old-price {
    margin-left: 8px;
    padding-left: 10px;
  }
  .rnova-phleb-old-price del {
    font-size: 15px;
  }
}

.rnova-doctor-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid #a9e4df;
  border-radius: 8px;
  background: #eefafa;
  color: #172235;
}
.rnova-doctor-inline__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}
.rnova-doctor-inline__copy strong {
  font-size: 15px;
  line-height: 1.25;
}
.rnova-doctor-inline__copy span {
  color: #607087;
  font-size: 12px;
  line-height: 1.35;
}
.rnova-doctor-inline__button {
  min-height: 42px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  background: #78d5ce;
  color: #172235;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.rnova-doctor-inline__button:hover {
  background: #67c9c1;
}
@media (max-width: 560px) {
  .rnova-doctor-inline {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
  .rnova-doctor-inline__button {
    width: 100%;
  }
}

.rnova-widget.is-open {
  display: grid;
}

.rnova-widget * {
  box-sizing: border-box;
}

.rnova-sheet {
  width: min(980px, 100%);
  max-height: calc(100svh - 36px);
  overflow: auto;
  padding: 26px;
  border: 1px solid rgba(129, 216, 208, 0.74);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 30px 90px rgba(26, 35, 50, 0.22);
  animation: rnova-enter 0.24s ease both;
}

.rnova-sheet--stable {
  animation: none;
}

@keyframes rnova-enter {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.rnova-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.rnova-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(129, 216, 208, 0.18);
  color: #17817d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rnova-title {
  margin: 12px 0 0;
  color: #1a2332;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.03;
  font-weight: 900;
}

.rnova-offer .rnova-title {
  margin-top: 0;
}

.rnova-subtitle {
  max-width: 690px;
  margin: 10px 0 0;
  color: #536477;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 650;
}

.rnova-close {
  min-width: 98px;
  min-height: 44px;
  border: 1px solid rgba(129, 216, 208, 0.52);
  border-radius: 16px;
  background: #fff;
  color: #1a2332;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.rnova-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.rnova-steps span {
  min-height: 42px;
  padding: 11px 14px;
  border: 1px solid #e3ebf0;
  border-radius: 999px;
  background: #f8fafc;
  color: #7a8797;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.rnova-steps span.is-active {
  border-color: rgba(129, 216, 208, 0.58);
  background: rgba(129, 216, 208, 0.16);
  color: #17817d;
}

.rnova-card {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid #e1edf0;
  border-radius: 22px;
  background: #fff;
}

.rnova-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.rnova-card h3 {
  margin: 0;
  color: #1a2332;
  font-size: 22px;
  font-weight: 900;
}

.rnova-card p {
  margin: 4px 0 0;
  color: #687789;
  font-size: 14px;
  line-height: 1.35;
}

.rnova-refresh {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(129, 216, 208, 0.38);
  border-radius: 999px;
  background: #f1fbfa;
  color: #17817d;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}

.rnova-doctors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.rnova-doctor {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 104px;
  padding: 11px;
  border: 1px solid #e0ebef;
  border-radius: 20px;
  background: #fff;
  color: #1a2332;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.rnova-doctor.is-active {
  border-color: #81d8d0;
  background: #f3fcfb;
  box-shadow: inset 0 0 0 1px rgba(129, 216, 208, 0.45);
}

.rnova-avatar {
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background: #e7f5f3;
  color: #17817d;
  font-size: 22px;
  font-weight: 900;
  object-fit: cover;
  object-position: center top;
}

.rnova-avatar:not(img) {
  display: grid;
  place-items: center;
}

img.rnova-avatar {
  max-width: none !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.rnova-doctor strong {
  display: block;
  color: #1a2332;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.16;
}

.rnova-doctor small,
.rnova-doctor em {
  display: block;
  margin-top: 4px;
  color: #687789;
  font-size: 12px;
  font-style: normal;
  line-height: 1.28;
}

.rnova-date-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.rnova-date-selector button,
.rnova-date-trigger {
  min-height: 42px;
  border: 1px solid #dce8ed;
  border-radius: 14px;
  background: #fff;
  color: #1a2332;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.rnova-date-selector button.is-selected,
.rnova-date-trigger.is-selected {
  border-color: #81d8d0;
  background: rgba(129, 216, 208, 0.18);
  color: #17817d;
}

.rnova-date-menu {
  position: relative;
}

.rnova-date-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 0 12px;
}

.rnova-date-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 2;
  display: grid;
  gap: 6px;
  width: min(330px, 90vw);
  padding: 8px;
  border: 1px solid #dce8ed;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 54px rgba(26, 35, 50, 0.16);
}

.rnova-date-panel button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 12px;
  text-align: left;
}

.rnova-date-panel em {
  color: #17817d;
  font-size: 12px;
  font-style: normal;
  white-space: nowrap;
}

.rnova-slot-day {
  padding: 14px;
  border: 1px solid #e3edf1;
  border-radius: 18px;
  background: #fbfdfe;
}

.rnova-slot-day h4 {
  margin: 0;
  color: #1a2332;
  font-size: 15px;
  font-weight: 900;
}

.rnova-times {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.rnova-times button {
  min-height: 42px;
  border: 1px solid #dce8ed;
  border-radius: 14px;
  background: #fff;
  color: #1a2332;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.rnova-times button.is-selected {
  border-color: #81d8d0;
  background: #81d8d0;
  box-shadow: 0 10px 22px rgba(129, 216, 208, 0.32);
}

.rnova-loading,
.rnova-error {
  display: grid;
  place-items: center;
  min-height: 150px;
  border-radius: 18px;
  background: #fbfdfe;
  color: #687789;
  font-weight: 850;
  text-align: center;
}

.rnova-error {
  min-height: auto;
  margin-top: 12px;
  padding: 12px;
  background: #fff5f3;
  color: #b3412d;
}

.rnova-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: end;
  gap: 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e3edf1;
}

.rnova-patient-check {
  padding: 14px;
  border: 1px solid #e3edf1;
  border-radius: 20px;
  background: #fbfdfe;
}

.rnova-patient-check .rnova-section-head {
  margin-bottom: 10px;
}

.rnova-patient-check h3 {
  margin: 0;
  color: #1a2332;
  font-size: 18px;
  font-weight: 900;
}

.rnova-patient-check p {
  margin: 3px 0 0;
  color: #687789;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.rnova-patient-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.rnova-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.rnova-field span {
  color: #687789;
  font-size: 12px;
  font-weight: 850;
}

.rnova-field input,
.rnova-gender button {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid #dce8ed;
  border-radius: 14px;
  background: #fff;
  color: #1a2332;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
}

.rnova-field input {
  padding: 0 12px;
  outline: none;
}

.rnova-field input:focus {
  border-color: #81d8d0;
  box-shadow: 0 0 0 3px rgba(129, 216, 208, 0.18);
}

.rnova-gender div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.rnova-gender button {
  padding: 0 8px;
  cursor: pointer;
}

.rnova-gender button.is-selected {
  border-color: #81d8d0;
  background: rgba(129, 216, 208, 0.2);
  color: #17817d;
}

.rnova-field.is-invalid input,
.rnova-field.is-invalid button:not(.is-selected) {
  border-color: #e58b7a;
  background: #fff8f6;
}

.rnova-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  margin-top: 11px;
  padding: 10px 11px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #687789;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  cursor: pointer;
}

.rnova-consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #17817d;
  cursor: pointer;
}

.rnova-consent a {
  color: #17817d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rnova-consent.is-invalid {
  border-color: #e58b7a;
  background: #fff8f6;
  color: #9b3f2e;
}

.rnova-summary-time {
  margin-top: 10px;
}

.rnova-stage-time .rnova-footer > div:first-child {
  width: 100%;
}

.rnova-summary span {
  display: block;
  color: #687789;
  font-size: 13px;
}

.rnova-summary strong {
  display: block;
  margin-top: 2px;
  color: #1a2332;
  font-weight: 900;
}

.rnova-summary small {
  display: block;
  margin-top: 3px;
  color: #687789;
  font-size: 13px;
}

.rnova-actions {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 10px;
}

.rnova-primary,
.rnova-secondary {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.rnova-primary {
  background: #81d8d0;
  color: #1a2332;
  box-shadow: 0 16px 34px rgba(129, 216, 208, 0.38);
}

.rnova-secondary {
  border: 1px solid rgba(129, 216, 208, 0.54);
  background: #fff;
  color: #1a2332;
}

.rnova-primary:disabled {
  background: #d7e7e6;
  box-shadow: none;
  color: #7a8797;
  cursor: default;
}

.rnova-success {
  display: grid;
  justify-items: center;
  padding: 38px 18px 24px;
  text-align: center;
}

.rnova-success-mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
  border-radius: 24px;
  background: #81d8d0;
  color: #1a2332;
  font-size: 42px;
  font-weight: 900;
}

.rnova-success h3 {
  margin: 12px 0 0;
  color: #1a2332;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 900;
}

.rnova-success p {
  max-width: 430px;
  margin: 14px 0 0;
  color: #536477;
  line-height: 1.55;
}

body.rnova-widget-lock {
  overflow: hidden;
}

body.rnova-widget-lock #cb-widget,
body.rnova-widget-lock .cb-widget,
body.rnova-widget-lock #sticky-cta,
body.rnova-widget-lock .sticky-cta,
body.rnova-widget-lock .leadback-widget,
body.rnova-widget-lock [class*="leadback"] {
  display: none !important;
}

@media (max-width: 700px) {
  .rnova-widget {
    align-items: center;
    padding: 8px;
  }

  .rnova-sheet {
    width: min(100%, 430px);
    max-height: calc(100svh - 16px);
    padding: 14px;
    border-radius: 24px;
  }

  .rnova-header {
    position: relative;
    display: grid;
    justify-items: center;
    min-height: 0;
    padding: 4px 70px 0;
    text-align: center;
  }

  .rnova-section-head {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 10px;
  }

  .rnova-kicker {
    margin: 0 auto;
    min-height: 26px;
    padding: 0 10px;
    font-size: 10px;
  }

  .rnova-title {
    max-width: 300px;
    margin-top: 0;
    font-size: clamp(23px, 6vw, 26px);
    line-height: 1.08;
  }

  .rnova-subtitle {
    max-width: 315px;
    margin: 7px auto 0;
    font-size: 12px;
    line-height: 1.38;
  }

  .rnova-close {
    position: absolute;
    top: 2px;
    right: 0;
    min-width: 64px;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
  }

  .rnova-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 14px;
  }

  .rnova-steps span {
    min-height: 34px;
    padding: 8px 6px;
    font-size: 11px;
    line-height: 1.15;
  }

  .rnova-card {
    margin-top: 12px;
    padding: 12px;
    border-radius: 20px;
  }

  .rnova-card h3 {
    font-size: 20px;
  }

  .rnova-card p {
    max-width: 310px;
    font-size: 13px;
  }

  .rnova-doctors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    gap: 8px;
  }

  .rnova-doctor {
    width: 100%;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 8px;
    min-height: 86px;
    padding: 8px;
    border-radius: 16px;
  }

  .rnova-avatar {
    width: 52px;
    height: 52px;
    border-radius: 13px;
  }

  .rnova-doctor strong {
    font-size: 12px;
    line-height: 1.12;
  }

  .rnova-doctor small,
  .rnova-doctor em {
    margin-top: 3px;
    font-size: 9.5px;
    line-height: 1.2;
  }

  .rnova-date-selector {
    grid-template-columns: 1fr;
  }

  .rnova-times {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rnova-footer,
  .rnova-actions {
    grid-template-columns: 1fr;
  }

  .rnova-footer {
    justify-items: center;
    text-align: center;
  }

  .rnova-stage-time .rnova-header {
    padding-top: 0;
  }

  .rnova-stage-time .rnova-title {
    max-width: 280px;
    font-size: clamp(21px, 5.5vw, 24px);
  }

  .rnova-stage-time .rnova-subtitle {
    display: none;
  }

  .rnova-stage-time .rnova-steps {
    margin-top: 10px;
  }

  .rnova-stage-time .rnova-card {
    margin-top: 10px;
  }

  .rnova-stage-time .rnova-footer {
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .rnova-patient-check {
    width: 100%;
    padding: 12px;
    text-align: left;
  }

  .rnova-patient-check .rnova-section-head {
    justify-items: start;
    text-align: left;
  }

  .rnova-patient-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rnova-field input,
  .rnova-gender button {
    min-height: 40px;
    font-size: 12px;
  }

  .rnova-summary-time {
    text-align: center;
  }

  .rnova-stage-time .rnova-actions {
    grid-template-columns: 104px minmax(0, 1fr);
    width: 100%;
  }

  .rnova-stage-time .rnova-primary,
  .rnova-stage-time .rnova-secondary {
    min-height: 50px;
    border-radius: 16px;
  }
}
