/* Surobani Elementor helper CSS. Schedule data/rendering are loaded from external JS files. */
.sb-page-shell,
.sb-page-shell *,
.sb-page-shell *::before,
.sb-page-shell *::after {
  box-sizing: border-box;
}

.sb-page-shell,
.sb-page-shell.e-con {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 42px 20px 0 !important;
  overflow-x: hidden;
  overflow-y: visible;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 143, 230, 0.12) 0 44px, transparent 45px),
    radial-gradient(circle at 88% 18%, rgba(255, 107, 170, 0.14) 0 54px, transparent 55px),
    radial-gradient(circle at 9% 78%, rgba(152, 140, 255, 0.13) 0 80px, transparent 81px),
    radial-gradient(circle at 91% 72%, rgba(255, 180, 216, 0.18) 0 92px, transparent 93px),
    linear-gradient(90deg, #f4fbff 0%, #fff9fd 45%, #fff4fb 100%);
  isolation: isolate;
}

.sb-page-shell::before,
.sb-page-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.sb-page-shell::before {
  opacity: 0.58;
  background-image:
    radial-gradient(circle at 7% 10%, rgba(0, 143, 230, 0.14) 0 3px, transparent 4px),
    radial-gradient(circle at 14% 31%, rgba(255, 107, 170, 0.18) 0 7px, transparent 8px),
    radial-gradient(circle at 21% 23%, rgba(152, 140, 255, 0.18) 0 5px, transparent 6px),
    radial-gradient(circle at 78% 15%, rgba(152, 140, 255, 0.16) 0 10px, transparent 11px),
    radial-gradient(circle at 88% 34%, rgba(0, 143, 230, 0.12) 0 6px, transparent 7px),
    radial-gradient(circle at 96% 59%, rgba(255, 107, 170, 0.16) 0 8px, transparent 9px),
    radial-gradient(circle at 16% 84%, rgba(0, 143, 230, 0.16) 0 10px, transparent 11px);
}

.sb-page-shell::after {
  opacity: 0.42;
  background:
    radial-gradient(ellipse at 3% 98%, rgba(255,255,255,0.88) 0 82px, transparent 83px),
    radial-gradient(ellipse at 10% 100%, rgba(189,230,255,0.72) 0 112px, transparent 113px),
    radial-gradient(ellipse at 97% 100%, rgba(255,255,255,0.88) 0 86px, transparent 87px),
    radial-gradient(ellipse at 89% 100%, rgba(255,180,216,0.58) 0 122px, transparent 123px);
}

.sb-page-shell > .elementor-element {
  position: relative;
  z-index: 1;
}

.sb-phone,
.sb-phone.e-con {
  position: relative;
  z-index: 1;
  width: min(430px, 100%) !important;
  max-width: 430px !important;
  min-height: 100vh;
  margin: 0 auto !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  border-radius: 0 !important;
}

.sb-hero,
.sb-footer-band {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
}

.sb-hero {
  position: relative;
  overflow: hidden;
}

.sb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.86;
  background-image:
    radial-gradient(circle at 7% 9%, rgba(255,255,255,0.95) 0 2px, transparent 3px),
    radial-gradient(circle at 83% 19%, rgba(255,107,170,0.35) 0 8px, transparent 9px),
    radial-gradient(circle at 91% 29%, rgba(152,140,255,0.34) 0 8px, transparent 9px),
    radial-gradient(circle at 18% 62%, rgba(255,255,255,0.92) 0 3px, transparent 4px),
    repeating-radial-gradient(circle at 7% 0%, rgba(255,255,255,0.72) 0 2px, transparent 3px 13px);
}

.sb-logo-image img,
.sb-preview-logo {
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0 8px 0 rgba(255,255,255,0.78)) drop-shadow(0 14px 18px rgba(0,143,230,0.16));
}

.sb-schedule-heading-img,
.elementor-widget-image.sb-schedule-heading-img {
  width: 90% !important;
  max-width: 390px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-self: center !important;
}

