:root {
  --rsvs-bg: #ffffff;
  --rsvs-surface: #f6f7f5;
  --rsvs-text: #161816;
  --rsvs-muted: #5c635d;
  --rsvs-line: #dfe4df;
  --rsvs-accent: #0f766e;
  --rsvs-accent-dark: #115e59;
  --rsvs-warm: #f5b85f;
  --rsvs-radius: 8px;
  --rsvs-shadow: 0 18px 48px rgba(20, 28, 24, 0.1);
  --rsvs-page-pad: clamp(16px, 4vw, 64px);
  --rsvs-container-max: 1440px;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--rsvs-bg);
  color: var(--rsvs-text);
  display: flex;
  flex-direction: column;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.55;
  margin: 0;
  min-height: 100vh;
}

html[lang^="ar"] body {
  direction: rtl;
  font-family:
    Tajawal,
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.rsvs-container {
  margin: 0 auto;
  max-width: var(--rsvs-container-max);
  padding: 0;
  width: min(
    calc(100% - (var(--rsvs-page-pad) * 2)),
    var(--rsvs-container-max)
  );
}

.rsvs-site-main {
  flex: 1 0 auto;
  min-width: 0;
  overflow-x: hidden;
  width: 100%;
}

html:has(.rsvs-dashboard),
body:has(.rsvs-dashboard) {
  max-width: 100%;
  overflow-x: hidden;
}

body:has(.rsvs-dashboard) .rsvs-site-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

body:has(.rsvs-dashboard) .rsvs-site-main {
  padding-top: 72px;
}

.rsvs-site-header {
  align-items: center;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid var(--rsvs-line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 32px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.rsvs-brand {
  align-items: center;
  display: inline-flex;
  font-size: 1.08rem;
  font-weight: 800;
}

.rsvs-brand img {
  display: block;
  max-height: 50px;
  max-width: 250px;
  object-fit: contain;
  width: auto;
}

.rsvs-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.94rem;
}

.rsvs-mobile-menu-toggle,
.rsvs-mobile-menu-head,
.rsvs-mobile-menu-backdrop {
  display: none;
}

.rsvs-nav a {
  align-items: center;
  border-radius: var(--rsvs-radius);
  color: var(--rsvs-text);
  display: inline-flex;
  gap: 7px;
  min-height: 38px;
  padding: 8px 10px;
  text-decoration: none;
}

.rsvs-nav a:hover {
  background: var(--rsvs-surface);
}

.rsvs-nav i {
  color: var(--rsvs-accent-dark);
  font-size: 0.9rem;
}

.rsvs-locale-form {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.rsvs-locale-form label {
  align-items: center;
  background: var(--rsvs-surface);
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: inline-flex;
  gap: 6px;
  min-height: 38px;
  padding: 0 8px;
}

.rsvs-locale-form .rsvs-custom-select {
  min-width: 104px;
  width: auto;
}

.rsvs-locale-form .rsvs-custom-select-button {
  background: transparent;
  border: 0;
  min-height: 36px;
  padding: 7px 30px 7px 4px;
}

.rsvs-locale-form .rsvs-custom-select.is-open .rsvs-custom-select-button {
  box-shadow: none;
}

.rsvs-locale-form .rsvs-custom-select-menu {
  min-width: 100%;
  width: max-content;
}

.rsvs-locale-form select {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--rsvs-text);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  outline: 0;
  padding: 0 2px;
}

body {
  top: 0 !important;
}

.skiptranslate iframe,
iframe.goog-te-banner-frame,
.goog-te-banner-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}

.rsvs-nav .gtranslate_wrapper,
.rsvs-nav .gt_switcher,
.rsvs-nav .goog-te-gadget {
  align-items: center;
  display: inline-flex;
  margin: 0;
}

.rsvs-nav .goog-te-gadget {
  color: transparent;
  font-size: 0;
  gap: 0;
}

.rsvs-nav .goog-te-gadget span,
.rsvs-nav .goog-logo-link {
  display: none !important;
}

.rsvs-nav .goog-te-combo,
.rsvs-nav .gt_selector,
.rsvs-nav .gt_switcher .gt_selected a {
  appearance: none;
  background: #f5f8f6 !important;
  border: 1px solid var(--rsvs-line) !important;
  border-radius: 8px !important;
  color: var(--rsvs-text) !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 800;
  min-height: 42px;
  min-width: 150px;
  padding: 0 38px 0 14px !important;
}

.rsvs-nav .gt_switcher .gt_option {
  border: 1px solid var(--rsvs-line) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 38px rgba(20, 28, 24, 0.12);
  margin-top: 8px;
  overflow: hidden;
}

.rsvs-nav-button {
  background: var(--rsvs-accent);
  color: #fff !important;
  font-weight: 800;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.rsvs-nav-button:hover {
  background: var(--rsvs-accent-dark) !important;
}

.rsvs-nav-button i {
  color: #fff;
}

.rsvs-nav-button-danger {
  background: #b42318;
}

.rsvs-nav-button-danger:hover {
  background: #8f1d15 !important;
}

.rsvs-hero {
  background:
    radial-gradient(
      circle at 46% 0%,
      rgba(15, 118, 110, 0.18),
      transparent 38%
    ),
    radial-gradient(
      circle at 76% 62%,
      rgba(94, 234, 212, 0.26),
      transparent 34%
    ),
    radial-gradient(
      circle at 20% 76%,
      rgba(187, 247, 208, 0.28),
      transparent 30%
    ),
    linear-gradient(180deg, #fff 0%, #f7fbf8 100%);
  border-bottom: 1px solid var(--rsvs-line);
  padding: 150px 0;
}

.rsvs-hero-grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
}

.rsvs-hero-search-wrap {
  text-align: center;
}

.rsvs-hero-search-wrap h1 {
  font-size: clamp(2.6rem, 5.8vw, 4.8rem);
  line-height: 1;
  margin: 0;
}

.rsvs-hero-search-wrap > p:not(.rsvs-eyebrow) {
  color: var(--rsvs-text);
  font-size: clamp(1rem, 2vw, 1.35rem);
  margin: 12px auto 42px;
  max-width: 920px;
}

.rsvs-hero-search {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 8px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  box-shadow: 0 18px 52px rgba(15, 118, 110, 0.14);
  display: grid;
  gap: 0;
  grid-template-columns: 1.35fr 1fr 1.1fr auto;
  margin: 0 auto;
  max-width: 1180px;
  overflow: visible;
  text-align: left;
}

.rsvs-hero-search label {
  align-items: center;
  background: rgba(246, 247, 245, 0.76);
  display: flex;
  gap: 10px;
  min-height: 58px;
  padding: 0 18px;
}

.rsvs-hero-category-field {
  position: relative;
}

.rsvs-hero-category-trigger {
  align-items: center;
  background: rgba(246, 247, 245, 0.76) !important;
  border: 0 !important;
  border-radius: 30px 0 0 30px !important;
  color: var(--rsvs-text) !important;
  cursor: pointer;
  display: flex;
  gap: 12px;
  height: 58px;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 0 22px !important;
  text-align: left;
  width: 100%;
}

.rsvs-hero-category-trigger input {
  background: transparent;
  border: 0;
  color: var(--rsvs-text);
  flex: 1;
  font: inherit;
  min-width: 0;
  padding: 0;
}

.rsvs-hero-category-trigger input::placeholder {
  color: var(--rsvs-text);
  opacity: 1;
}

.rsvs-hero-category-field.is-open .rsvs-hero-category-trigger,
.rsvs-hero-category-trigger:focus-within {
  background: #fff !important;
  border-radius: 30px !important;
  box-shadow: 0 14px 34px rgba(20, 28, 24, 0.1);
}

.rsvs-hero-category-trigger:focus,
.rsvs-hero-category-trigger:focus-visible,
.rsvs-hero-date-trigger:focus,
.rsvs-hero-date-trigger:focus-visible,
.rsvs-hero-search input:focus,
.rsvs-hero-search input:focus-visible {
  outline: 0;
}

.rsvs-hero-category-trigger i {
  color: var(--rsvs-muted);
}

.rsvs-category-panel {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(15, 118, 110, 0.16);
  display: none;
  left: 0;
  max-height: 470px;
  overflow: hidden;
  padding: 26px;
  position: absolute;
  top: calc(100% + 10px);
  width: min(640px, 88vw);
  z-index: 50;
}

.rsvs-hero-category-field.is-open .rsvs-category-panel {
  display: block;
}

.rsvs-category-tabs-carousel {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  margin-bottom: 18px;
}

.rsvs-category-carousel-arrow {
  align-items: center;
  background: #eef8f5;
  border: 1px solid var(--rsvs-line);
  border-radius: 50%;
  color: var(--rsvs-primary);
  cursor: pointer;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  transition:
    background 160ms ease,
    color 160ms ease,
    opacity 160ms ease;
  width: 36px;
}

.rsvs-category-carousel-arrow:hover {
  background: var(--rsvs-primary);
  color: #fff;
}

.rsvs-category-carousel-arrow:disabled {
  cursor: default;
  opacity: 0.35;
}

.rsvs-category-carousel-arrow:disabled:hover {
  background: #eef8f5;
  color: var(--rsvs-primary);
}

.rsvs-category-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.rsvs-category-tabs::-webkit-scrollbar {
  display: none;
}

.rsvs-category-tabs button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: 999px;
  color: var(--rsvs-text);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 800;
  gap: 7px;
  min-height: 38px;
  padding: 0 15px;
  white-space: nowrap;
}

.rsvs-category-tabs button.is-active {
  background: #050505;
  border-color: #050505;
  color: #fff;
}

.rsvs-category-tabs span {
  background: var(--rsvs-surface);
  border-radius: 999px;
  color: var(--rsvs-muted);
  font-size: 0.75rem;
  padding: 2px 7px;
}

.rsvs-category-list {
  display: grid;
  gap: 8px;
  max-height: 330px;
  overflow-y: auto;
  padding-right: 4px;
}

.rsvs-category-list button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 14px;
  color: var(--rsvs-text);
  cursor: pointer;
  display: flex;
  gap: 14px;
  min-height: 50px;
  padding: 8px 10px;
  text-align: left;
}

.rsvs-sub-category-option {
  display: none !important;
}

.rsvs-sub-category-option.is-visible {
  display: flex !important;
}

.rsvs-category-list button:hover,
.rsvs-category-list button.is-selected {
  background: #eef8f5;
}

.rsvs-category-list i {
  align-items: center;
  background: #dff5ef;
  border-radius: 50%;
  color: var(--rsvs-accent-dark);
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 0.9rem;
  height: 34px;
  justify-content: center;
  line-height: 1;
  min-width: 34px;
  width: 34px;
}

.rsvs-category-list i::before {
  line-height: 1;
}

.rsvs-hero-search label:focus-within,
.rsvs-hero-category-field.is-open .rsvs-hero-category-trigger,
.rsvs-hero-category-trigger:focus-visible,
.rsvs-hero-date-field.is-open .rsvs-hero-date-trigger,
.rsvs-hero-date-trigger:focus-visible {
  background: #fff !important;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(20, 28, 24, 0.1);
}

.rsvs-hero-date-field {
  position: relative;
}

.rsvs-hero-date-trigger {
  align-items: center;
  background: rgba(246, 247, 245, 0.76) !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--rsvs-text) !important;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 12px;
  height: 58px;
  justify-content: flex-start;
  padding: 0 18px !important;
  text-align: left;
  width: 100%;
}

.rsvs-hero-time-panel {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(15, 118, 110, 0.18);
  display: none;
  gap: 24px;
  grid-template-columns: 170px minmax(360px, 1fr);
  left: auto;
  padding: 28px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(720px, 92vw);
  z-index: 999;
}

.rsvs-hero-date-field.is-open .rsvs-hero-time-panel {
  display: grid;
}

.rsvs-hero-date-shortcuts {
  display: grid;
  gap: 18px;
}

