.map-panel[data-rb-map-panel-hidden="true"] {
  display: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
  pointer-events: none !important;
  background: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.rb-map-picker-slot {
  position: relative;
  width: 100%;
  padding: 13px 14px;
  margin: 0 0 12px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(10, 36, 61, .82), rgba(47, 24, 15, .70)),
    url("assets/schedule-wavy-stripes.webp") center center / cover no-repeat;
  border: 1px solid rgba(91, 149, 215, .45);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255,255,255,.28);
  backdrop-filter: blur(16px);
}

.rb-map-picker-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 226, 181, .26), transparent 8rem),
    radial-gradient(circle at 90% 84%, rgba(91, 174, 235, .24), transparent 9rem);
}

.rb-map-picker-button {
  position: relative;
  width: 100%;
  min-height: 60px;
  padding: 0;
  justify-content: flex-start;
  text-align: left;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rb-map-picker-button::after {
  display: none;
}

.rb-map-picker-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #32160b;
  background: linear-gradient(135deg, #fff1cb, #ffbd5d);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.42);
  font-weight: 950;
  overflow: hidden;
}

.rb-map-picker-icon svg,
.rb-map-picker-icon img {
  width: 29px;
  height: 29px;
  display: block;
}

.rb-map-picker-copy {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rb-map-picker-copy .mini-label {
  margin: 0;
}

.rb-map-picker-copy strong {
  font-size: clamp(1.38rem, 6vw, 1.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.rb-map-picker-chevron {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  border-radius: 50%;
  color: #32160b;
  background: linear-gradient(135deg, #fff1c9, #ffbd5d);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.42);
  font-size: 0;
  line-height: 0;
  font-weight: 950;
}

.rb-map-picker-chevron::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 2px;
  margin: 0;
  transform: translate(-56%, -50%) rotate(-45deg);
  transform-origin: center;
}

.rb-map-choice {
  min-height: 58px !important;
  padding: 10px 13px !important;
  align-items: center !important;
}

.rb-map-choice .provider-logo {
  margin-right: 0;
}

.rb-map-choice .day-picker-main {
  justify-content: center;
}

.rb-map-choice .day-picker-main strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.02rem;
  line-height: 1;
}

.rb-map-choice .day-picker-main small {
  display: none !important;
}

.rb-map-picker-modal .day-picker-subtext {
  margin-bottom: 12px;
}