.sb-schedule-heading-img .elementor-widget-container {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

.sb-schedule-heading-img img,
.sb-preview-schedule-heading {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#surobani-schedule-root,
.sb-generated-schedule {
  width: 90% !important;
  max-width: 390px !important;
  margin: 0 auto !important;
  display: grid !important;
  gap: 8px !important;
}

.sb-generated-empty {
  padding: 18px 14px;
  border: 2px dashed rgba(0,174,245,0.42);
  border-radius: 16px;
  color: #1e7bc0;
  background: rgba(255,255,255,0.75);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.sb-store-item {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

.sb-store-summary {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 5px 12px 5px 5px !important;
  border: 2px solid var(--sb-row-color, #00aef5) !important;
  border-radius: 20px !important;
  outline: 0 !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.9)) !important;
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 82px 54px minmax(0, 1fr) 22px !important;
  column-gap: 8px !important;
  align-items: center !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
  position: relative !important;
  box-shadow: 0 3px 0 rgba(255,255,255,0.8) inset, 0 4px 13px rgba(65,132,201,0.09) !important;
}

.sb-store-summary:disabled,
.sb-report-store-summary:disabled,
.sb-report-date-summary:disabled {
  cursor: default;
}

.sb-store-summary:focus-visible,
.sb-report-store-summary:focus-visible,
.sb-report-date-summary:focus-visible {
  outline: 3px solid rgba(0,174,245,0.28);
  outline-offset: 2px;
}

.sb-row-blue { --sb-row: #00aef5; --sb-row-color: #00aef5; --sb-row-light: #6de3ff; --sb-row-dark: #008fe6; --sb-soft: rgba(0,174,245,0.2); }
.sb-row-pink { --sb-row: #ff6baa; --sb-row-color: #ff6baa; --sb-row-light: #ffb6d8; --sb-row-dark: #f23f8d; --sb-soft: rgba(255,107,170,0.22); }
.sb-row-purple { --sb-row: #a98cff; --sb-row-color: #a98cff; --sb-row-light: #d9c8ff; --sb-row-dark: #855dde; --sb-soft: rgba(169,140,255,0.24); }

.sb-date-badge {
  width: 72px !important;
  min-width: 72px !important;
  height: 34px !important;
  border-radius: 999px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  justify-self: start !important;
  align-self: center !important;
  line-height: 1 !important;
  color: #fff !important;
  font-weight: 900 !important;
  overflow: hidden !important;
  border: 0 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.65),
    0 2px 4px rgba(0,0,0,0.12) !important;
}

.sb-row-blue .sb-date-badge {
  background: linear-gradient(180deg, #74e4ff 0%, #02a9f4 100%) !important;
}

.sb-row-pink .sb-date-badge {
  background: linear-gradient(180deg, #ff95cf 0%, #ff4aa2 100%) !important;
}

.sb-row-purple .sb-date-badge {
  background: linear-gradient(180deg, #c9a4ff 0%, #8c62ef 100%) !important;
}

.sb-date-main {
  display: block !important;
  font-size: 18px !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  font-weight: 900 !important;
}

.sb-date-weekday {
  display: block !important;
  font-size: 10px !important;
  line-height: 1.05 !important;
  margin-top: 1px !important;
  font-weight: 900 !important;
}

.sb-area-label {
  display: block !important;
  min-width: 0 !important;
  align-self: center !important;
  justify-self: start !important;
  white-space: nowrap !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #111 !important;
}

.sb-store-name {
  display: block !important;
  min-width: 0 !important;
  align-self: center !important;
  justify-self: start !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: #111 !important;
}

.sb-row-arrow {
  position: static !important;
  justify-self: center !important;
  align-self: center !important;
  width: 12px !important;
  height: 12px !important;
  box-sizing: border-box !important;
  display: grid !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-right: 3px solid currentColor !important;
  border-bottom: 3px solid currentColor !important;
  color: var(--sb-row-color, #00aef5) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  text-indent: -999px !important;
  white-space: nowrap !important;
  transform: rotate(-45deg) !important;
  transition: transform 220ms ease !important;
}

.sb-store-item.is-open > .sb-store-summary {
  border-width: 2px !important;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.95), 0 0 18px rgba(0,174,245,0.46), 0 5px 18px rgba(0,143,230,0.18) !important;
}

.sb-store-summary[aria-expanded="true"] .sb-row-arrow,
.sb-store-item.is-open .sb-row-arrow {
  transform: rotate(45deg) !important;
}

.sb-store-summary::before,
.sb-store-summary::after,
.sb-row-arrow::before,
.sb-row-arrow::after {
  content: none;
  display: none !important;
}

.sb-store-panel,
.sb-report-store-panel,
.sb-report-date-panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
  will-change: height, opacity;
}

.sb-store-panel[hidden],
.sb-report-store-panel[hidden],
.sb-report-date-panel[hidden] {
  display: none !important;
}

.sb-store-item.is-open > .sb-store-panel,
.sb-report-store-item.is-open > .sb-report-store-panel,
.sb-report-date-item.is-open > .sb-report-date-panel {
  opacity: 1;
}

.sb-store-panel-inner {
  padding: 8px 0 10px;
}

.sb-detail-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 13px 14px 15px;
  border: 2px solid #24bfff;
  border-radius: 15px;
  background:
    radial-gradient(circle at 88% 9%, rgba(0,174,245,0.15) 0 24px, transparent 25px),
    radial-gradient(circle at 93% 18%, rgba(255,107,170,0.12) 0 36px, transparent 37px),
    linear-gradient(180deg, rgba(255,255,255,0.97), rgba(255,255,255,0.88));
  box-shadow: 0 4px 0 rgba(255,255,255,0.85) inset, 0 10px 26px rgba(0,143,230,0.13);
}

.sb-detail-card::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 14px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0,174,245,0.18), transparent 68%);
  pointer-events: none;
}

.sb-detail-heading-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 0 9px;
  border-bottom: 2px dashed #9edfff;
}

.sb-detail-title-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #25c3ff, #008fe6);
  font-size: 10px;
}

.sb-detail-title {
  min-width: 0;
  color: #008fe6;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  text-shadow: 0 2px 0 #fff;
}

.sb-basic-label {
  position: relative;
  z-index: 1;
  margin: 10px 0 5px;
  color: #008fe6;
  font-size: 15px;
  font-weight: 900;
}

.sb-info-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
}