.rsvs-hero-date-shortcuts button {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: 14px;
  color: var(--rsvs-text);
  cursor: pointer;
  display: grid;
  gap: 4px;
  min-height: 90px;
  place-content: center;
  text-align: center;
}

.rsvs-hero-date-shortcuts button.is-selected {
  background: #eef8f5;
  border-color: var(--rsvs-accent);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.rsvs-hero-date-shortcuts button.is-disabled,
.rsvs-hero-date-shortcuts button:disabled {
  color: #b7bdb8;
  cursor: default;
  opacity: 0.58;
}

.rsvs-hero-date-shortcuts strong {
  font-size: 1rem;
}

.rsvs-hero-date-shortcuts small {
  color: var(--rsvs-muted);
}

.rsvs-hero-calendar {
  min-width: 0;
}

.rsvs-hero-calendar-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.rsvs-hero-calendar-head button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: var(--rsvs-text);
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.rsvs-hero-calendar-head button:hover {
  background: var(--rsvs-surface);
}

.rsvs-hero-calendar-head button.is-disabled,
.rsvs-hero-calendar-head button:disabled {
  color: #b7bdb8;
  cursor: default;
}

.rsvs-hero-calendar-head button.is-disabled:hover,
.rsvs-hero-calendar-head button:disabled:hover {
  background: transparent;
}

.rsvs-hero-calendar-weekdays,
.rsvs-hero-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  text-align: center;
}

.rsvs-hero-calendar-weekdays {
  color: var(--rsvs-muted);
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.rsvs-hero-calendar-grid {
  gap: 8px 4px;
}

.rsvs-hero-calendar-day {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--rsvs-text);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: 38px;
  justify-content: center;
  justify-self: center;
  padding: 0;
  width: 38px;
}

.rsvs-hero-calendar-day:hover {
  background: #eef8f5;
}

.rsvs-hero-calendar-day.is-selected {
  background: #eef8f5;
  border-color: var(--rsvs-accent);
  color: var(--rsvs-accent-dark);
  font-weight: 800;
}

.rsvs-hero-calendar-day.is-disabled {
  color: #b7bdb8;
  cursor: default;
  opacity: 0.65;
}

.rsvs-hero-calendar-day.is-disabled:hover {
  background: transparent;
}

.rsvs-hero-calendar-empty {
  height: 38px;
}

.rsvs-hero-schedule-row {
  align-items: center;
  border-top: 1px solid var(--rsvs-line);
  display: flex;
  gap: 10px;
  grid-column: 1 / -1;
  padding-top: 22px;
}

.rsvs-hero-schedule-row[hidden] {
  display: none;
}

.rsvs-hero-schedule-row > span {
  color: var(--rsvs-text);
  font-weight: 800;
  margin-right: 4px;
}

.rsvs-hero-schedule-row button {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: 14px;
  color: var(--rsvs-text);
  cursor: pointer;
  display: grid;
  gap: 2px;
  min-height: 54px;
  min-width: 96px;
  padding: 8px 12px;
  place-content: center;
  text-align: center;
}

.rsvs-hero-schedule-row button.is-selected {
  background: #eef8f5;
  border-color: var(--rsvs-accent);
  color: var(--rsvs-accent-dark);
}

.rsvs-hero-schedule-row button.is-disabled,
.rsvs-hero-schedule-row button:disabled {
  background: #fff;
  border-color: #eeeeee;
  color: #c5c5c5;
  cursor: default;
}

.rsvs-hero-schedule-row small {
  color: var(--rsvs-muted);
}

.rsvs-hero-schedule-row button.is-disabled small,
.rsvs-hero-schedule-row button:disabled small {
  color: #d0d0d0;
}

.rsvs-hero-search i {
  color: var(--rsvs-muted);
  flex: 0 0 18px;
}

.rsvs-hero-search input,
.rsvs-hero-search select {
  background: transparent;
  border: 0;
  color: var(--rsvs-text);
  font: inherit;
  min-width: 0;
  outline: 0;
  width: 100%;
}

.rsvs-hero-search > button {
  background: #050505;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  margin: 6px;
  min-height: 52px;
  padding: 0 28px;
}

.rsvs-hero h1 {
  font-size: clamp(1.5rem, 6vw, 3rem);
  line-height: 1.02;
  margin: 0 0 18px;
}

.rsvs-hero p {
  color: var(--rsvs-muted);
  font-size: 1.1rem;
  margin: 0 0 22px;
  max-width: 620px;
}

.rsvs-hero img,
.rsvs-shop-cover img {
  aspect-ratio: 16 / 9;
  border-radius: var(--rsvs-radius);
  object-fit: cover;
  width: 100%;
}

.rsvs-eyebrow {
  color: var(--rsvs-accent-dark) !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rsvs-search,
.rsvs-inline-filter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rsvs-inline-filter input {
  min-width: 150px;
}

.rsvs-search input,
.rsvs-inline-filter input,
.rsvs-booking-widget input,
.rsvs-booking-widget textarea,
.rsvs-booking-widget select,
.rsvs-auth-form input,
.rsvs-auth-form select {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  color: var(--rsvs-text);
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

select,
.rsvs-booking-widget select,
.rsvs-dashboard-filters select,
.rsvs-dashboard-form select,
.rsvs-review-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--rsvs-muted) 50%),
    linear-gradient(135deg, var(--rsvs-muted) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size:
    6px 6px,
    6px 6px;
  cursor: pointer;
  padding-right: 34px !important;
}

select:focus,
.rsvs-booking-widget select:focus,
.rsvs-dashboard-filters select:focus,
.rsvs-dashboard-form select:focus,
.rsvs-review-form select:focus {
  border-color: var(--rsvs-accent);
  box-shadow: 0 0 0 3px rgba(18, 130, 118, 0.12);
  outline: 0;
}

.rsvs-search button,
.rsvs-inline-filter button,
.rsvs-button,
.rsvs-booking-submit {
  background: var(--rsvs-accent);
  border: 0;
  border-radius: var(--rsvs-radius);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
}

.rsvs-button-secondary {
  background: #e7ece8;
  color: var(--rsvs-text);
}

.rsvs-button-danger {
  background: #b42318;
  color: #fff !important;
}

.rsvs-button-danger i,
.rsvs-button-danger span {
  color: #fff !important;
}

.rsvs-section {
  padding: 54px 0;
}

.rsvs-section:has(.rsvs-dashboard) {
  padding: 0;
}

.rsvs-content:has(.rsvs-dashboard) {
  max-width: none;
  padding: 0;
}

.rsvs-entry:has(.rsvs-dashboard) {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin: 0;
  padding: 0;
}

.rsvs-content {
  max-width: 920px;
}

.rsvs-entry {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  box-shadow: var(--rsvs-shadow);
  display: grid;
  gap: 16px;
  padding: 30px;
}

.rsvs-entry h1,
.rsvs-entry h2,
.rsvs-entry p {
  margin: 0;
}

.rsvs-entry h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.rsvs-entry h2 {
  margin-top: 8px;
}

.rsvs-entry p {
  color: var(--rsvs-muted);
  line-height: 1.7;
}

.rsvs-muted {
  background: var(--rsvs-surface);
}

.rsvs-section-heading {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.rsvs-section-heading h1,
.rsvs-section-heading h2 {
  margin: 0;
}

.rsvs-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.rsvs-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rsvs-service-carousel {
  position: relative;
}

.rsvs-service-carousel-track {
  display: grid;
  gap: 22px;
  grid-auto-columns: minmax(260px, calc((100% - 66px) / 4));
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.rsvs-service-carousel-track::-webkit-scrollbar {
  display: none;
}

.rsvs-service-carousel-slide {
  min-width: 0;
  scroll-snap-align: start;
}

.rsvs-service-carousel-slide .rsvs-card {
  height: 100%;
}

.rsvs-service-carousel-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: 50%;
  box-shadow: 0 12px 34px rgba(20, 28, 24, 0.16);
  color: var(--rsvs-primary);
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
  width: 46px;
  z-index: 5;
}

.rsvs-service-carousel-arrow:hover {
  background: var(--rsvs-primary);
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}

.rsvs-service-carousel-prev {
  left: -22px;
}

.rsvs-service-carousel-next {
  right: -22px;
}

.rsvs-service-carousel-arrow[hidden] {
  display: none;
}

.rsvs-card {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  box-shadow: 0 16px 38px rgba(20, 28, 24, 0.07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.rsvs-card:hover {
  border-color: rgba(15, 118, 110, 0.32);
  box-shadow: 0 22px 48px rgba(20, 28, 24, 0.11);
  transform: translateY(-2px);
}

.rsvs-card-click-target {
  inset: 0;
  position: absolute;
  z-index: 2;
}

.rsvs-card-click-target:focus-visible {
  border-radius: inherit;
  box-shadow: inset 0 0 0 3px rgba(18, 130, 118, 0.32);
  outline: 0;
}

.rsvs-card-media {
  display: block;
  position: relative;
}

.rsvs-card-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.rsvs-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.rsvs-card-title-row {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.rsvs-card h3 {
  font-size: 1.05rem;
  line-height: 1.25;
  margin: 0;
}

.rsvs-card p,
.rsvs-card span,
.rsvs-provider p,
.rsvs-dashboard p {
  color: var(--rsvs-muted);
}

.rsvs-card p {
  margin: 0;
}

.rsvs-mini-badge,
.rsvs-price-pill {
  align-items: center;
  background: #eef7f4;
  border-radius: 999px;
  color: var(--rsvs-accent-dark) !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 6px;
  padding: 6px 9px;
}

.rsvs-favorite-form,
.rsvs-favorite-link {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 5;
}

.rsvs-favorite-form button,
.rsvs-favorite-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(20, 28, 24, 0.16);
  color: var(--rsvs-text);
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.rsvs-favorite-form button:hover,
.rsvs-favorite-form button.is-favorite,
.rsvs-favorite-link:hover {
  color: #c0262d;
}

.rsvs-price-pill {
  background: var(--rsvs-accent);
  bottom: 12px;
  color: #fff !important;
  font-size: 0.9rem;
  position: absolute;
  right: 12px;
}

.rsvs-shop-card-logo {
  align-items: center;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  bottom: -28px;
  box-shadow: 0 12px 26px rgba(20, 28, 24, 0.18);
  display: inline-flex;
  height: 64px;
  justify-content: center;
  left: 16px;
  overflow: hidden;
  position: absolute;
  width: 64px;
}

.rsvs-shop-card-logo img {
  aspect-ratio: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.rsvs-shop-card .rsvs-card-body {
  padding-top: 42px;
}

.rsvs-public-card-meta {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.rsvs-public-card-meta span {
  align-items: center;
  color: var(--rsvs-muted);
  display: flex;
  font-size: 0.9rem;
  gap: 8px;
  line-height: 1.35;
  min-width: 0;
}

.rsvs-public-card-meta i {
  align-items: center;
  background: #eef7f4;
  border-radius: 50%;
  color: var(--rsvs-accent-dark);
  display: inline-flex;
  flex: 0 0 24px;
  font-size: 0.75rem;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.rsvs-card-cta {
  align-items: center;
  border-top: 1px solid var(--rsvs-line);
  color: var(--rsvs-accent-dark);
  display: flex;
  font-weight: 800;
  gap: 8px;
  justify-content: space-between;
  margin-top: 2px;
  padding-top: 12px;
}

.rsvs-card-cta i {
  transition: transform 0.18s ease;
}

.rsvs-card:hover .rsvs-card-cta i {
  transform: translateX(3px);
}

.rsvs-service-card {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  box-shadow: 0 16px 40px rgba(20, 28, 24, 0.06);
  gap: 0;
  overflow: hidden;
}

.rsvs-service-card:hover {
  border-color: rgba(18, 130, 118, 0.28);
  box-shadow: 0 22px 48px rgba(20, 28, 24, 0.12);
  transform: translateY(-2px);
}

.rsvs-service-card .rsvs-card-media {
  border-radius: 0;
  overflow: hidden;
}

.rsvs-service-card .rsvs-card-media img {
  aspect-ratio: 16 / 10;
  display: block;
  transition: transform 0.22s ease;
}

.rsvs-service-card:hover .rsvs-card-media img {
  transform: scale(1.025);
}

.rsvs-service-card .rsvs-card-body {
  gap: 9px;
  padding: 14px;
  position: relative;
}

.rsvs-service-card-heading {
  align-items: flex-start;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.rsvs-service-card-heading h3 {
  font-size: 0.84rem;
  line-height: 1.18;
  margin: 0;
}

.rsvs-service-card-heading a {
  color: var(--rsvs-text);
}

.rsvs-service-rating {
  align-items: center;
  background: #fff8e6;
  border: 1px solid #ffe2a3;
  border-radius: 999px;
  color: var(--rsvs-text) !important;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 4px;
  line-height: 1.2;
  padding: 5px 8px;
  white-space: nowrap;
}

.rsvs-service-rating i {
  color: #f5a400;
  font-size: 0.82rem;
}

.rsvs-service-location,
.rsvs-service-foot,
.rsvs-service-vendor {
  color: var(--rsvs-muted);
  font-size: 0.88rem;
  line-height: 1.35;
  margin: 0;
}

.rsvs-service-foot {
  align-items: center;
  display: grid;
  gap: 8px;
}

.rsvs-service-location,
.rsvs-service-foot span,
.rsvs-service-vendor {
  align-items: center !important;
  display: flex;
  gap: 8px;
  min-height: 24px;
}

.rsvs-service-location::before,
.rsvs-service-foot span::before,
.rsvs-service-vendor::before {
  align-items: center;
  background: #eef7f4;
  border-radius: 50%;
  color: var(--rsvs-accent-dark);
  display: grid;
  flex: 0 0 24px;
  font-family: "Font Awesome 6 Free";
  font-size: 0.72rem;
  font-weight: 900;
  height: 24px;
  line-height: 1;
  place-items: center;
  text-align: center;
  width: 24px;
}

.rsvs-service-location::before {
  content: "\f3c5";
}

.rsvs-service-foot span:first-child::before {
  content: "\f5bb";
}

.rsvs-service-foot span:last-child::before {
  content: "\f005";
}

.rsvs-service-vendor::before {
  content: "\f54e";
}

.rsvs-service-card .rsvs-service-vendor {
  align-items: center;
  border-top: 1px solid var(--rsvs-line);
  color: var(--rsvs-accent-dark);
  font-weight: 850;
  line-height: 1.2;
  margin-top: 4px;
  padding-top: 10px;
}

.rsvs-service-card .rsvs-service-vendor::before {
  background: var(--rsvs-accent);
  color: #fff;
  line-height: 1;
}

.rsvs-service-vendor:empty {
  display: none;
}

.rsvs-service-card .rsvs-favorite-form,
.rsvs-service-card .rsvs-favorite-link {
  right: 10px;
  top: 10px;
}

.rsvs-service-card .rsvs-favorite-form button,
.rsvs-service-card .rsvs-favorite-link {
  background: rgba(30, 30, 30, 0.42);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
  color: #fff;
  height: 34px;
  width: 34px;
}

.rsvs-service-card .rsvs-favorite-form button:hover,
.rsvs-service-card .rsvs-favorite-form button.is-favorite,
.rsvs-service-card .rsvs-favorite-link:hover {
  background: #fff;
  color: #c0262d;
}

.rsvs-featured-pill {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(20, 28, 24, 0.12);
  color: var(--rsvs-text);
  font-size: 0.76rem;
  font-weight: 800;
  left: 10px;
  line-height: 1;
  padding: 7px 12px;
  position: absolute;
  top: 10px;
}

.rsvs-service-card .rsvs-price-pill {
  background: var(--rsvs-accent);
  bottom: auto;
  box-shadow: 0 10px 20px rgba(15, 118, 110, 0.2);
  font-size: 0.84rem;
  line-height: 1;
  padding: 8px 11px;
  right: 14px;
  top: -42px;
}

.rsvs-service-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
}

.rsvs-service-filters {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  box-shadow: 0 16px 38px rgba(20, 28, 24, 0.06);
  padding: 18px;
  position: sticky;
  top: 92px;
}

.rsvs-service-filters h2 {
  margin: 0 0 14px;
}

.rsvs-active-filter {
  background: #eef8f5;
  border: 1px solid rgba(14, 129, 118, 0.18);
  border-radius: var(--rsvs-radius);
  display: grid;
  gap: 3px;
  margin: 0 0 14px;
  padding: 11px 12px;
}

.rsvs-active-filter span {
  color: var(--rsvs-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.rsvs-active-filter strong {
  color: var(--rsvs-primary);
  overflow-wrap: anywhere;
}

.rsvs-service-filters form {
  display: grid;
  gap: 12px;
}

.rsvs-service-filters label {
  color: var(--rsvs-text);
  display: grid;
  font-weight: 800;
  gap: 6px;
}

.rsvs-service-filters input,
.rsvs-service-filters select {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  min-height: 42px;
  padding: 9px 11px;
}

.rsvs-service-schedule-filter {
  display: grid;
  gap: 6px;
}

.rsvs-service-schedule-filter .rsvs-field-label {
  color: var(--rsvs-text);
  font-weight: 800;
}

.rsvs-service-schedule-filter .rsvs-schedule-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rsvs-service-schedule-filter .rsvs-schedule-card span {
  gap: 1px;
  min-height: 48px;
  padding: 8px 9px;
}

.rsvs-service-schedule-filter .rsvs-schedule-card strong,
.rsvs-service-schedule-filter .rsvs-schedule-card small {
  overflow-wrap: anywhere;
}

.rsvs-service-schedule-filter .rsvs-schedule-card strong {
  font-size: 0.82rem;
}

.rsvs-service-schedule-filter .rsvs-schedule-card small {
  font-size: 0.68rem;
  line-height: 1.2;
}

.rsvs-service-results {
  display: grid;
  gap: 16px;
}

.rsvs-vendor-search-page {
  background: linear-gradient(180deg, #f7faf9 0, #fff 280px);
  min-height: 70vh;
}

.rsvs-vendor-filters {
  padding: 22px;
}

.rsvs-filter-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.rsvs-filter-heading h2 {
  margin: 2px 0 0;
}

.rsvs-filter-heading span,
.rsvs-results-eyebrow {
  color: var(--rsvs-accent);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rsvs-filter-heading > i {
  align-items: center;
  background: #eaf7f4;
  border-radius: 12px;
  color: var(--rsvs-accent);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.rsvs-filter-input-wrap {
  display: block;
  position: relative;
}

.rsvs-filter-input-wrap > i {
  color: #89918e;
  left: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.rsvs-service-filters .rsvs-filter-input-wrap input {
  padding-left: 38px;
  width: 100%;
}

.rsvs-vendor-filters .rsvs-button {
  gap: 8px;
  justify-content: center;
  width: 100%;
}

.rsvs-vendor-results .rsvs-results-bar > div {
  display: grid;
  gap: 4px;
}

.rsvs-vendor-results .rsvs-results-bar .rsvs-results-eyebrow {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.rsvs-vendor-results .rsvs-results-bar > span i {
  color: var(--rsvs-accent);
}

.rsvs-vendor-card-grid .rsvs-shop-card {
  height: 100%;
}

.rsvs-vendor-empty {
  align-items: center;
  background: #fff;
  border: 1px dashed var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.rsvs-vendor-empty > i {
  color: var(--rsvs-accent);
  font-size: 2.5rem;
  margin-bottom: 14px;
}

.rsvs-vendor-empty h2,
.rsvs-vendor-empty p {
  margin: 0 0 10px;
}

.rsvs-vendor-empty p {
  color: var(--rsvs-muted);
  margin-bottom: 20px;
}

.rsvs-results-bar {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 14px;
}

.rsvs-results-bar span {
  background: #f7faf8;
  border: 1px solid var(--rsvs-line);
  border-radius: 999px;
  color: var(--rsvs-muted);
  padding: 5px 10px;
}

.rsvs-meta-row,
.rsvs-booking-summary {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.rsvs-shop-cover {
  background: #101816;
  color: #fff;
  padding: 24px 0 34px;
}

.rsvs-shop-cover .rsvs-container {
  margin-top: 20px;
}

.rsvs-shop-cover h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  margin: 0;
}

.rsvs-shop-hero {
  background: #101816;
  color: #fff;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}

.rsvs-shop-hero-cover {
  height: 400px;
  inset: 0;
  object-fit: cover;
  opacity: 0.42;
  position: absolute;
  width: 100%;
}

.rsvs-shop-hero::after {
  background: linear-gradient(
    180deg,
    rgba(16, 24, 22, 0.12),
    rgba(16, 24, 22, 0.9)
  );
  content: "";
  inset: 0;
  position: absolute;
}

.rsvs-shop-hero-content {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 400px;
  padding: 54px 52px;
  position: relative;
  z-index: 1;
}

.rsvs-shop-hero-content::before {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.08)
  );
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 22px;
  box-shadow: 0 22px 70px rgba(5, 12, 10, 0.3);
  content: "";
  inset: 48px 20px;
  min-height: 0;
  position: absolute;
  z-index: -1;
}

.rsvs-shop-logo {
  aspect-ratio: 1;
  background: #fff;
  border: 4px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(5, 12, 10, 0.22);
  object-fit: cover;
  width: 112px;
}

.rsvs-shop-hero h1 {
  font-size: clamp(2.2rem, 4.4vw, 3.35rem);
  line-height: 1.05;
  margin: 0 0 6px;
  text-shadow: 0 8px 24px rgba(5, 12, 10, 0.22);
}

.rsvs-shop-hero-content > div > p {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  margin: 8px 0 10px;
  max-width: 720px;
}

.rsvs-shop-hero-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.rsvs-shop-hero-rating span {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 6px;
  min-height: 34px;
  padding: 6px 11px;
}

.rsvs-shop-hero-rating i {
  color: #f5b85f;
  font-size: 0.88rem;
}

.rsvs-shop-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.rsvs-shop-contact span {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--rsvs-radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  min-height: 42px;
  padding: 9px 12px;
}

.rsvs-shop-hero-about {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  max-width: 760px;
}

.rsvs-shop-hero-about p {
  margin: 0;
}

.rsvs-shop-provider-coins {
  display: flex;
  margin: 0 0 10px;
  min-height: 38px;
  padding-left: 4px;
}

.rsvs-service-provider-coins {
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
  min-height: 34px;
  min-width: 104px;
  padding-left: 0;
}

.rsvs-service-provider-coins .rsvs-provider-coin {
  flex: 0 0 34px;
  height: 34px;
  margin-left: -10px;
  width: 34px;
}

.rsvs-service-provider-coins .rsvs-provider-coin:first-child {
  margin-left: 0;
}

.rsvs-service-provider-coins .rsvs-provider-coin-more {
  font-size: 0.78rem;
}

.rsvs-service-provider-coins .rsvs-provider-coin-tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 6px);
}

.rsvs-service-provider-coins
  .rsvs-provider-coin:hover
  .rsvs-provider-coin-tooltip,
.rsvs-service-provider-coins
  .rsvs-provider-coin:focus
  .rsvs-provider-coin-tooltip {
  transform: translate(0, 0);
}

.rsvs-provider-coin {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(16, 24, 22, 0.22);
  color: var(--rsvs-text);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-left: -8px;
  position: relative;
  width: 38px;
}

.rsvs-provider-coin:first-child {
  margin-left: 0;
}

.rsvs-provider-coin img {
  aspect-ratio: 1;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.rsvs-provider-coin-more {
  background: var(--rsvs-accent);
  color: #fff;
}

.rsvs-provider-coin-tooltip {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  bottom: calc(100% + 10px);
  box-shadow: var(--rsvs-shadow);
  color: var(--rsvs-text);
  display: grid;
  gap: 3px;
  left: 50%;
  min-width: 220px;
  opacity: 0;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 6px);
  transition:
    opacity 0.16s ease,
    transform 0.16s ease;
  visibility: hidden;
  z-index: 5;
}

.rsvs-provider-coin-tooltip small {
  color: var(--rsvs-muted);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
}

.rsvs-provider-coin-tooltip-list {
  gap: 8px;
  max-width: min(320px, calc(100vw - 32px));
}

.rsvs-provider-coin-tooltip-list > span {
  display: grid;
  gap: 2px;
}

.rsvs-provider-coin:hover .rsvs-provider-coin-tooltip,
.rsvs-provider-coin:focus .rsvs-provider-coin-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.rsvs-shop-hero-cta {
  align-items: center;
  background: var(--rsvs-accent);
  border-radius: var(--rsvs-radius);
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.24);
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 11px 18px;
}

.rsvs-shop-layout,
.rsvs-detail-layout {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.rsvs-shop-layout-info-only {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1080px;
}

.rsvs-shop-aside {
  position: sticky;
  top: 96px;
}

.rsvs-public-service-list {
  display: grid;
  gap: 12px;
}

.rsvs-public-service {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: grid;
  gap: 14px;
  grid-template-columns: 28px 76px minmax(0, 1fr) auto auto;
  padding: 12px;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.rsvs-public-service-info-only {
  cursor: default;
  grid-template-columns: 76px minmax(0, 1fr) auto;
}

.rsvs-public-service:hover,
.rsvs-public-service.is-pending,
.rsvs-public-service.is-selected {
  border-color: rgba(15, 118, 110, 0.42);
  box-shadow: 0 14px 32px rgba(20, 28, 24, 0.08);
  transform: translateY(-1px);
}

.rsvs-public-service-info-only:hover {
  border-color: var(--rsvs-line);
  box-shadow: none;
  transform: none;
}

.rsvs-public-service-check {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: 50%;
  color: transparent;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.rsvs-public-service.is-selected .rsvs-public-service-check {
  background: var(--rsvs-accent);
  border-color: var(--rsvs-accent);
  color: #fff;
}

.rsvs-service-qty {
  align-items: center;
  background: var(--rsvs-surface);
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: inline-grid;
  grid-template-columns: 30px 42px 30px;
  overflow: hidden;
}

.rsvs-service-qty button {
  background: #fff;
  border: 0;
  color: var(--rsvs-accent-dark);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  height: 34px;
}

.rsvs-service-qty input {
  background: transparent;
  border: 0;
  font-weight: 800;
  height: 34px;
  padding: 0;
  text-align: center;
  width: 42px;
}

.rsvs-service-qty input::-webkit-outer-spin-button,
.rsvs-service-qty input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.rsvs-public-service img {
  aspect-ratio: 1;
  border-radius: var(--rsvs-radius);
  object-fit: cover;
}

.rsvs-public-service .rsvs-provider-coin img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.rsvs-public-service small,
.rsvs-public-service em {
  color: var(--rsvs-muted);
  display: block;
  font-style: normal;
}

.rsvs-public-provider-select {
  display: none;
  grid-column: 3 / -1;
  margin-top: 2px;
}

.rsvs-public-service.is-pending .rsvs-public-provider-select,
.rsvs-public-service.is-selected .rsvs-public-provider-select {
  display: grid;
  gap: 6px;
}

.rsvs-provider-choice-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rsvs-provider-choice {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: 18px 38px minmax(0, 1fr);
  padding: 8px;
}

.rsvs-provider-choice:has(input:checked) {
  border-color: var(--rsvs-accent);
  background: #eef7f4;
}

.rsvs-provider-choice img {
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  width: 38px;
}

.rsvs-service-list,
.rsvs-provider-grid,
.rsvs-dashboard-grid,
.rsvs-stat-grid {
  display: grid;
  gap: 14px;
}

.rsvs-provider {
  align-items: center;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: grid;
  gap: 14px;
  grid-template-columns: 72px 1fr;
  padding: 12px;
}

.rsvs-provider img {
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.rsvs-booking-widget,
.rsvs-dashboard section,
.rsvs-stat-grid article {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  /* box-shadow: var(--rsvs-shadow); */
  padding: 18px;
}

.rsvs-booking-widget {
  display: grid;
  gap: 14px;
}

.rsvs-booking-layout {
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
}

.rsvs-booking-left,
.rsvs-booking-right {
  display: grid;
  gap: 14px;
}

.rsvs-booking-title h2,
.rsvs-booking-right h3 {
  margin: 0;
}

.rsvs-booking-widget h2 {
  margin: 0;
}

.rsvs-booking-services {
  display: grid;
  gap: 8px;
  max-height: 320px;
  overflow: auto;
}

.rsvs-service-choice {
  align-items: center;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px 1fr;
  padding: 10px;
}

.rsvs-booking-service-card {
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: grid;
  gap: 10px;
  padding: 10px;
  transition:
    border-color 0.18s ease,
    background 0.18s ease;
}

.rsvs-booking-service-card.is-selected {
  background: #eef7f4;
  border-color: var(--rsvs-accent);
}

.rsvs-booking-service-card .rsvs-service-choice {
  border: 0;
  grid-template-columns: 28px 58px minmax(0, 1fr);
  padding: 0;
}

.rsvs-booking-service-card .rsvs-service-choice input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.rsvs-service-check {
  align-items: center;
  align-self: center;
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: 50%;
  color: transparent;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.rsvs-booking-service-card.is-selected .rsvs-service-check {
  background: var(--rsvs-accent);
  border-color: var(--rsvs-accent);
  color: #fff;
}

.rsvs-service-choice img {
  aspect-ratio: 1;
  border-radius: var(--rsvs-radius);
  object-fit: cover;
  width: 58px;
}

.rsvs-service-choice span {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.rsvs-booking-service-card .rsvs-service-choice span {
  align-items: start;
  display: grid;
  gap: 2px;
  justify-content: stretch;
}

.rsvs-service-choice small,
.rsvs-service-choice em,
.rsvs-empty {
  color: var(--rsvs-muted);
  font-style: normal;
}

.rsvs-provider-select-wrap {
  display: grid;
  gap: 6px;
}

.rsvs-provider-select-wrap select,
.rsvs-booking-right select {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  min-height: 40px;
  padding: 8px 10px;
  width: 100%;
}

.rsvs-selected-services {
  border: 1px dashed var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: grid;
  gap: 8px;
  padding: 10px;
}

.rsvs-selected-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto 30px;
  justify-content: stretch;
}

.rsvs-selected-row span {
  display: grid;
  gap: 3px;
}

.rsvs-selected-row strong {
  font-size: 0.96rem;
  font-weight: 700;
}

.rsvs-selected-row small {
  color: var(--rsvs-muted);
  font-size: 0.82rem;
}

.rsvs-selected-row b {
  background: var(--rsvs-surface);
  border-radius: 999px;
  color: var(--rsvs-text);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 5px 9px;
}

.rsvs-field-label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.rsvs-stripe-card-field {
  display: grid;
  gap: 8px;
}

.rsvs-stripe-card-field[hidden] {
  display: none;
}

.rsvs-stripe-card-element {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  min-height: 44px;
  padding: 13px 12px;
}

.rsvs-stripe-card-element.StripeElement--focus {
  border-color: var(--rsvs-accent);
  box-shadow: 0 0 0 3px rgba(18, 130, 118, 0.12);
}

.rsvs-schedule-section[hidden] {
  display: none;
}

.rsvs-schedule-card-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rsvs-schedule-card {
  cursor: pointer;
  display: block;
}

.rsvs-schedule-card input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.rsvs-schedule-card span {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: grid;
  gap: 2px;
  min-height: 58px;
  padding: 10px 11px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.rsvs-schedule-card strong {
  font-size: 0.9rem;
}

.rsvs-schedule-card small {
  color: var(--rsvs-muted);
  font-size: 0.78rem;
}

.rsvs-schedule-card input:checked + span {
  background: #eef7f4;
  border-color: var(--rsvs-accent);
  box-shadow: 0 0 0 3px rgba(18, 130, 118, 0.12);
}

.rsvs-schedule-card.is-disabled span,
.rsvs-schedule-card input:disabled + span {
  background: #fff;
  border-color: #eeeeee;
  color: #c5c5c5;
  cursor: default;
}

.rsvs-schedule-card.is-disabled small,
.rsvs-schedule-card input:disabled + span small {
  color: #d0d0d0;
}

.air-datepicker-cell.rsvs-disabled-booking-date {
  color: #b42318;
  opacity: 0.42;
  text-decoration: line-through;
}

.air-datepicker {
  --adp-accent-color: var(--rsvs-accent);
  --adp-color-current-date: var(--rsvs-accent);
  --adp-color-current-date-hover: var(--rsvs-accent-dark);
  --adp-cell-background-color-selected: var(--rsvs-accent);
  --adp-cell-background-color-selected-hover: var(--rsvs-accent-dark);
  --adp-cell-background-color-in-range: #e8f5f2;
  --adp-cell-background-color-in-range-hover: #d9eee9;
  --adp-cell-background-color-hover: #eef7f4;
  --adp-day-name-color: var(--rsvs-accent);
  --adp-day-name-color-hover: var(--rsvs-accent-dark);
  --adp-border-color-inline: var(--rsvs-line);
  --adp-border-radius: var(--rsvs-radius);
}

.air-datepicker-body--day-name {
  color: var(--rsvs-accent);
  font-weight: 800;
}

.air-datepicker-cell.-current- {
  color: var(--rsvs-accent);
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-current-,
.air-datepicker-cell.-selected-.-focus- {
  background: var(--rsvs-accent);
  color: #fff;
}

.air-datepicker-cell.-focus- {
  background: #eef7f4;
}

.air-datepicker-nav--action:hover,
.air-datepicker-nav--title:hover {
  background: #eef7f4;
}

.air-datepicker-nav--action svg path {
  stroke: var(--rsvs-accent);
}

.rsvs-remove-service {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: 50%;
  color: var(--rsvs-muted);
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.rsvs-remove-service:hover {
  border-color: #b42318;
  color: #b42318;
}

.rsvs-order-summary-page {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  width: 100%;
}

.rsvs-order-summary-main,
.rsvs-order-summary-card {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  min-width: 0;
  padding: 22px;
}

.rsvs-order-summary-main {
  overflow: hidden;
}

.rsvs-order-summary-main h1,
.rsvs-order-summary-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.05;
  margin: 0;
}

.rsvs-order-summary-main p {
  color: var(--rsvs-muted);
}

.rsvs-order-summary-meta {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.rsvs-order-summary-meta div {
  background: #f7faf8;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  min-width: 0;
  padding: 12px;
}

.rsvs-order-summary-meta span {
  color: var(--rsvs-muted);
  display: block;
  font-size: 0.82rem;
  margin-bottom: 4px;
}

.rsvs-order-summary-meta strong {
  overflow-wrap: anywhere;
}

.rsvs-order-summary-card .rsvs-order-progress {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 4px 0 8px;
}

.rsvs-order-summary-card .rsvs-order-progress li::before {
  background: var(--rsvs-line);
  content: "";
  display: block;
  height: 2px;
  left: -50%;
  position: absolute;
  right: 50%;
  top: 15px;
}

.rsvs-order-summary-card .rsvs-order-progress li:first-child::before,
.rsvs-order-summary-card .rsvs-order-progress li:nth-child(4)::before {
  display: none;
}

.rsvs-order-summary-card {
  display: grid;
  gap: 14px;
}

.rsvs-order-summary-card .rsvs-selected-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.rsvs-order-summary-card .rsvs-booking-summary {
  align-items: stretch;
  background: #f7faf8;
  border-radius: var(--rsvs-radius);
  display: grid;
  gap: 8px;
  padding: 12px;
}

.rsvs-time-slots {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rsvs-time-slot {
  background: var(--rsvs-surface);
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  cursor: pointer;
  min-height: 38px;
}

.rsvs-time-slot.is-selected {
  background: var(--rsvs-accent);
  color: #fff;
}

.rsvs-dashboard {
  margin: 0;
  max-width: none;
  min-width: 0;
  /* overflow-x: hidden; */
  padding: 32px 28px 44px 288px;
  transition: padding-left 0.2s ease;
  width: auto;
}

html[lang^="ar"] .rsvs-dashboard {
  padding-left: 28px;
  padding-right: 288px;
  transition: padding-right 0.2s ease;
}

.rsvs-dashboard-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.rsvs-dashboard-header h1 {
  margin: 4px 0;
}

.rsvs-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.rsvs-stat-grid article {
  box-shadow: none;
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 86px;
}

.rsvs-stat-icon {
  align-items: center;
  background: #eef7f4;
  border-radius: 50%;
  color: var(--rsvs-accent);
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.rsvs-stat-copy {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.rsvs-stat-grid article span {
  color: var(--rsvs-muted);
  font-size: 0.88rem;
  line-height: 1.25;
}

.rsvs-stat-grid article strong {
  color: var(--rsvs-text);
  font-size: 1.7rem;
  line-height: 1;
}

.rsvs-dashboard-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rsvs-dashboard-shell {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr);
  max-width: 100%;
  min-width: 0;
}

.rsvs-dashboard-sidebar {
  background: #fff;
  border: 0;
  border-right: 1px solid var(--rsvs-line);
  border-radius: 0;
  box-shadow: var(--rsvs-shadow);
  display: flex;
  flex-direction: column;
  gap: 6px;
  left: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 96px 14px 24px;
  position: fixed;
  top: 0;
  transition:
    transform 0.2s ease,
    width 0.2s ease,
    padding 0.2s ease;
  width: 260px;
  z-index: 10;
}

.admin-bar .rsvs-dashboard-sidebar {
  padding-top: 128px;
}

html[lang^="ar"] .rsvs-dashboard-sidebar {
  border-left: 1px solid var(--rsvs-line);
  border-right: 0;
  left: auto;
  right: 0;
}

html[lang^="ar"] .rsvs-dashboard-sidebar a,
html[lang^="ar"] .rsvs-sidebar-profile,
html[lang^="ar"] .rsvs-sidebar-toggle {
  flex-direction: row-reverse;
  text-align: right;
}

.rsvs-dashboard-sidebar a {
  align-items: center;
  border-radius: var(--rsvs-radius);
  color: var(--rsvs-muted);
  display: flex;
  gap: 10px;
  padding: 11px 12px;
}

.rsvs-dashboard-sidebar a:hover,
.rsvs-dashboard-sidebar a:focus,
.rsvs-dashboard-sidebar a.is-active {
  background: var(--rsvs-surface);
  color: var(--rsvs-text);
  font-weight: 800;
}

.rsvs-dashboard-sidebar i {
  color: var(--rsvs-accent);
  flex: 0 0 18px;
  width: 18px;
}

.rsvs-sidebar-toggle {
  align-items: center;
  background: var(--rsvs-surface);
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  width: 100%;
}

.rsvs-sidebar-profile {
  align-items: center;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: flex;
  gap: 10px;
  margin-top: auto;
  min-width: 0;
  padding: 10px;
}

.rsvs-sidebar-avatar {
  align-items: center;
  background: var(--rsvs-accent);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 36px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.rsvs-sidebar-profile span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.rsvs-sidebar-profile strong,
.rsvs-sidebar-profile small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rsvs-sidebar-profile small {
  color: var(--rsvs-muted);
  font-size: 0.78rem;
}

@media (min-width: 861px) {
  html.rsvs-sidebar-collapsed .rsvs-dashboard,
  .rsvs-dashboard.is-sidebar-collapsed {
    padding-left: 104px;
  }

  html[lang^="ar"].rsvs-sidebar-collapsed .rsvs-dashboard,
  html[lang^="ar"] .rsvs-dashboard.is-sidebar-collapsed {
    padding-left: 28px;
    padding-right: 104px;
  }

  html.rsvs-sidebar-collapsed .rsvs-dashboard .rsvs-dashboard-sidebar,
  .rsvs-dashboard.is-sidebar-collapsed .rsvs-dashboard-sidebar {
    padding-left: 10px;
    padding-right: 10px;
    width: 76px;
  }

  html.rsvs-sidebar-collapsed .rsvs-dashboard .rsvs-dashboard-sidebar a,
  html.rsvs-sidebar-collapsed .rsvs-dashboard .rsvs-sidebar-toggle,
  .rsvs-dashboard.is-sidebar-collapsed .rsvs-dashboard-sidebar a,
  .rsvs-dashboard.is-sidebar-collapsed .rsvs-sidebar-toggle {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  html.rsvs-sidebar-collapsed .rsvs-dashboard .rsvs-dashboard-sidebar a span,
  html.rsvs-sidebar-collapsed .rsvs-dashboard .rsvs-sidebar-toggle span,
  html.rsvs-sidebar-collapsed .rsvs-dashboard .rsvs-sidebar-profile span,
  .rsvs-dashboard.is-sidebar-collapsed .rsvs-dashboard-sidebar a span,
  .rsvs-dashboard.is-sidebar-collapsed .rsvs-sidebar-toggle span,
  .rsvs-dashboard.is-sidebar-collapsed .rsvs-sidebar-profile span {
    opacity: 0;
    pointer-events: none;
    position: absolute;
  }

  html.rsvs-sidebar-collapsed .rsvs-dashboard .rsvs-sidebar-profile,
  .rsvs-dashboard.is-sidebar-collapsed .rsvs-sidebar-profile {
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.rsvs-dashboard-content {
  display: grid;
  gap: 18px;
  max-width: none;
  min-width: 0;
  /* overflow-x: hidden; */
  width: 100%;
}

.rsvs-shop-info-card {
  display: grid;
  gap: 8px;
}

.rsvs-customer-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 18px;
}

.rsvs-customer-booking-list {
  display: grid;
  gap: 12px;
}

.rsvs-customer-booking {
  background: linear-gradient(180deg, #fff 0%, #fbfcfb 100%);
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  box-shadow: 0 10px 28px rgba(20, 28, 24, 0.05);
  display: grid;
  gap: 14px;
  padding: 16px;
}

.rsvs-customer-booking-head,
.rsvs-customer-booking-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.rsvs-customer-booking-actions form {
  display: flex;
  gap: 10px;
}

.rsvs-customer-booking-actions input,
.rsvs-customer-booking-actions textarea {
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  min-height: 44px;
  min-width: min(320px, 48vw);
  padding: 10px 12px;
}

.rsvs-customer-booking-actions .rsvs-button {
  align-items: center;
  justify-content: center;
  min-height: 44px;
  white-space: nowrap;
}

.rsvs-customer-booking-head h3,
.rsvs-customer-booking-head p {
  margin: 4px 0 0;
}

.rsvs-card-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.rsvs-card-meta span {
  align-items: center;
  background: #f7faf8;
  border: 1px solid #e6ece7;
  border-radius: 999px;
  color: var(--rsvs-muted);
  display: inline-flex;
  font-size: 0.88rem;
  gap: 7px;
  line-height: 1.2;
  min-height: 32px;
  padding: 6px 10px;
}

.rsvs-card-meta i {
  align-items: center;
  background: #e9f5f1;
  border-radius: 50%;
  color: var(--rsvs-accent-dark);
  display: inline-flex;
  flex: 0 0 20px;
  font-size: 0.72rem;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.rsvs-card-meta strong {
  color: var(--rsvs-text);
}

.rsvs-card-meta .rsvs-card-meta-wide {
  border-radius: var(--rsvs-radius);
  max-width: 100%;
}

.rsvs-customer-booking-items {
  border-top: 1px solid var(--rsvs-line);
  display: grid;
  gap: 8px;
  padding-top: 10px;
}

.rsvs-customer-booking-items div {
  display: grid;
  gap: 2px;
}

.rsvs-customer-booking-items span,
.rsvs-customer-booking-items small {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.rsvs-customer-booking-items i {
  color: var(--rsvs-accent-dark);
  font-size: 0.82rem;
}

.rsvs-customer-booking-items small {
  color: var(--rsvs-muted);
}

.rsvs-status {
  background: var(--rsvs-surface);
  border-radius: 999px;
  color: var(--rsvs-muted);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 4px 8px;
}

.rsvs-status-pending,
.rsvs-status-order_placed {
  background: #fff7e6;
  color: #9a5b00;
}

.rsvs-status-cancel_requested {
  background: #fff7e6;
  color: #9a5b00;
}

.rsvs-status-confirmed,
.rsvs-status-completed,
.rsvs-status-picked_up,
.rsvs-status-processing,
.rsvs-status-ready_for_delivery,
.rsvs-status-out_for_delivery,
.rsvs-status-delivered,
.rsvs-status-approved,
.rsvs-status-paid {
  background: #eef7f4;
  color: var(--rsvs-accent-dark);
}

.rsvs-status-cancelled,
.rsvs-status-refunded,
.rsvs-status-rejected {
  background: #fff1f0;
  color: #b42318;
}

.rsvs-order-progress {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(88px, 1fr));
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.rsvs-order-progress li {
  align-items: center;
  color: var(--rsvs-muted);
  display: grid;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 6px;
  justify-items: center;
  min-width: 0;
  position: relative;
  text-align: center;
}

.rsvs-order-progress li::before {
  background: var(--rsvs-line);
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  right: 50%;
  top: 15px;
  z-index: 0;
}

.rsvs-order-progress li:first-child::before {
  display: none;
}

.rsvs-order-progress i {
  align-items: center;
  background: var(--rsvs-surface);
  border: 1px solid var(--rsvs-line);
  border-radius: 50%;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  position: relative;
  width: 30px;
  z-index: 2;
}

.rsvs-order-progress .is-complete,
.rsvs-order-progress .is-active {
  color: var(--rsvs-accent-dark);
}

.rsvs-order-progress .is-complete::before,
.rsvs-order-progress .is-active::before,
.rsvs-order-progress .is-complete::after,
.rsvs-order-progress .is-active::after {
  background: var(--rsvs-accent);
}

.rsvs-order-progress .is-complete i,
.rsvs-order-progress .is-active i {
  background: var(--rsvs-accent);
  border-color: var(--rsvs-accent);
  color: #fff;
}

.rsvs-order-progress .is-active i {
  box-shadow: 0 0 0 4px rgba(18, 130, 118, 0.12);
}

html[lang^="ar"] .rsvs-order-progress {
  direction: ltr;
}

html[lang^="ar"] .rsvs-order-progress li {
  direction: rtl;
}

.rsvs-review-form {
  align-items: stretch;
  display: grid;
  gap: 8px;
  grid-template-columns: 120px minmax(220px, 1fr) auto;
  width: 100%;
}

.rsvs-review-form select,
.rsvs-review-form textarea {
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  min-height: 42px;
  padding: 9px 10px;
}

.rsvs-auth-form {
  display: grid;
  gap: 14px;
  margin: 40px auto;
  max-width: 700px;
  width: min(100%, 700px);
}

.rsvs-vendor-onboarding {
  max-width: 620px;
  width: min(100%, 620px);
}

.rsvs-auth-form h2 {
  margin: 0 0 8px;
}

.rsvs-auth-message-card {
  align-items: center;
  justify-items: center;
  max-width: 560px;
  text-align: center;
}

.rsvs-auth-message-card p {
  color: var(--rsvs-muted);
  line-height: 1.7;
  margin: 0;
}

.rsvs-auth-message-icon {
  align-items: center;
  background: color-mix(in srgb, var(--rsvs-accent) 12%, #fff);
  border-radius: 999px;
  color: var(--rsvs-accent-dark);
  display: inline-flex;
  font-size: 2rem;
  height: 76px;
  justify-content: center;
  width: 76px;
}

.rsvs-password-field {
  display: block;
  position: relative;
}

.rsvs-auth-form .rsvs-password-field input,
.rsvs-dashboard-form .rsvs-password-field input {
  padding-right: 48px;
}

.rsvs-password-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--rsvs-muted);
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.rsvs-password-toggle:hover,
.rsvs-password-toggle:focus-visible {
  color: var(--rsvs-accent-dark);
}

.rsvs-phone-field {
  display: grid;
  gap: 0;
  grid-template-columns: 112px minmax(160px, 1fr);
}

.rsvs-phone-field .rsvs-custom-select,
.rsvs-phone-field select,
.rsvs-phone-field input {
  min-width: 0;
  width: 100%;
}

.rsvs-phone-field > select,
.rsvs-phone-field > .rsvs-custom-select .rsvs-custom-select-button {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
  min-height: 44px;
}

.rsvs-phone-field > input,
.rsvs-phone-field > .rsvs-custom-select + input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.rsvs-phone-field .rsvs-custom-select-button {
  padding-left: 10px;
  padding-right: 26px;
  white-space: nowrap;
}

.rsvs-phone-field .rsvs-custom-select-button:focus,
.rsvs-phone-field .rsvs-custom-select-button:focus-visible,
.rsvs-phone-field select:focus,
.rsvs-phone-field select:focus-visible {
  box-shadow: none;
  outline: 0;
}

:dir(rtl) .rsvs-auth-form .rsvs-password-field input,
:dir(rtl) .rsvs-dashboard-form .rsvs-password-field input {
  padding-left: 48px;
  padding-right: 12px;
}

:dir(rtl) .rsvs-password-toggle {
  left: 4px;
  right: auto;
}

:dir(rtl) .rsvs-phone-field > select,
:dir(rtl) .rsvs-phone-field > .rsvs-custom-select .rsvs-custom-select-button {
  border-left: 0;
  border-right: 1px solid var(--rsvs-line);
  border-radius: 0 var(--rsvs-radius) var(--rsvs-radius) 0;
}

:dir(rtl) .rsvs-phone-field > input,
:dir(rtl) .rsvs-phone-field > .rsvs-custom-select + input {
  border-radius: var(--rsvs-radius) 0 0 var(--rsvs-radius);
}

@media (max-width: 620px) {
  .rsvs-phone-field {
    grid-template-columns: 104px minmax(0, 1fr);
  }
}

.rsvs-form-step {
  display: none;
  gap: 14px;
}

.rsvs-form-step.is-active,
.rsvs-dashboard-form,
.rsvs-manager-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.rsvs-step-count,
.rsvs-slug-status,
.rsvs-notice {
  color: var(--rsvs-muted);
  font-size: 0.9rem;
}

.rsvs-slug-status.is-available {
  color: var(--rsvs-accent-dark);
  font-weight: 700;
}

.rsvs-slug-status.is-unavailable,
.rsvs-notice-error {
  color: #b42318;
  font-weight: 700;
}

.rsvs-step-actions,
.rsvs-form-row {
  display: flex;
  gap: 12px;
}

.rsvs-step-actions > *,
.rsvs-form-row > * {
  flex: 1;
  min-width: 0;
}

.rsvs-dashboard-form label {
  min-width: 0;
}

.rsvs-dashboard-form input,
.rsvs-dashboard-form textarea,
.rsvs-dashboard-form select,
.rsvs-dashboard-filters input,
.rsvs-dashboard-filters select {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  min-width: 0;
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
}

.rsvs-admin-edit-panel {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: grid;
  gap: 16px;
  padding: 18px;
}

.rsvs-admin-edit-panel hr {
  border: 0;
  border-top: 1px solid var(--rsvs-line);
  margin: 4px 0;
  width: 100%;
}

.rsvs-dashboard-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rsvs-dashboard-filters input {
  flex: 1 1 240px;
}

.rsvs-dashboard-filters select {
  flex: 0 1 190px;
}

.rsvs-native-select-hidden {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.rsvs-custom-select {
  min-width: 0;
  position: relative;
  width: 100%;
}

.rsvs-dashboard-filters .rsvs-custom-select {
  flex: 0 1 190px;
  width: auto;
}

.rsvs-custom-select-button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  color: var(--rsvs-text);
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  min-height: 42px;
  padding: 10px 38px 10px 12px;
  position: relative;
  text-align: left;
  width: 100%;
}

.rsvs-custom-select-button::after {
  border: solid var(--rsvs-muted);
  border-width: 0 2px 2px 0;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.2s ease;
  width: 8px;
}

.rsvs-custom-select.is-open .rsvs-custom-select-button {
  border-color: var(--rsvs-accent);
  box-shadow: 0 0 0 3px rgba(18, 130, 118, 0.12);
}

.rsvs-phone-field .rsvs-custom-select.is-open .rsvs-custom-select-button {
  border-color: var(--rsvs-line);
  border-right: 0;
  box-shadow: none;
}

.rsvs-custom-select.is-open .rsvs-custom-select-button::after {
  transform: translateY(-30%) rotate(225deg);
}

.rsvs-custom-select-menu {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  box-shadow: 0 18px 40px rgba(19, 28, 24, 0.16);
  display: none;
  left: 0;
  max-height: 280px;
  overflow: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 60;
}

.rsvs-custom-select.is-open .rsvs-custom-select-menu {
  display: grid;
  gap: 3px;
}

.rsvs-custom-select-option {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--rsvs-text);
  cursor: pointer;
  display: flex;
  font-weight: 700;
  min-height: 36px;
  padding: 8px 10px;
  text-align: left;
  width: 100%;
}

.rsvs-custom-select-option[hidden] {
  display: none;
}

.rsvs-custom-select-option:disabled {
  color: var(--rsvs-muted);
  cursor: not-allowed;
  opacity: 0.55;
}

.rsvs-custom-select-option:hover,
.rsvs-custom-select-option.is-selected {
  background: #eef7f4;
  color: var(--rsvs-accent-dark);
}

.rsvs-dashboard-filters .rsvs-button {
  min-height: 42px;
}

.rsvs-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  padding-top: 4px;
}

.rsvs-pagination .page-numbers {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  color: var(--rsvs-text);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 38px;
  min-width: 38px;
  padding: 8px 12px;
  text-decoration: none;
}

.rsvs-pagination .page-numbers.current {
  background: var(--rsvs-accent);
  border-color: var(--rsvs-accent);
  color: #fff;
}

.rsvs-checkbox {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.rsvs-checkbox input {
  min-height: auto;
  width: auto;
}

.rsvs-switch {
  align-items: center;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
}

.rsvs-switch span {
  display: grid;
  gap: 2px;
}

.rsvs-switch small {
  color: var(--rsvs-muted);
}

.rsvs-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rsvs-switch i {
  background: #d8ddd9;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 54px;
  height: 30px;
  padding: 3px;
  transition: background 0.2s ease;
}

.rsvs-switch i::before {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(20, 28, 24, 0.18);
  content: "";
  height: 24px;
  transition: transform 0.2s ease;
  width: 24px;
}

.rsvs-switch input:checked + i {
  background: var(--rsvs-accent);
}

.rsvs-switch input:checked + i::before {
  transform: translateX(24px);
}

html[lang^="ar"] .rsvs-switch {
  direction: ltr;
}

html[lang^="ar"] .rsvs-switch > span {
  direction: rtl;
  text-align: right;
}

.rsvs-settings-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rsvs-settings-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.rsvs-settings-box {
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  align-content: start;
}

.rsvs-settings-box h3 {
  font-size: 1rem;
  margin: 0;
}

.rsvs-settings-box .rsvs-form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.rsvs-manager-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.rsvs-manager-panel {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  padding: 18px;
  width: 100%;
}

.rsvs-manager-panel h2 {
  margin: 0;
}

.rsvs-management-list {
  display: grid;
  gap: 10px;
}

.rsvs-management-item {
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  padding: 12px;
}

.rsvs-management-item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.rsvs-admin-list {
  display: grid;
  gap: 10px;
}

.rsvs-admin-row {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #fbfcfb 100%);
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  box-shadow: 0 10px 26px rgba(20, 28, 24, 0.045);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto auto minmax(380px, auto);
  padding: 14px;
}

.rsvs-admin-booking-row {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
  grid-template-rows: auto 1fr;
  min-height: 166px;
}

.rsvs-admin-booking-row > div:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
}

.rsvs-admin-booking-summary {
  align-items: center;
  align-self: start;
  display: inline-flex;
  gap: 14px;
  grid-column: 2;
  grid-row: 1;
  justify-content: flex-end;
  justify-self: end;
  min-height: 40px;
  padding: 4px 0;
}

.rsvs-admin-booking-summary strong {
  white-space: nowrap;
}

.rsvs-admin-booking-actions {
  align-self: end;
  grid-column: 2;
  grid-row: 2;
  justify-content: flex-end;
  justify-self: end;
}

.rsvs-admin-user-row {
  grid-template-columns: minmax(0, 1fr) minmax(150px, auto) auto;
}

.rsvs-support-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.rsvs-support-message {
  align-items: flex-start;
  background: #f7faf8;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  color: var(--rsvs-muted);
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  line-height: 1.55;
  margin: 12px 0 0;
  max-width: 760px;
  min-width: 0;
  padding: 12px;
}

.rsvs-support-message > div {
  min-width: 0;
}

.rsvs-support-message > i {
  align-items: center;
  background: #e9f5f1;
  border-radius: 50%;
  color: var(--rsvs-accent-dark);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.rsvs-support-message span {
  color: var(--rsvs-text);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.rsvs-support-message p {
  margin: 0;
  max-height: 5.2em;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rsvs-support-modal[hidden] {
  display: none;
}

.rsvs-support-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 80;
}

.rsvs-support-modal-backdrop {
  background: rgba(5, 15, 12, 0.48);
  inset: 0;
  position: absolute;
}

.rsvs-support-modal-card {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(5, 15, 12, 0.22);
  display: grid;
  gap: 14px;
  max-height: min(82vh, 760px);
  max-width: min(760px, calc(100vw - 32px));
  overflow: auto;
  padding: 24px;
  position: relative;
  width: 100%;
}

.rsvs-support-modal-close {
  align-items: center;
  background: var(--rsvs-soft);
  border: 1px solid var(--rsvs-line);
  border-radius: 50%;
  color: var(--rsvs-text);
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
}

.rsvs-support-modal-kicker {
  align-items: center;
  color: var(--rsvs-primary);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.04em;
  padding-right: 48px;
  text-transform: uppercase;
}

.rsvs-support-modal-card h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  margin: 0;
  overflow-wrap: anywhere;
  padding-right: 48px;
}

.rsvs-support-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rsvs-support-modal-meta span {
  align-items: center;
  background: #f7faf8;
  border: 1px solid var(--rsvs-line);
  border-radius: 999px;
  color: var(--rsvs-muted);
  display: inline-flex;
  gap: 8px;
  max-width: 100%;
  min-height: 34px;
  overflow-wrap: anywhere;
  padding: 6px 10px;
}

.rsvs-support-modal-meta i {
  color: var(--rsvs-primary);
}

.rsvs-support-modal-message {
  background: #f7faf8;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: grid;
  gap: 8px;
  padding: 16px;
}

.rsvs-support-modal-message span {
  color: var(--rsvs-text);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.rsvs-support-modal-message p {
  color: var(--rsvs-muted);
  line-height: 1.7;
  margin: 0;
  max-height: 46vh;
  overflow: auto;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
}

.rsvs-admin-service-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rsvs-admin-service-row > div:first-child {
  min-width: 0;
}

.rsvs-admin-service-row .rsvs-admin-row-actions {
  margin-left: auto;
}

.rsvs-admin-row > div:first-child {
  display: grid;
  gap: 3px;
}

.rsvs-admin-row span {
  color: var(--rsvs-muted);
}

.rsvs-admin-row .rsvs-card-meta span {
  color: var(--rsvs-muted);
}

.rsvs-language-results {
  margin-bottom: 12px;
}

.rsvs-language-line-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.rsvs-language-line-row.is-duplicate {
  background: #fff1f2;
  border-color: #fb7185;
}

.rsvs-language-line-row.is-duplicate strong {
  color: #9f1239;
}

.rsvs-language-line-row code {
  background: #f6f7f5;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  color: var(--rsvs-text);
  display: block;
  font-family:
    ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  max-width: min(100%, 920px);
  overflow-x: auto;
  padding: 8px 10px;
  white-space: pre-wrap;
}

.rsvs-language-line-row mark {
  background: #fef08a;
  border-radius: 3px;
  color: #111827;
  padding: 0 2px;
}

.rsvs-language-line-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.rsvs-admin-row-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  justify-self: end;
  margin-left: auto;
}

.rsvs-review-admin-form {
  margin-bottom: 30px;
}
.rsvs-review-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rsvs-review-admin-row {
  grid-template-columns: auto auto minmax(0, 1fr) auto;
}
.rsvs-review-admin-row.is-dragging {
  opacity: 0.45;
}
.rsvs-review-admin-row p {
  margin: 6px 0 0;
}
.rsvs-review-admin-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}
.rsvs-review-admin-avatar-placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--rsvs-accent);
  font-weight: 800;
}
.rsvs-review-drag-handle {
  border: 0;
  padding: 12px 6px;
  color: #8a8fa0;
  background: transparent;
  cursor: grab;
  font-size: 1.15rem;
}
.rsvs-review-drag-handle:active {
  cursor: grabbing;
}

@media (max-width: 760px) {
  .rsvs-review-admin-row {
    grid-template-columns: auto 48px minmax(0, 1fr);
  }
  .rsvs-review-admin-row .rsvs-admin-row-actions {
    grid-column: 2 / -1;
  }
}

.rsvs-admin-row-actions form {
  align-items: center;
  display: inline-flex;
}

.rsvs-admin-row-actions .rsvs-withdrawal-decline-form {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(260px, 1fr) auto;
  min-width: 420px;
}

.rsvs-withdrawal-decline-form textarea {
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  min-height: 44px;
  padding: 8px 10px;
  resize: vertical;
}

.rsvs-admin-row-actions .rsvs-button {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  justify-content: center;
  min-height: 36px;
  padding: 8px 11px;
}

.rsvs-admin-row-actions .rsvs-button i {
  font-size: 0.9rem;
}

html[lang^="ar"] .rsvs-dashboard-filters {
  direction: ltr;
}

html[lang^="ar"] .rsvs-dashboard-filters input,
html[lang^="ar"] .rsvs-dashboard-filters select,
html[lang^="ar"] .rsvs-dashboard-filters .rsvs-custom-select-button {
  direction: rtl;
  text-align: right;
}

html[lang^="ar"] .rsvs-dashboard-filters .rsvs-button {
  direction: rtl;
}

html[lang^="ar"] .rsvs-admin-row {
  direction: ltr;
  grid-template-columns: minmax(0, 1fr) auto auto minmax(180px, auto);
}

html[lang^="ar"] .rsvs-admin-booking-row {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

html[lang^="ar"] .rsvs-admin-row > div:first-child,
html[lang^="ar"] .rsvs-admin-row .rsvs-admin-row-actions,
html[lang^="ar"] .rsvs-admin-row .rsvs-status {
  direction: rtl;
}

html[lang^="ar"] .rsvs-admin-row > div:first-child {
  text-align: right;
}

html[lang^="ar"] .rsvs-card-meta {
  direction: rtl;
  justify-content: flex-start;
}

html[lang^="ar"] .rsvs-admin-status-form {
  direction: ltr;
}

.rsvs-icon-actions {
  flex-wrap: nowrap;
}

.rsvs-icon-button {
  height: 40px;
  min-height: 40px !important;
  min-width: 40px;
  padding: 0 !important;
  width: 40px;
}

.rsvs-icon-button span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.rsvs-vendor-verify-state i {
  color: #111817;
}

.rsvs-vendor-verify-state-active i {
  color: var(--rsvs-accent-dark);
}

.rsvs-button-verify {
  color: #111817;
}

.rsvs-button-verify:hover,
.rsvs-button-verify:focus-visible {
  color: var(--rsvs-accent-dark);
}

.rsvs-admin-status-form {
  justify-self: end;
}

.rsvs-compact-switch {
  gap: 10px;
  min-width: 148px;
  padding: 8px 10px;
}

.rsvs-compact-switch span {
  min-width: 60px;
}

.rsvs-compact-switch strong {
  font-size: 0.86rem;
}

.rsvs-admin-user-main strong {
  font-size: 1.02rem;
}

.rsvs-multiselect {
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  padding: 10px;
}

.rsvs-image-upload {
  align-items: center;
  background: #fff;
  border: 1px dashed #b9c9c2;
  border-radius: var(--rsvs-radius);
  cursor: pointer;
  display: grid;
  gap: 14px;
  grid-template-columns: 92px minmax(0, 1fr);
  margin-top: 8px;
  min-height: 116px;
  padding: 12px;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.rsvs-image-upload:hover,
.rsvs-image-upload.is-dragging {
  background: #eef7f4;
  border-color: var(--rsvs-accent);
  box-shadow: 0 0 0 3px rgba(18, 130, 118, 0.1);
}

.rsvs-image-upload input {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.rsvs-image-upload-preview {
  align-items: center;
  background: var(--rsvs-surface);
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: flex;
  height: 92px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 92px;
}

.rsvs-image-upload-preview::before {
  color: var(--rsvs-muted);
  content: "\f03e";
  font-family: "Font Awesome 6 Free";
  font-size: 1.5rem;
  font-weight: 900;
}

.rsvs-image-upload-preview img {
  display: none;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.rsvs-image-upload.has-preview .rsvs-image-upload-preview::before {
  display: none;
}

.rsvs-image-upload.has-preview .rsvs-image-upload-preview img {
  display: block;
}

.rsvs-image-upload-copy {
  display: grid;
  gap: 4px;
}

.rsvs-image-upload-copy strong {
  color: var(--rsvs-text);
}

.rsvs-image-upload-copy small {
  color: var(--rsvs-muted);
  line-height: 1.45;
}

.rsvs-multiselect-list {
  display: grid;
  gap: 8px;
  max-height: 180px;
  overflow: auto;
  padding-top: 8px;
}

.rsvs-option {
  align-items: center;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: flex;
  gap: 8px;
  padding: 8px 10px;
}

.rsvs-option input {
  min-height: auto;
  width: auto;
}

.rsvs-option.is-hidden {
  display: none;
}

.rsvs-day-picker {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 8px;
}

.rsvs-site-footer {
  background: #101816;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  flex-shrink: 0;
  margin-top: auto;
  padding: 52px 0 24px;
}

body:has(.rsvs-dashboard) .rsvs-site-footer {
  display: none;
}

.rsvs-footer-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(0, 1fr));
}

.rsvs-site-footer h2,
.rsvs-site-footer h3 {
  color: #fff;
  margin: 0 0 12px;
}

.rsvs-site-footer p {
  margin: 0;
  max-width: 360px;
}

.rsvs-site-footer section {
  display: grid;
  gap: 9px;
}

.rsvs-site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.rsvs-site-footer a:hover {
  color: #fff;
}

.rsvs-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.rsvs-footer-social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.rsvs-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  gap: 16px;
  margin-top: 38px;
  padding-top: 20px;
  text-align: center;
}

.rsvs-toast-region {
  display: grid;
  gap: 10px;
  max-width: min(420px, calc(100vw - 32px));
  position: fixed;
  right: 22px;
  top: 92px;
  z-index: 99999;
}

.rsvs-login-modal[hidden] {
  display: none;
}

.rsvs-login-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 1000;
}

.rsvs-login-modal-backdrop {
  background: rgba(10, 16, 14, 0.54);
  inset: 0;
  position: absolute;
}

.rsvs-login-modal-card {
  background: #fff;
  border-radius: var(--rsvs-radius);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  display: grid;
  gap: 14px;
  max-width: 420px;
  padding: 28px;
  position: relative;
  text-align: center;
  width: 100%;
}

.rsvs-login-modal-close {
  align-items: center;
  background: var(--rsvs-surface);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 34px;
}

.rsvs-login-modal-icon {
  align-items: center;
  background: #eef7f4;
  border-radius: 50%;
  color: var(--rsvs-accent-dark);
  display: inline-flex;
  height: 54px;
  justify-content: center;
  justify-self: center;
  width: 54px;
}

.rsvs-login-modal-card h2,
.rsvs-login-modal-card p {
  margin: 0;
}

.rsvs-login-modal-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 6px;
}

html.rsvs-modal-open {
  overflow: hidden;
}

.rsvs-toast {
  align-items: center;
  background: #101816;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--rsvs-radius);
  box-shadow: var(--rsvs-shadow);
  color: #fff;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr);
  font-weight: 700;
  padding: 13px 15px;
  transform: translateY(0);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.rsvs-toast-success {
  background: #0f766e;
}

.rsvs-toast-error {
  background: #b42318;
}

.rsvs-toast-warning {
  background: #b45309;
}

.rsvs-toast-info {
  background: #1f3a5f;
}

.rsvs-toast i {
  font-size: 1rem;
  text-align: center;
}

.rsvs-toast.is-hiding {
  opacity: 0;
  transform: translateY(-8px);
}

/* Custom css start here */

.gtranslate_wrapper .rsvs-custom-select-option[data-value=""],
.gtranslate_wrapper .rsvs-native-select-hidden option[value=""],
.gtranslate_wrapper .goog-te-combo option[value=""] {
  display: none !important;
}

.air-datepicker-cell.-day-.rsvs-disabled-booking-date {
  color: #dc2626 !important;
}

.air-datepicker-cell.-day-.-current-.rsvs-disabled-booking-date {
  color: #dc2626 !important;
}

@media (max-width: 860px) {
  .rsvs-site-header,
  .rsvs-section-heading,
  .rsvs-search,
  .rsvs-inline-filter {
    align-items: stretch;
    flex-direction: column;
  }

  .rsvs-hero-grid,
  .rsvs-shop-layout,
  .rsvs-detail-layout,
  .rsvs-card-grid,
  .rsvs-hero-search,
  .rsvs-service-layout,
  .rsvs-public-service,
  .rsvs-admin-row,
  .rsvs-stat-grid,
  .rsvs-dashboard-grid,
  .rsvs-dashboard-shell,
  .rsvs-manager-grid,
  .rsvs-settings-grid {
    grid-template-columns: 1fr;
  }

  .rsvs-public-service {
    align-items: start;
  }

  .rsvs-hero-search {
    border-radius: 28px;
    overflow: visible;
  }

  .rsvs-hero-search label,
  .rsvs-hero-search button {
    border-radius: 18px;
  }

  .rsvs-hero-time-panel {
    grid-template-columns: 1fr;
    left: 0;
    padding: 18px;
    right: auto;
    width: min(100%, 92vw);
  }

  .rsvs-hero-date-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rsvs-hero-date-shortcuts button {
    min-height: 72px;
  }

  .rsvs-hero-schedule-row {
    align-items: stretch;
    flex-direction: column;
  }

  .rsvs-hero-schedule-row button {
    width: 100%;
  }

  .rsvs-service-filters {
    position: static;
  }

  .rsvs-admin-booking-row,
  html[lang^="ar"] .rsvs-admin-booking-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .rsvs-admin-booking-row > div:first-child,
  .rsvs-admin-booking-summary,
  .rsvs-admin-booking-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .rsvs-admin-booking-summary,
  .rsvs-admin-booking-actions {
    justify-self: start;
    justify-content: flex-start;
  }

  .rsvs-shop-aside {
    position: static;
  }

  .rsvs-dashboard {
    padding: 24px 14px 40px;
  }

  .rsvs-dashboard-sidebar {
    background: transparent;
    border-right: 0;
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: visible;
    padding: 0;
    position: fixed;
    top: 0;
    transform: none;
    transition:
      padding 0.22s ease,
      width 0.22s ease;
    width: 0;
    z-index: 80;
  }

  .admin-bar .rsvs-dashboard-sidebar {
    padding-top: 0;
  }

  .rsvs-dashboard-sidebar a {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rsvs-dashboard-sidebar a,
  .rsvs-sidebar-profile {
    display: none;
  }

  .rsvs-dashboard-sidebar .rsvs-sidebar-toggle {
    background: #fff;
    bottom: max(22px, calc(env(safe-area-inset-bottom) + 18px));
    box-shadow: 0 12px 28px rgba(20, 28, 24, 0.18);
    height: 48px;
    left: 14px;
    min-height: 48px;
    padding: 0;
    position: fixed;
    width: 48px;
    z-index: 120;
  }

  .rsvs-dashboard-sidebar a span,
  .rsvs-sidebar-toggle span,
  .rsvs-sidebar-profile span {
    opacity: 1;
    pointer-events: auto;
    position: static;
  }

  html:not(.rsvs-sidebar-open)
    .rsvs-dashboard:not(.is-sidebar-open)
    .rsvs-sidebar-toggle
    span {
    opacity: 0;
    pointer-events: none;
    position: absolute;
  }

  .rsvs-sidebar-profile {
    justify-content: flex-start;
  }

  html.rsvs-sidebar-open .rsvs-dashboard .rsvs-dashboard-sidebar,
  .rsvs-dashboard.is-sidebar-open .rsvs-dashboard-sidebar {
    background: #fff;
    border-right: 1px solid var(--rsvs-line);
    box-shadow: 18px 0 38px rgba(20, 28, 24, 0.14);
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 96px 14px max(24px, env(safe-area-inset-bottom));
    width: min(260px, 82vw);
  }

  html.rsvs-sidebar-open body {
    overflow: hidden;
  }

  html.rsvs-sidebar-open body.admin-bar .rsvs-dashboard .rsvs-dashboard-sidebar,
  .admin-bar .rsvs-dashboard.is-sidebar-open .rsvs-dashboard-sidebar {
    padding-top: 128px;
  }

  html.rsvs-sidebar-open .rsvs-dashboard .rsvs-dashboard-sidebar a,
  html.rsvs-sidebar-open .rsvs-dashboard .rsvs-sidebar-profile,
  .rsvs-dashboard.is-sidebar-open .rsvs-dashboard-sidebar a,
  .rsvs-dashboard.is-sidebar-open .rsvs-sidebar-profile {
    display: flex;
  }

  html.rsvs-sidebar-open .rsvs-dashboard .rsvs-dashboard-sidebar a,
  .rsvs-dashboard.is-sidebar-open .rsvs-dashboard-sidebar a {
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  html.rsvs-sidebar-open .rsvs-dashboard .rsvs-sidebar-toggle,
  .rsvs-dashboard.is-sidebar-open .rsvs-sidebar-toggle {
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    position: static;
    width: 100%;
    z-index: auto;
  }

  html.rsvs-sidebar-open .rsvs-dashboard .rsvs-sidebar-toggle span,
  .rsvs-dashboard.is-sidebar-open .rsvs-sidebar-toggle span {
    opacity: 1;
    pointer-events: auto;
    position: static;
  }

  html.rsvs-sidebar-open .rsvs-dashboard .rsvs-dashboard-sidebar a span,
  html.rsvs-sidebar-open .rsvs-dashboard .rsvs-sidebar-toggle span,
  html.rsvs-sidebar-open .rsvs-dashboard .rsvs-sidebar-profile span,
  .rsvs-dashboard.is-sidebar-open .rsvs-dashboard-sidebar a span,
  .rsvs-dashboard.is-sidebar-open .rsvs-sidebar-toggle span,
  .rsvs-dashboard.is-sidebar-open .rsvs-sidebar-profile span {
    opacity: 1;
    pointer-events: auto;
    position: static;
  }

  html.rsvs-sidebar-open .rsvs-dashboard .rsvs-sidebar-profile,
  .rsvs-dashboard.is-sidebar-open .rsvs-sidebar-profile {
    justify-content: flex-start;
  }

  html[lang^="ar"] .rsvs-dashboard-sidebar {
    left: auto;
    right: 0;
  }

  html[lang^="ar"] .rsvs-dashboard-sidebar .rsvs-sidebar-toggle {
    left: auto;
    right: 14px;
  }

  html[lang^="ar"].rsvs-sidebar-open .rsvs-dashboard .rsvs-dashboard-sidebar,
  html[lang^="ar"] .rsvs-dashboard.is-sidebar-open .rsvs-dashboard-sidebar {
    transform: none;
  }

  .rsvs-dashboard-content {
    min-width: 0;
  }

  .rsvs-dashboard-content h2,
  .rsvs-manager-panel h2 {
    font-size: 1.35rem;
    line-height: 1.2;
  }

  .rsvs-admin-row strong,
  .rsvs-customer-booking h3,
  .rsvs-stat-copy strong {
    font-size: 1rem;
    line-height: 1.25;
  }

  .rsvs-card-meta,
  .rsvs-admin-row span,
  .rsvs-dashboard-filters input,
  .rsvs-dashboard-filters .rsvs-custom-select-button,
  .rsvs-dashboard-filters .rsvs-button {
    font-size: 0.82rem;
  }

  .rsvs-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rsvs-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .rsvs-customer-booking-head,
  .rsvs-customer-booking-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rsvs-order-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rsvs-schedule-card-grid {
    grid-template-columns: 1fr;
  }

  .rsvs-order-progress li {
    align-items: center;
    grid-template-columns: 30px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }

  .rsvs-order-progress li::before {
    display: none;
  }

  .rsvs-review-form {
    grid-template-columns: 1fr;
  }

  .rsvs-shop-hero-content {
    grid-template-columns: 1fr;
    padding: 34px;
  }
}

@media (max-width: 1024px) {
  .rsvs-site-header {
    align-items: center;
    flex-direction: row;
    gap: 16px;
    min-height: 68px;
    padding: 0 20px;
  }

  body:has(.rsvs-dashboard) .rsvs-site-main {
    padding-top: 68px;
  }

  .rsvs-brand {
    min-width: 0;
    position: relative;
    z-index: 38;
  }

  .rsvs-brand img {
    max-height: 38px;
    max-width: 170px;
  }

  .rsvs-mobile-menu-toggle {
    align-items: center;
    background: var(--rsvs-accent);
    border: 0;
    border-radius: var(--rsvs-radius);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 42px;
    justify-content: center;
    margin-left: auto;
    width: 42px;
    position: relative;
    z-index: 43;
  }

  [dir="rtl"] .rsvs-mobile-menu-toggle {
    margin-left: 0;
    margin-right: auto;
  }

  .rsvs-mobile-menu-toggle i {
    font-size: 1.1rem;
  }

  .rsvs-mobile-menu-backdrop {
    background: rgba(12, 18, 16, 0.42);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 180ms ease;
    z-index: 39;
  }

  .rsvs-nav {
    align-items: stretch;
    background: #fff;
    border-left: 1px solid var(--rsvs-line);
    bottom: 0;
    box-shadow: -20px 0 42px rgba(15, 23, 42, 0.16);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    max-width: min(340px, calc(100vw - 48px));
    overflow-y: auto;
    padding: 22px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(104%);
    transition: transform 220ms ease;
    width: 320px;
    z-index: 44;
  }

  [dir="rtl"] .rsvs-nav {
    border-left: 0;
    border-right: 1px solid var(--rsvs-line);
    box-shadow: 20px 0 42px rgba(15, 23, 42, 0.16);
    left: 0;
    right: auto;
    transform: translateX(-104%);
  }

  .rsvs-mobile-menu-head {
    align-items: center;
    border-bottom: 1px solid var(--rsvs-line);
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    margin: -4px 0 8px;
    padding-bottom: 14px;
  }

  .rsvs-mobile-menu-head button {
    align-items: center;
    background: var(--rsvs-surface);
    border: 1px solid var(--rsvs-line);
    border-radius: var(--rsvs-radius);
    color: var(--rsvs-text);
    cursor: pointer;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
  }

  .rsvs-nav a {
    justify-content: flex-start;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
  }

  .rsvs-locale-form {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .rsvs-locale-form label {
    justify-content: flex-start;
    width: 100%;
  }

  .rsvs-locale-form .rsvs-custom-select,
  .rsvs-locale-form select {
    flex: 1;
    min-width: 0;
    width: 100%;
  }

  html.rsvs-mobile-menu-open,
  html.rsvs-mobile-menu-open body {
    overflow: hidden;
  }

  html.rsvs-mobile-menu-open .rsvs-mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  html.rsvs-mobile-menu-open .rsvs-nav {
    transform: translateX(0);
  }

  html.rsvs-mobile-menu-open .rsvs-brand {
    opacity: 0;
    pointer-events: none;
  }
}

.rsvs-whatsapp-template-manager {
  display: grid;
  gap: 16px;
}

.rsvs-section-heading {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.rsvs-section-heading h3,
.rsvs-section-heading p {
  margin: 0;
}

.rsvs-section-heading p,
.rsvs-template-help,
.rsvs-template-event small {
  color: var(--rsvs-muted);
}

.rsvs-template-defaults {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rsvs-template-help {
  background: var(--rsvs-soft);
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  line-height: 1.6;
  padding: 12px 14px;
}

.rsvs-template-help code {
  background: #fff;
  border: 1px solid var(--rsvs-line);
  border-radius: 8px;
  color: var(--rsvs-primary);
  font-weight: 800;
  padding: 2px 6px;
}

.rsvs-template-list {
  display: grid;
  gap: 10px;
}

.rsvs-template-row {
  align-items: end;
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  display: grid;
  gap: 12px;
  grid-template-columns:
    minmax(220px, 1.1fr) repeat(2, minmax(150px, 0.8fr))
    auto;
  padding: 12px;
}

.rsvs-template-event {
  align-items: center;
  display: grid;
  gap: 2px 10px;
  grid-template-columns: 38px 1fr;
}

.rsvs-template-event i {
  align-items: center;
  background: rgba(14, 129, 118, 0.1);
  border-radius: 50%;
  color: var(--rsvs-primary);
  display: inline-flex;
  grid-row: span 2;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.rsvs-template-event span {
  font-weight: 800;
}

.rsvs-mini-toggle {
  align-items: center;
  background: var(--rsvs-soft);
  border: 1px solid var(--rsvs-line);
  border-radius: var(--rsvs-radius);
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 10px 12px;
  white-space: nowrap;
}

.rsvs-mini-toggle input {
  accent-color: var(--rsvs-primary);
  margin: 0;
}

.rsvs-mini-toggle span {
  font-weight: 800;
}

@media (max-width: 980px) {
  .rsvs-section-heading,
  .rsvs-template-row {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .rsvs-section-heading {
    display: grid;
  }

  .rsvs-template-defaults {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .rsvs-site-header {
    padding: 0 16px;
  }

  .rsvs-time-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rsvs-step-actions,
  .rsvs-form-row {
    flex-direction: column;
  }

  .rsvs-image-upload {
    grid-template-columns: 1fr;
  }

  .rsvs-image-upload-preview {
    width: 100%;
  }

  .rsvs-footer-grid {
    grid-template-columns: 1fr;
  }
}