.sb-info-row {
  display: grid;
  grid-template-columns: 28px 82px 12px minmax(0, 1fr);
  column-gap: 6px;
  align-items: center;
  min-height: 35px;
  border-bottom: 1px solid rgba(157,188,224,0.32);
}

.sb-info-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #25c3ff, #008fe6);
  font-size: 9px;
  font-weight: 900;
}

.sb-info-row:nth-child(2) .sb-info-icon { background: linear-gradient(180deg, #ff6baa, #f23f8d); }
.sb-info-row:nth-child(3) .sb-info-icon { background: linear-gradient(180deg, #a98cff, #855dde); }

.sb-info-label {
  color: #008fe6;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.sb-info-row:nth-child(2) .sb-info-label { color: #f23f8d; }
.sb-info-row:nth-child(3) .sb-info-label { color: #855dde; }

.sb-info-separator {
  color: #88bceb;
  font-size: 14px;
  font-weight: 900;
}

.sb-info-value {
  min-width: 0;
  color: #141c30;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.sb-info-value a {
  color: #008fe6;
  text-decoration: none;
  font-weight: 900;
}

.sb-report-banner-img {
  display: block !important;
  width: 100% !important;
  max-width: 360px !important;
  height: auto !important;
  margin: 0 auto 9px !important;
  opacity: 0;
  transform: translateY(8px);
}

.sb-report-banner-img.is-loaded {
  opacity: 1;
  transform: translateY(0);
}

.sb-report-dates {
  width: 100%;
  display: grid;
  justify-self: stretch;
  gap: 8px;
  margin-top: 8px;
}

.sb-report-date-item {
  width: 100%;
  border: 2px solid #00aef5;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,143,230,0.08);
}

.sb-report-date-summary {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  background: transparent !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 800 !important;
  text-align: left !important;
  color: #141c30 !important;
}

.sb-report-date-summary * {
  border-color: transparent !important;
  outline-color: transparent !important;
}

.sb-report-date-summary::before {
  content: "+";
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #35d0ff, #008fe6);
  font-weight: 900;
}

.sb-report-date-item.is-open .sb-report-date-summary::before {
  content: "-";
}

.sb-report-date-panel-inner {
  padding: 10px 12px 14px;
  border-top: 1px solid rgba(0, 174, 245, 0.18);
  background: #fff;
}

.sb-report-image-wrap {
  aspect-ratio: var(--sb-report-ratio, 860 / 1200);
}

.sb-report-image-wrap img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(20,34,56,0.12);
  opacity: 0;
  transform: translateY(8px);
}

.sb-report-image-wrap img.is-loaded {
  opacity: 1;
  transform: translateY(0);
}

.sb-report-list-section {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 12px auto 0;
  padding: 14px 12px 16px;
  border: 2px solid #dec5ff;
  border-radius: 18px;
  color: #fff;
  background: #dec5ff;
  box-shadow: 0 8px 20px rgba(139, 82, 198, 0.18);
  overflow: hidden;
}

.sb-report-list-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 14%, rgba(255,255,255,0.24) 0 16px, transparent 17px),
    radial-gradient(circle at 92% 20%, rgba(255,214,69,0.26) 0 22px, transparent 23px),
    radial-gradient(circle at 84% 92%, rgba(0,174,245,0.28) 0 42px, transparent 43px);
}

.sb-report-list-heading,
.sb-report-store-list {
  position: relative;
  z-index: 1;
}

.sb-report-list-heading {
  display: grid;
  justify-items: center;
  margin: 0 0 12px;
}

.sb-report-list-heading .sb-report-banner-img {
  width: 100% !important;
  max-width: 360px !important;
  margin: 0 auto !important;
}

.sb-report-heading-text {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border: 2px solid rgba(255,255,255,0.72);
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.sb-report-store-list {
  display: grid;
  gap: 9px;
}

.sb-report-store-item {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,0.14);
}

.sb-report-store-summary {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 11px 15px !important;
  border: 2px solid #dec5ff !important;
  border-radius: 14px !important;
  outline: 0 !important;
  background: #008fe6 !important;
  color: #fff !important;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.26), 0 4px 12px rgba(22, 41, 84, 0.16) !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
  position: relative !important;
}

.sb-report-store-summary.is-new {
  border-color: #dec5ff !important;
  background: #ffd83d !important;
  color: #111 !important;
}

.sb-report-store-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.sb-report-store-summary.is-new .sb-report-store-name {
  color: #111 !important;
}

.sb-report-store-arrow,
.sb-report-date-arrow {
  position: static;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 0;
  transform: none;
  overflow: hidden;
  color: transparent;
  font-size: 16px;
  line-height: 1;
  text-indent: -999px;
  white-space: nowrap;
  transition: transform 220ms ease;
}

.sb-report-store-arrow {
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  color: #fff;
  transform: rotate(-45deg);
}

.sb-report-date-arrow {
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  color: #fff;
  transform: rotate(-45deg);
}

.sb-report-store-summary.is-new .sb-report-store-arrow,
.sb-report-date-summary.is-new .sb-report-date-arrow {
  color: #4b3300;
}

.sb-report-store-item.is-open > .sb-report-store-summary .sb-report-store-arrow,
.sb-report-date-item.is-open > .sb-report-date-summary .sb-report-date-arrow {
  transform: rotate(45deg);
}

.sb-report-store-panel-inner {
  padding: 9px 0 0;
}

.sb-report-list-section .sb-report-dates {
  gap: 7px;
  margin: 0;
}

.sb-report-list-section .sb-report-date-item {
  border: 0;
  border-radius: 13px;
  background: rgba(255,255,255,0.14);
  box-shadow: none;
}

.sb-report-list-section .sb-report-date-summary {
  min-height: 44px !important;
  padding: 10px 13px !important;
  border: 2px solid #dec5ff !important;
  border-radius: 13px !important;
  background: #8400ff !important;
  color: #fff !important;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.26) !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  font-weight: 900 !important;
}

.sb-report-list-section .sb-report-date-summary::before,
.sb-report-list-section .sb-report-date-summary::after,
.sb-report-list-section .sb-report-store-summary::before,
.sb-report-list-section .sb-report-store-summary::after,
.sb-report-list-section .sb-report-store-arrow::before,
.sb-report-list-section .sb-report-store-arrow::after,
.sb-report-list-section .sb-report-date-arrow::before,
.sb-report-list-section .sb-report-date-arrow::after,
.sb-report-list-section .sb-report-date-item.is-open .sb-report-date-summary::before,
.sb-report-list-section .sb-report-date-item.is-open .sb-report-date-summary::after {
  content: none;
  display: none !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.sb-report-list-section .sb-report-date-summary.is-new {
  border-color: #dec5ff !important;
  background: #ffd83d !important;
  color: #4b3300 !important;
}

.sb-report-date-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sb-new-badge {
  flex: 0 0 auto;
  min-width: 38px;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 999px;
  color: #fff;
  background: #ff4aa2;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 2px 0 rgba(120, 61, 0, 0.14);
}

.sb-report-list-section .sb-report-date-panel-inner {
  padding: 9px 0 10px;
  border-top: 0;
  background: transparent;
}

.sb-report-list-section .sb-report-image-wrap {
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255,255,255,0.94);
}

.sb-report-image-button {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.sb-report-list-section .sb-report-image-wrap img {
  border-radius: 10px;
  box-shadow: none;
}

.sb-report-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 46px 12px 18px;
  background: rgba(8, 14, 30, 0.86);
}

.sb-report-modal[hidden] {
  display: none !important;
}

.sb-report-modal-frame {
  width: min(96vw, 980px);
  height: min(86vh, 1180px);
  display: grid;
  place-items: center;
}

.sb-report-modal-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0,0,0,0.34);
}

.sb-report-modal-close {
  appearance: none;
  -webkit-appearance: none;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255,255,255,0.72);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,0.34);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

body.sb-report-modal-open {
  overflow: hidden;
}

.sb-footer-band {
  position: relative;
}

.sb-footer-band::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  opacity: 0.88;
  background:
    radial-gradient(ellipse at 17% 100%, #a8d9ff 0 45px, transparent 46px),
    radial-gradient(ellipse at 40% 100%, #d4c7ff 0 38px, transparent 39px),
    radial-gradient(ellipse at 67% 100%, #ffc6e1 0 42px, transparent 43px),
    radial-gradient(ellipse at 90% 100%, #a8d9ff 0 44px, transparent 45px);
  pointer-events: none;
}

.sb-footer-band .elementor-widget {
  position: relative;
  z-index: 1;
}

.sb-preview-controls {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0,174,245,0.18);
}

.sb-preview-controls button {
  min-height: 34px;
  padding: 6px 12px;
  border: 2px solid #00aef5;
  border-radius: 999px;
  color: #008fe6;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.sb-preview-controls button.is-active {
  color: #fff;
  background: linear-gradient(180deg, #35d0ff, #008fe6);
}

.sb-preview-count {
  color: #243044;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .sb-page-shell,
  .sb-page-shell.e-con {
    padding: 0 !important;
  }

  .sb-phone,
  .sb-phone.e-con {
    width: 100% !important;
    max-width: none !important;
    box-shadow: none !important;
  }

  #surobani-schedule-root,
  .sb-generated-schedule,
  .sb-schedule-heading-img,
  .elementor-widget-image.sb-schedule-heading-img {
    width: calc(100% - 24px) !important;
    max-width: 390px !important;
  }

  .sb-store-summary {
    grid-template-columns: 82px 54px minmax(0, 1fr) 22px;
    column-gap: 8px;
  }

  .sb-date-badge {
    width: 72px;
    min-width: 72px;
  }
}

@media (max-width: 360px) {
  .sb-store-summary {
    grid-template-columns: 76px 48px minmax(0, 1fr) 16px;
    column-gap: 5px;
    padding-right: 6px;
  }

  .sb-date-badge {
    width: 76px;
    min-width: 76px;
  }

  .sb-date-main {
    font-size: 19px;
  }

  .sb-date-weekday,
  .sb-area-label {
    font-size: 11px;
  }

  .sb-store-name,
  .sb-info-value {
    font-size: 13px;
  }

  .sb-info-row {
    grid-template-columns: 26px 72px 10px minmax(0, 1fr);
    column-gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sb-row-arrow,
  .sb-report-image-wrap img {
    transition: none !important;
  }
}
