:root {
  --recom-primary: #004c57;
  --recom-primary-2: #006674;
  --recom-surface: #fcf9f4;
  --recom-surface-2: #f6f3ee;
  --recom-surface-3: #ebe8e3;
  --recom-card: #ffffff;
  --recom-text: #1c1c19;
  --recom-muted: #4d5456;
  --recom-error: #ba1a1a;
  --recom-success: #1f6b39;
  --recom-shadow: 0 12px 32px -4px rgba(28, 28, 25, 0.08);
}

.recom-shell,
.recom-shell * {
  box-sizing: border-box;
}

.recom-shell {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: radial-gradient(circle at top right, #f3fafb 0%, #f8f5f0 45%, #f5f1ec 100%);
  color: var(--recom-text);
}

.recom-shell-main {
  min-height: 100vh;
}

.recom-shell h1,
.recom-shell h2,
.recom-shell h3,
.recom-shell h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.02em;
}

.recom-btn-primary,
.recom-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  border: 0;
  transition: 0.2s ease;
}

.recom-btn-primary {
  background: linear-gradient(135deg, var(--recom-primary) 0%, var(--recom-primary-2) 100%);
  color: #fff;
}

.recom-btn-primary:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}

.recom-btn-secondary {
  background: var(--recom-card);
  color: var(--recom-primary);
  border: 1px solid rgba(111, 121, 123, 0.2);
}

.recom-form-grid {
  display: grid;
  gap: 14px;
}

.recom-form-grid label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
}

.recom-form-grid input,
.recom-form-grid select,
.recom-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(111, 121, 123, 0.25);
  border-radius: 10px;
  padding: 11px 12px;
  background: #f8f7f3;
  color: var(--recom-text);
  font-family: "Manrope", sans-serif;
}

.recom-form-grid input.is-invalid,
.recom-form-grid select.is-invalid,
.recom-form-grid textarea.is-invalid {
  border-color: #c43b3b;
  box-shadow: 0 0 0 2px rgba(196, 59, 59, 0.12);
}

.recom-field-error {
  display: block;
  color: #a72c2c;
  font-size: 12px;
  margin-top: -2px;
}

.recom-form-grid input:focus,
.recom-form-grid select:focus,
.recom-form-grid textarea:focus {
  outline: none;
  border-color: var(--recom-primary);
  box-shadow: 0 0 0 2px rgba(0, 76, 87, 0.14);
}

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

.recom-full {
  grid-column: 1 / -1;
}

.recom-alert {
  border-radius: 10px;
  padding: 12px;
  margin: 0 0 14px;
  font-size: 14px;
}

.recom-alert-error {
  background: #fdeaea;
  color: var(--recom-error);
}

.recom-alert-success {
  background: #e9f7ef;
  color: var(--recom-success);
}

.recom-logo img,
.recom-admin-brand img,
.recom-gate-brand img {
  max-height: 54px;
  width: auto;
}

/* Gate */
.recom-gate-page .entry-header,
.recom-gate-page .page-header,
.recom-gate-page .archive-header,
.recom-gate-page .elementor-page-title,
.recom-gate-page .wp-block-post-title,
.recom-gate-page .entry-title {
  display: none !important;
}

.recom-gate-page .entry-content,
.recom-gate-page .post-content,
.recom-gate-page .site-main,
.recom-gate-page .content-area,
.recom-gate-page main {
  overflow: visible;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.recom-gate-page .site-content,
.recom-gate-page #content,
.recom-gate-page .content-wrapper,
.recom-gate-page .elementor-location-single,
.recom-gate-page .elementor-widget-theme-post-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.recom-gate-page .news-details {
  padding: 0 !important;
}

.recom-gate-page .news-details > .container,
.recom-gate-page .news-details .row,
.recom-gate-page .news-details .col-xl-12,
.recom-gate-page .news-details .col-lg-12,
.recom-gate-page .news-details__left,
.recom-gate-page .news-details__content,
.recom-gate-page .blog-details__content,
.recom-gate-page #primary.site-main,
.recom-gate-page article.page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.recom-gate-page .news-details > .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.recom-gate-page .recom-gate-layout {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
}

.recom-gate-layout {
  --recom-gate-bg: #0a1f16;
  min-height: clamp(620px, calc(100dvh - 170px), 900px);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(6, 28, 22, 0.76) 0%, rgba(6, 28, 22, 0.62) 100%), var(--recom-gate-bg-image), var(--recom-gate-bg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, cover, cover;
  background-position: center center, center center, center center;
  box-shadow: 0 30px 54px -36px rgba(6, 16, 12, 0.8);
  border: 1px solid rgba(197, 160, 89, 0.2);
}

.recom-gate-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 24% 40%, rgba(217, 115, 62, 0.18), transparent 42%), radial-gradient(circle at 71% 68%, rgba(197, 160, 89, 0.16), transparent 36%);
  pointer-events: none;
}

.recom-gate-stage {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: grid;
  place-items: start center;
  padding: 16px 24px 28px;
}

.recom-gate-card-stack {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  width: min(810px, calc(100% - 34px));
  height: clamp(530px, 66vh, 640px);
  pointer-events: none;
}

.recom-gate-stack-layer {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 30px -22px rgba(3, 17, 14, 0.92);
}

.recom-gate-stack-layer.is-back {
  bottom: -28px;
  width: 92%;
  height: 96%;
  opacity: 0.46;
}

.recom-gate-stack-layer.is-mid {
  bottom: -14px;
  width: 96%;
  height: 98%;
  opacity: 0.6;
}

.recom-gate-layout .recom-gate-card {
  width: min(760px, calc(100% - 28px));
  position: relative;
  z-index: 2;
  border-radius: 24px;
  padding: clamp(34px, 4.2vw, 46px) clamp(26px, 4.2vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0 38px 72px -42px rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.recom-gate-layout .recom-gate-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(260px 120px at 19% 18%, rgba(217, 115, 62, 0.2), transparent 68%), linear-gradient(122deg, rgba(244, 204, 160, 0.15) 8%, rgba(244, 204, 160, 0) 34%);
}

.recom-gate-layout .recom-tag {
  display: none;
}

.recom-gate-layout .recom-gate-card h1 {
  margin: 12px 0 10px;
  font-size: clamp(46px, 4.7vw, 66px);
  line-height: 0.98;
  color: #f8fbfa;
  text-align: center;
  font-weight: 700;
}

.recom-gate-layout .recom-gate-card p {
  margin: 0 auto 24px;
  color: #e0e0e0;
  text-align: center;
  max-width: 92%;
  font-size: clamp(16px, 1.26vw, 24px);
  line-height: 1.35;
}

.recom-gate-layout .recom-gate-form {
  gap: 14px;
}

.recom-gate-layout .recom-gate-input-wrap {
  position: relative;
  display: block;
}

.recom-gate-layout .recom-gate-form input {
  min-height: 64px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f4f8f7;
  padding: 0 16px 0 58px;
  font-size: clamp(18px, 1.2vw, 21px);
  font-weight: 400;
}

.recom-gate-layout .recom-gate-form input::placeholder {
  color: rgba(229, 235, 234, 0.78);
}

.recom-gate-layout .recom-gate-form .recom-btn-primary {
  margin-top: 6px;
  min-height: 70px;
  border-radius: 14px;
  font-size: clamp(16px, 1.2vw, 24px);
  letter-spacing: 0.02em;
  font-weight: 800;
  background: linear-gradient(180deg, #e58444 0%, #d9733e 100%);
  border: 1px solid rgba(255, 215, 185, 0.62);
  color: #fff2e8;
  box-shadow: 0 14px 28px -14px rgba(217, 115, 62, 0.98), 0 0 0 1px rgba(250, 197, 161, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.recom-gate-layout .recom-gate-form .recom-btn-primary:hover {
  filter: brightness(1.03);
}

.recom-gate-layout .recom-gate-brand {
  display: grid;
  place-items: center;
  width: 100%;
}

.recom-gate-layout .recom-gate-brand img {
  max-height: 110px;
}

.recom-gate-layout .recom-gate-input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  color: rgba(239, 244, 243, 0.86);
  opacity: 0.88;
  pointer-events: none;
}

.recom-gate-layout .recom-gate-input-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.recom-gate-layout .recom-gate-note {
  display: block;
  margin-top: 18px;
  text-align: center;
  color: rgba(230, 234, 233, 0.9);
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.25;
}

@media (max-width: 1100px) {
  .recom-gate-page .recom-gate-layout,
  .recom-gate-layout {
    border-radius: 18px;
    margin: 6px 10px 22px;
    min-height: clamp(570px, calc(100vh - 170px), 700px);
  }

  .recom-gate-layout .recom-gate-stage {
    padding: 14px 14px 22px;
  }

  .recom-gate-layout .recom-gate-card {
    width: min(740px, calc(100% - 18px));
  }
}

@media (max-width: 768px) {
  .recom-gate-page .recom-gate-layout,
  .recom-gate-layout {
    min-height: clamp(740px, calc(100vh - 90px), 980px);
    margin: 8px 0 18px;
    border-radius: 0;
  }

  .recom-gate-layout .recom-gate-stage {
    place-items: end center;
    padding: 24px 10px 24px;
  }

  .recom-gate-layout .recom-gate-card-stack {
    width: calc(100% - 12px);
    height: 64%;
    top: auto;
    bottom: 20px;
    transform: translateX(-50%);
  }

  .recom-gate-layout .recom-gate-card {
    width: calc(100% - 16px);
    padding: 24px 18px;
  }

  .recom-gate-layout .recom-gate-brand img {
    max-height: 78px;
  }

  .recom-gate-layout .recom-gate-card h1 {
    font-size: clamp(34px, 9vw, 54px);
    margin-top: 10px;
  }

  .recom-gate-layout .recom-gate-card p {
    font-size: clamp(14px, 4.2vw, 19px);
    margin-bottom: 18px;
  }

  .recom-gate-layout .recom-gate-form input {
    min-height: 54px;
    border-radius: 12px;
    padding-left: 50px;
    font-size: 18px;
  }

  .recom-gate-layout .recom-gate-input-icon {
    left: 14px;
    width: 24px;
    height: 24px;
  }

  .recom-gate-layout .recom-gate-form .recom-btn-primary {
    min-height: 56px;
    font-size: 17px;
  }
}

.recom-help-link {
  display: none;
}

/* Coordinator */
.recom-admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 260px 1fr;
  background: #f4f2ec;
}

.recom-admin-sidebar {
  background: linear-gradient(180deg, #0b3f46 0%, #0f5059 60%, #12626c 100%);
  padding: 28px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: sticky;
  top: 0;
  height: 100vh;
}

.recom-admin-sidebar h2 {
  margin: 10px 0 3px;
  font-size: 22px;
  color: #fff;
}

.recom-admin-sidebar p {
  margin: 0 0 18px;
  color: #c7e2e6;
  font-size: 14px;
}

.recom-admin-sidebar nav {
  display: grid;
  gap: 8px;
}

.recom-admin-sidebar nav a {
  text-decoration: none;
  color: #ddedef;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid transparent;
}

.recom-admin-sidebar nav a.is-active,
.recom-admin-sidebar nav a:hover {
  color: #083940;
  background: #f0fbfd;
  border-color: #cdeff4;
}

.recom-admin-main {
  padding: 30px;
  max-width: 1480px;
  background: #f4f2ec;
}

.recom-admin-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 18px;
}

.recom-admin-top h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.05;
}

.recom-admin-top p {
  margin: 8px 0 0;
  color: var(--recom-muted);
}

.recom-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.recom-stats-grid article {
  background: var(--recom-card);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--recom-shadow);
  border: 1px solid #edf2f3;
}

.recom-stats-grid h3 {
  margin: 0;
  font-size: 14px;
  color: var(--recom-muted);
}

.recom-stats-grid p {
  margin: 10px 0 0;
  font-size: 34px;
  font-weight: 800;
  color: var(--recom-primary);
}

.recom-layout-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.recom-card {
  background: var(--recom-card);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--recom-shadow);
  border: 1px solid #edf2f3;
}

.recom-card h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.recom-benef-list-card {
  padding: 18px;
}

.recom-benef-filters {
  display: grid;
  grid-template-columns: 2.2fr repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.recom-benef-search {
  min-width: 320px;
}

.recom-benef-filters label {
  display: grid;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #2a3437;
}

.recom-benef-filters input,
.recom-benef-filters select {
  width: 100%;
  border: 1px solid rgba(111, 121, 123, 0.22);
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 12px;
  background: #fff;
}

.recom-benef-filters .recom-btn-primary,
.recom-benef-filters .recom-btn-secondary {
  min-height: 42px;
  align-self: end;
}

.recom-benef-filter-actions {
  display: flex;
  gap: 8px;
  align-items: stretch;
  grid-column: 1 / -1;
}

.recom-benef-filter-actions .recom-btn-primary,
.recom-benef-filter-actions .recom-btn-secondary {
  min-height: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
}

.recom-benef-list-meta {
  margin: 0 0 10px;
  font-size: 13px;
  color: #4a636f;
  font-weight: 700;
}

.recom-pro-list-card {
  padding: 18px;
}

.recom-institution-card {
  --inst-control-h: 42px;
  --inst-radius: 14px;
  --inst-border: #ddd5c9;
  --inst-panel-bg: #fffdf9;
  --inst-shadow: 0 1px 2px rgba(24, 38, 48, 0.08);
  padding: 18px;
}

.recom-inst-head {
  margin-bottom: 12px;
}

.recom-inst-head h2 {
  margin: 0;
  color: #123447;
  font-size: 30px;
  line-height: 1.1;
}

.recom-inst-head p {
  margin: 6px 0 0;
  color: #39596a;
  font-size: 14px;
}

.recom-agenda-card {
  --agenda-control-h: 42px;
  --agenda-radius: 12px;
  --agenda-gap: 10px;
  --agenda-panel-bg: #fffdf9;
  --agenda-border: #ddd5c9;
  --agenda-shadow: 0 1px 2px rgba(24, 38, 48, 0.08);
  padding: 18px;
}

.recom-agenda-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--agenda-gap);
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.recom-agenda-topbar-left {
  display: grid;
  gap: 8px;
  align-items: start;
  min-width: 0;
  flex: 1 1 420px;
}

.recom-agenda-topbar-row {
  display: flex;
  align-items: flex-start;
}

.recom-agenda-topbar-row--actions {
  justify-content: flex-start;
}

.recom-agenda-filters {
  display: grid;
  gap: 4px;
  min-width: 230px;
}

.recom-agenda-filters label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #204258;
}

.recom-agenda-filters select {
  border: 1px solid #cdc5b8;
  border-radius: 10px;
  min-height: var(--agenda-control-h);
  padding: 10px 12px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 1px rgba(18, 35, 46, 0.06);
}

.recom-agenda-pro-picker {
  position: relative;
}

.recom-agenda-pro-trigger {
  width: 100%;
  min-height: var(--agenda-control-h);
  border: 1px solid #cdc5b8;
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #16394d;
  cursor: pointer;
}

.recom-agenda-pro-trigger i {
  width: 10px;
  height: 10px;
  border-right: 2px solid #4d6370;
  border-bottom: 2px solid #4d6370;
  transform: rotate(45deg);
}

.recom-agenda-pro-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  border: 1px solid #cfd8dc;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(16, 41, 55, 0.18);
  z-index: 40;
  padding: 8px;
}

.recom-agenda-pro-search {
  width: 100%;
  min-height: 38px;
  border: 1px solid #d6dfe4;
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 6px;
}

.recom-agenda-pro-options {
  display: grid;
  gap: 4px;
  max-height: 220px;
  overflow: auto;
}

.recom-agenda-pro-option {
  border: 1px solid #d8e0e4;
  border-radius: 8px;
  background: #fff;
  min-height: 36px;
  padding: 8px 10px;
  text-align: left;
  color: #123447;
  font-weight: 600;
  cursor: pointer;
}

.recom-agenda-pro-option:hover,
.recom-agenda-pro-option.is-selected {
  border-color: #7fb9c2;
  background: #eff7f9;
}

.recom-agenda-pro-option.is-hidden {
  display: none;
}

.recom-agenda-month-save {
  display: flex;
  align-items: flex-start;
}

.recom-agenda-month-save .recom-btn-primary {
  min-height: var(--agenda-control-h);
  height: var(--agenda-control-h);
  padding: 10px 14px;
  line-height: 1;
  white-space: nowrap;
}

.recom-agenda-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-wrap: wrap;
}

.recom-agenda-nav .recom-link-btn {
  height: var(--agenda-control-h);
  min-height: var(--agenda-control-h);
  margin: 0;
  padding: 0 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.recom-agenda-nav-current {
  color: #123447;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.recom-agenda-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 1fr);
  gap: 14px;
}

.recom-agenda-calendar-panel,
.recom-agenda-side-panel {
  border: 1px solid var(--agenda-border);
  border-radius: 14px;
  background: var(--agenda-panel-bg);
  padding: 14px;
  box-shadow: var(--agenda-shadow);
}

.recom-agenda-calendar-panel {
  --agenda-day-size: 52px;
  --agenda-grid-gap: 6px;
  --agenda-weekdays-height: 24px;
}

.recom-agenda-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr)) 38px;
  gap: var(--agenda-grid-gap);
  min-height: var(--agenda-weekdays-height);
  margin-bottom: var(--agenda-grid-gap);
  align-items: center;
}

.recom-agenda-row-weekday-spacer {
  display: block;
}

.recom-agenda-weekdays span {
  font-size: 13px;
  color: #355466;
  text-align: center;
  font-weight: 700;
}

.recom-agenda-grid {
  display: grid;
  gap: var(--agenda-grid-gap);
  align-content: start;
}

.recom-agenda-week-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr)) 38px;
  gap: var(--agenda-grid-gap);
}

.recom-agenda-calendar-body {
  display: block;
}

.recom-agenda-row-toggle {
  border: 1px solid #d4dedf;
  border-radius: 10px;
  height: var(--agenda-day-size);
  min-height: 0;
  padding: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recom-agenda-row-toggle input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.recom-agenda-day {
  height: var(--agenda-day-size);
  min-height: 0;
  border-radius: 10px;
  border: 1px solid #ccd8dd;
  background: #f4f8fa;
  color: #16394d;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.recom-agenda-day.is-empty {
  border: 0;
  background: transparent;
  pointer-events: none;
}

.recom-agenda-day.is-selected {
  border-color: #1c6f7a;
  box-shadow: 0 0 0 3px rgba(28, 111, 122, 0.18);
}

.recom-agenda-day.is-today {
  outline: 2px dashed #87a7ba;
}

.recom-agenda-day.is-disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.recom-agenda-day.is-holiday { background: #ffd1d1; border-color: #e56c6c; }
.recom-agenda-day.is-institution_closed { background: #cbd2dc; border-color: #97a3b4; }
.recom-agenda-day.is-staff_closed { background: #f7d998; border-color: #daa43b; }
.recom-agenda-day.is-available { background: #98edb8; border-color: #3fb66e; }
.recom-agenda-day.is-booked { background: #95d4ff; border-color: #3a95db; }
.recom-agenda-day.is-full { background: #ffc48a; border-color: #e28632; }
.recom-agenda-day.is-past { background: #e1e6ed; border-color: #afbac7; }

.recom-agenda-legend {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  font-size: 12px;
  color: #2f5367;
}

.recom-agenda-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.recom-agenda-legend i {
  width: 13px;
  height: 13px;
  border-radius: 3px;
  border: 1px solid #9db2bd;
  display: inline-block;
}

.recom-agenda-legend i.is-holiday { background: #ff8c8c; border-color: #dd4c4c; }
.recom-agenda-legend i.is-institution_closed { background: #b0b7c2; border-color: #818a99; }
.recom-agenda-legend i.is-staff_closed { background: #f3c66c; border-color: #d79a2b; }
.recom-agenda-legend i.is-available { background: #41d97d; border-color: #219a52; }
.recom-agenda-legend i.is-booked { background: #57b9ff; border-color: #1a79c2; }
.recom-agenda-legend i.is-full { background: #ff9d52; border-color: #d96a10; }
.recom-agenda-legend i.is-past { background: #d6dce3; border-color: #a0acb8; }

.recom-agenda-slots-list {
  margin-top: 14px;
}

.recom-agenda-slots-list h4 {
  margin: 0 0 8px;
  color: #183d52;
  font-size: 20px;
}

.recom-agenda-list-table {
  min-width: 0;
  table-layout: auto;
}

.recom-agenda-list-table th,
.recom-agenda-list-table td {
  text-align: center;
  white-space: nowrap;
}

.recom-agenda-list-table th:nth-child(1),
.recom-agenda-list-table td:nth-child(1),
.recom-agenda-list-table th:nth-child(2),
.recom-agenda-list-table td:nth-child(2),
.recom-agenda-list-table th:nth-child(3),
.recom-agenda-list-table td:nth-child(3) {
  width: 1%;
}

.recom-agenda-list-table th:nth-child(4),
.recom-agenda-list-table td:nth-child(4) {
  width: 100%;
}

.recom-agenda-customer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.recom-agenda-customer-name {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}

.recom-agenda-eye-btn {
  width: 26px;
  height: 26px;
  border: 1px solid #c5d2d8;
  border-radius: 8px;
  background: #f5fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f4e5f;
  text-decoration: none;
  transition: 0.18s ease;
}

.recom-agenda-eye-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.recom-agenda-eye-btn:hover {
  border-color: #7fb9c2;
  background: #eaf5f8;
}

.recom-agenda-list-pagination {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.recom-agenda-list-pagination.is-hidden {
  display: none;
}

.recom-agenda-list-pagination .recom-agenda-action-btn {
  min-width: 104px;
}

.recom-agenda-list-pagination .recom-agenda-action-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.recom-agenda-tabs {
  margin-bottom: 12px;
}

.recom-agenda-pane-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.1;
  color: #123447;
}

.recom-agenda-side-panel .recom-form-grid label span {
  font-size: 13px;
  font-weight: 700;
  color: #204258;
}

.recom-agenda-side-panel .recom-form-grid input:not([type="checkbox"]):not([type="radio"]),
.recom-agenda-side-panel .recom-form-grid select,
.recom-agenda-side-panel .recom-form-grid textarea {
  min-height: var(--agenda-control-h);
  border: 1px solid #cdc5b8;
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 1px rgba(18, 35, 46, 0.06);
}

.recom-agenda-side-panel .recom-form-grid input:not([type="checkbox"]):not([type="radio"]):focus,
.recom-agenda-side-panel .recom-form-grid select:focus,
.recom-agenda-side-panel .recom-form-grid textarea:focus {
  outline: none;
  border-color: #2d6a6a;
  box-shadow: 0 0 0 3px rgba(45, 106, 106, 0.14), inset 0 1px 1px rgba(20, 44, 58, 0.04);
}

.recom-agenda-pane {
  display: none;
}

.recom-agenda-pane.is-active {
  display: block;
}

.recom-agenda-week-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.recom-agenda-week-actions .recom-btn-secondary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.recom-agenda-save-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(14, 36, 49, 0.45);
  padding: 16px;
}

.recom-agenda-save-modal.is-open {
  display: flex;
}

.recom-agenda-save-modal__dialog {
  width: min(520px, 100%);
  background: #fff;
  border: 1px solid #dce7eb;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 20px 50px rgba(10, 35, 48, 0.18);
}

.recom-agenda-save-modal__dialog h3 {
  margin: 0 0 8px;
}

.recom-agenda-save-modal__dialog p {
  margin: 0;
  color: #335264;
}

.recom-agenda-save-modal__actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.recom-agenda-save-modal__actions .recom-btn-primary,
.recom-agenda-save-modal__actions .recom-btn-secondary {
  min-height: var(--agenda-control-h);
  height: var(--agenda-control-h);
  padding: 0 14px;
}

.recom-agenda-status {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #d6dfe4;
  background: #f4f8fa;
  color: #264f62;
}

.recom-agenda-status.is-booked {
  background: #e8f2f8;
  border-color: #c7deee;
}

.recom-agenda-status.is-available {
  background: #e9f7f0;
  border-color: #c9e8d7;
}

.recom-agenda-status.is-closed {
  background: #f6f4ec;
  border-color: #e5dfc9;
}

.recom-inst-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.recom-inst-tabs a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #d2d9db;
  background: #fff;
  color: #0f4e5f;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 1px 1px rgba(14, 36, 49, 0.06);
}

.recom-inst-tabs a.is-active {
  background: linear-gradient(135deg, var(--recom-primary) 0%, var(--recom-primary-2) 100%);
  color: #fff;
  border-color: transparent;
}

.recom-hours-grid {
  display: grid;
  gap: 8px;
}

.recom-hours-row {
  display: grid;
  grid-template-columns: 120px 160px repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #dfd7cb;
  background: #fff;
  align-items: end;
}

.recom-hours-row strong {
  font-size: 14px;
  color: #16394d;
  align-self: center;
}

.recom-inst-form {
  gap: 12px;
}

.recom-inst-panel {
  border: 1px solid var(--inst-border);
  border-radius: var(--inst-radius);
  background: var(--inst-panel-bg);
  box-shadow: var(--inst-shadow);
  padding: 14px;
  margin-bottom: 12px;
}

.recom-inst-panel h3 {
  margin: 0 0 10px;
  color: #123447;
  font-size: 20px;
  line-height: 1.1;
}

.recom-inst-panel-head {
  margin-bottom: 10px;
}

.recom-inst-panel-head h3 {
  margin: 0;
}

.recom-inst-panel-head p {
  margin: 5px 0 0;
  color: #3e6173;
  font-size: 13px;
}

.recom-inst-panel-grid {
  display: grid;
  gap: 10px;
}

.recom-inst-form label span,
.recom-inst-filters label span,
.recom-inst-holiday-form label span {
  font-size: 13px;
  font-weight: 700;
  color: #26475d;
}

.recom-inst-form input,
.recom-inst-form select,
.recom-inst-form textarea,
.recom-inst-filters input,
.recom-inst-filters select,
.recom-inst-holiday-form input,
.recom-inst-holiday-form select,
.recom-inst-holiday-form textarea {
  min-height: var(--inst-control-h);
  border: 1px solid #cbc3b7;
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(16, 41, 55, 0.06);
}

.recom-inst-panel-grid .recom-cep-btn-inline {
  min-height: var(--inst-control-h);
  height: var(--inst-control-h);
  max-width: 180px;
  align-self: end;
}

.recom-inst-panel-grid .recom-cep-status {
  margin-top: 0;
}

.recom-inst-form input:focus,
.recom-inst-form select:focus,
.recom-inst-form textarea:focus,
.recom-inst-filters input:focus,
.recom-inst-filters select:focus,
.recom-inst-holiday-form input:focus,
.recom-inst-holiday-form select:focus,
.recom-inst-holiday-form textarea:focus {
  outline: none;
  border-color: #2d6a6a;
  box-shadow: 0 0 0 3px rgba(45, 106, 106, 0.14), inset 0 1px 1px rgba(20, 44, 58, 0.04);
}

.recom-inst-submit-wrap {
  display: flex;
  justify-content: flex-end;
}

.recom-inst-submit-wrap .recom-btn-primary {
  min-height: var(--inst-control-h);
  height: var(--inst-control-h);
  padding: 0 18px;
}

.recom-inst-filters {
  margin-bottom: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.recom-inst-import-card {
  border: 1px solid #d9d1c4;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recom-inst-import-card strong {
  display: block;
  color: #123447;
  margin-bottom: 3px;
}

.recom-inst-import-card p {
  margin: 0;
  color: #3f6274;
  font-size: 13px;
}

.recom-inst-import-card .recom-btn-primary {
  min-height: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.recom-inst-filters .recom-benef-filter-actions {
  grid-column: 1 / -1;
  justify-content: flex-end;
}

.recom-inst-holiday-table td:nth-child(1),
.recom-inst-holiday-table th:nth-child(1),
.recom-inst-holiday-table td:nth-child(3),
.recom-inst-holiday-table th:nth-child(3),
.recom-inst-holiday-table td:nth-child(4),
.recom-inst-holiday-table th:nth-child(4),
.recom-inst-holiday-table td:nth-child(5),
.recom-inst-holiday-table th:nth-child(5),
.recom-inst-holiday-table td:nth-child(6),
.recom-inst-holiday-table th:nth-child(6) {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}

.recom-inst-actions {
  white-space: nowrap;
}

.recom-inst-holiday-form .recom-check {
  min-height: var(--inst-control-h);
  align-items: center;
}

.recom-inst-holiday-form select[multiple] {
  min-height: 136px;
}

.recom-week-compact {
  display: grid;
  gap: 12px;
}

.recom-week-quick-title {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: #2a4b5f;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.recom-week-quick-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px;
  border: 1px solid #d8d0c4;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  align-items: start;
}

.recom-week-quick-row {
  display: grid;
  gap: 10px;
}

.recom-week-quick-row--actions {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.recom-week-quick-row--fields {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.recom-agenda-action-btn {
  min-height: var(--agenda-control-h);
  height: var(--agenda-control-h);
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #c5d2d8;
  background: #f5fafc;
  color: #0f4e5f;
  font-weight: 800;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.18s ease;
}

.recom-agenda-action-btn:hover {
  border-color: #7fb9c2;
  background: #eaf5f8;
}

.recom-day-mode-section {
  margin-top: 2px;
}

.recom-day-mode-card {
  border: 1px solid #d8d0c4;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.recom-day-mode-card h4 {
  margin: 0;
  color: #123447;
  font-size: 16px;
}

.recom-day-mode-card h5 {
  margin: 0;
  color: #23495e;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.recom-day-mode-card p {
  margin: 0;
  color: #42687a;
  font-size: 13px;
}

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

.recom-day-fixed-grid input,
.recom-day-fixed-grid select,
.recom-day-free-builder input,
.recom-day-free-generate-grid input,
.recom-day-free-generate-grid select {
  min-height: 42px;
  border: 1px solid #cdc5b8;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fff;
}

.recom-day-free-builder {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  gap: 8px;
  align-items: end;
}

.recom-day-free-builder .recom-btn-secondary {
  min-height: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}

.recom-day-free-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 42px;
  border: 1px dashed #d7cfc2;
  border-radius: 10px;
  padding: 8px;
  background: #fdfaf5;
}

.recom-day-free-empty {
  color: #607986;
  font-size: 13px;
}

.recom-day-free-chip {
  border: 1px solid #cad9de;
  border-radius: 999px;
  background: #eff6f8;
  color: #0f4e5f;
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  cursor: pointer;
}

.recom-day-free-chip i {
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}

.recom-day-free-generate {
  border-top: 1px solid #ebe3d8;
  padding-top: 10px;
  display: grid;
  gap: 8px;
}

.recom-day-free-generate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
}

.recom-day-closed-note {
  border: 1px solid #dfd7cb;
  border-radius: 10px;
  background: #fff9ef;
  color: #425b67;
  padding: 12px;
  font-size: 14px;
}

.recom-week-field {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #204258;
}

.recom-week-field input,
.recom-week-field select {
  min-height: var(--agenda-control-h);
  height: var(--agenda-control-h);
  border: 1px solid #cdc5b8;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 1px rgba(18, 35, 46, 0.06);
}

.recom-week-field span {
  min-height: 16px;
  display: inline-flex;
  align-items: center;
}

.recom-week-table {
  border: 1px solid #d9d1c4;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.recom-week-head,
.recom-week-row {
  display: grid;
  grid-template-columns: minmax(120px, 1.1fr) 120px minmax(100px, 1fr) minmax(100px, 1fr);
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
}

.recom-week-head {
  background: #eef3f0;
  font-size: 12px;
  font-weight: 700;
  color: #335264;
}

.recom-week-row {
  border-top: 1px solid #edf0e8;
  background: #fff;
}

.recom-week-row:nth-child(even) {
  background: #fffdf9;
}

.recom-week-row strong {
  font-size: 14px;
  color: #16394d;
}

.recom-week-row .recom-check {
  grid-column: auto;
  font-size: 13px;
  gap: 6px;
}

.recom-week-row .recom-check span {
  font-weight: 700;
  color: #16394d;
}

.recom-week-row input[type="time"] {
  min-height: var(--agenda-control-h);
  border: 1px solid #cdc5b8;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fff;
}

.recom-week-row.is-inactive {
  background: #f8f9fb;
}

.recom-week-row.is-inactive input[type="time"] {
  opacity: 0.65;
}

.recom-pro-filters {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.recom-pro-filters label {
  display: grid;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #2a3437;
}

.recom-pro-filters input,
.recom-pro-filters select {
  width: 100%;
  border: 1px solid rgba(111, 121, 123, 0.22);
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 12px;
  background: #fff;
}

.recom-pro-filter-actions {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.recom-pro-filter-actions .recom-btn-primary,
.recom-pro-filter-actions .recom-btn-secondary {
  min-height: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
}

.recom-pro-service-picker {
  position: relative;
}

.recom-pro-service-trigger {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(111, 121, 123, 0.22);
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #304f62;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}

.recom-pro-service-trigger i {
  width: 9px;
  height: 9px;
  border-right: 2px solid #5a707d;
  border-bottom: 2px solid #5a707d;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: 0.18s ease;
}

.recom-pro-service-picker.is-open .recom-pro-service-trigger i {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.recom-pro-service-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 35;
  border: 1px solid #d6dce1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 39, 50, 0.16);
  padding: 8px;
  display: grid;
  gap: 8px;
}

.recom-pro-service-search {
  width: 100%;
  min-height: 38px;
  border: 1px solid #cfd9de;
  border-radius: 8px;
  padding: 8px 10px;
}

.recom-pro-service-options {
  max-height: 210px;
  overflow: auto;
  border: 1px solid #dfe5e8;
  border-radius: 8px;
  padding: 4px;
  display: grid;
  gap: 3px;
}

.recom-pro-service-option {
  border: 0;
  background: transparent;
  border-radius: 7px;
  text-align: left;
  padding: 7px 8px;
  color: #23475b;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.recom-pro-service-option:hover {
  background: #eff6f8;
}

.recom-pro-service-option.is-selected {
  background: #e7f2f6;
  color: #0e4a61;
}

.recom-pro-service-option.is-hidden {
  display: none;
}

.recom-pro-list-meta {
  margin: 0 0 10px;
  font-size: 13px;
  color: #4a636f;
  font-weight: 700;
}

.recom-beneficiary-premium-card {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.recom-benef-form-premium {
  display: grid;
  gap: 16px;
}

.recom-benef-form-premium .recom-premium-panel {
  background: #fffdf9;
  border: 1px solid #ddd5c9;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(24, 38, 48, 0.08);
}

.recom-premium-section-title {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.1;
  color: #123447;
}

.recom-premium-subsection-title {
  margin-top: 36px;
}

.recom-premium-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px 14px;
}

.recom-col-12 {
  grid-column: span 12;
}

@media (min-width: 900px) {
  .recom-cep-wrap {
    grid-column: span 4;
  }

  .recom-col-md-7 {
    grid-column: span 7;
  }

  .recom-col-md-2 {
    grid-column: span 2;
  }

  .recom-col-md-3 {
    grid-column: span 3;
  }

  .recom-col-md-4 {
    grid-column: span 4;
  }

  .recom-col-md-5 {
    grid-column: span 5;
  }

  .recom-col-md-6 {
    grid-column: span 6;
  }
}

.recom-premium-grid label,
.recom-cep-wrap label {
  display: grid;
  gap: 6px;
  margin: 0;
}

.recom-premium-grid label span,
.recom-cep-wrap label span {
  font-size: 13px;
  font-weight: 700;
  color: #204258;
}

.recom-benef-form-premium .recom-premium-grid input:not([type="checkbox"]):not([type="radio"]),
.recom-benef-form-premium .recom-premium-grid select,
.recom-benef-form-premium .recom-premium-grid textarea,
.recom-benef-form-premium .recom-cep-wrap input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cdc5b8;
  border-radius: 10px;
  padding: 10px 12px;
  background: #ffffff;
  color: #16394d;
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 1px rgba(18, 35, 46, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.recom-benef-form-premium .recom-premium-grid input:not([type="checkbox"]):not([type="radio"]):hover,
.recom-benef-form-premium .recom-premium-grid select:hover,
.recom-benef-form-premium .recom-premium-grid textarea:hover,
.recom-benef-form-premium .recom-cep-wrap input:hover {
  border-color: #bbb1a1;
  background: #ffffff;
}

.recom-benef-form-premium .recom-premium-grid input:not([type="checkbox"]):not([type="radio"]).is-invalid,
.recom-benef-form-premium .recom-premium-grid select.is-invalid,
.recom-benef-form-premium .recom-premium-grid textarea.is-invalid,
.recom-benef-form-premium .recom-cep-wrap input.is-invalid {
  border-color: #cb5d5d;
  background: #fff7f7;
  box-shadow: 0 0 0 3px rgba(203, 93, 93, 0.12), inset 0 1px 1px rgba(20, 44, 58, 0.04);
}

.recom-benef-form-premium .recom-premium-grid input:not([type="checkbox"]):not([type="radio"]):focus,
.recom-benef-form-premium .recom-premium-grid select:focus,
.recom-benef-form-premium .recom-premium-grid textarea:focus,
.recom-benef-form-premium .recom-cep-wrap input:focus {
  outline: none;
  border-color: #2d6a6a;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(45, 106, 106, 0.14), inset 0 1px 1px rgba(20, 44, 58, 0.04);
}

.recom-whatsapp-field {
  position: relative;
}

.recom-whatsapp-field i {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: inset 0 0 0 2px #fff;
  pointer-events: none;
}

.recom-whatsapp-field input {
  padding-right: 34px;
}

.recom-cep-wrap {
  grid-column: span 12;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
}

.recom-cep-btn {
  min-height: 46px;
  border-radius: 10px;
  border: 0;
  padding: 0 18px;
  font-weight: 700;
  color: #fff;
  background: #1f6e74;
  cursor: pointer;
}

.recom-cep-btn-inline {
  width: 100%;
  max-width: 168px;
  align-self: end;
  justify-self: start;
}

.recom-cep-btn:hover {
  background: #1a5d62;
}

.recom-cep-status {
  margin-top: -2px;
  margin-bottom: 2px;
  color: #245267;
  font-size: 12px;
  font-weight: 700;
}

.recom-cep-status.is-error {
  color: #a72c2c;
}

.recom-service-picker {
  position: relative;
}

.recom-service-trigger {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cdc5b8;
  border-radius: 10px;
  padding: 10px 12px;
  background: #ffffff;
  color: #16394d;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 1px rgba(18, 35, 46, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.recom-service-trigger:hover {
  border-color: #bbb1a1;
}

.recom-service-trigger:focus {
  outline: none;
  border-color: #2d6a6a;
  box-shadow: 0 0 0 3px rgba(45, 106, 106, 0.14), inset 0 1px 1px rgba(20, 44, 58, 0.04);
}

.recom-service-trigger i {
  width: 10px;
  height: 10px;
  border-right: 2px solid #30566b;
  border-bottom: 2px solid #30566b;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-top: -4px;
  transition: transform 0.18s ease, margin-top 0.18s ease;
}

.recom-service-picker.is-open .recom-service-trigger i {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.recom-service-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 25;
  border: 1px solid #d6cdc0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 39, 50, 0.18);
  padding: 8px;
  display: grid;
  gap: 8px;
}

.recom-service-search {
  width: 100%;
  min-height: 40px;
  border: 1px solid #cdc5b8;
  border-radius: 10px;
  padding: 10px 12px;
  background: #ffffff;
}

.recom-service-options {
  max-height: 190px;
  overflow: auto;
  border: 1px solid #e2d9cc;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
  display: grid;
  gap: 4px;
}

.recom-service-option {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1e4157;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
}

.recom-service-option:hover {
  background: #f4f8fa;
}

.recom-service-option input {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  margin: 0;
  width: 16px;
  height: 16px;
  min-height: 0;
  padding: 0;
  border-radius: 3px;
  box-shadow: none;
  vertical-align: middle;
}

.recom-service-option.is-hidden {
  display: none !important;
}

.recom-service-empty {
  margin: 6px;
  font-size: 13px;
  color: #526675;
}

.recom-prof-status-photo {
  grid-template-columns: 1.2fr 1fr;
}

.recom-selected-areas-block {
  border-left: 1px solid #dce2e7;
  padding-left: 16px;
}

.recom-prof-status-photo .recom-photo-block {
  grid-column: 1 / -1;
}

.recom-service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 36px;
  align-content: flex-start;
}

.recom-service-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: #e8f3f5;
  color: #18475d;
  border: 1px solid #c7dfe4;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.recom-service-chip-empty {
  font-size: 13px;
  color: #5c6e7c;
}

@media (max-width: 1020px) {
  .recom-prof-status-photo {
    grid-template-columns: 1fr;
  }

  .recom-selected-areas-block {
    border-left: 0;
    border-top: 1px solid #dce2e7;
    padding-left: 0;
    padding-top: 14px;
  }
}

.recom-status-photo-panel {
  display: grid;
  gap: 16px;
}

.recom-status-block {
  padding-bottom: 16px;
  border-bottom: 1px solid #dce2e7;
}

.recom-switch-field {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: fit-content;
  cursor: pointer;
}

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

.recom-switch {
  width: 42px;
  height: 24px;
  border-radius: 999px;
  position: relative;
  background: #bfced1;
  transition: 0.2s ease;
}

.recom-switch::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.18);
  transition: 0.2s ease;
}

.recom-switch-field input:checked + .recom-switch {
  background: #2a7a80;
}

.recom-switch-field input:checked + .recom-switch::before {
  transform: translateX(18px);
}

.recom-switch-field strong {
  font-size: 14px;
  color: #1f4e63;
}

.recom-switch-field em {
  font-style: normal;
  font-size: 14px;
  color: #274c61;
}

.recom-photo-block .recom-premium-section-title {
  margin-bottom: 10px;
}

.recom-photo-hint {
  margin: -4px 0 10px;
  color: #3b5e71;
  font-size: 13px;
}

.recom-photo-drop {
  border: 2px dashed #bcd2d8;
  border-radius: 12px;
  background: #f7fafb;
  min-height: 220px;
  padding: 16px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1d4a60;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.recom-photo-drop:hover,
.recom-photo-drop.has-file {
  border-color: #2a7a80;
  background: #f1f8f9;
}

.recom-photo-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.recom-photo-icon {
  width: 32px;
  height: 32px;
  color: #2a7a80;
  transition: opacity 0.2s ease;
}

.recom-photo-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.recom-photo-text {
  font-size: 16px;
  color: #244a5f;
  transition: opacity 0.2s ease;
}

.recom-photo-preview {
  display: none;
  width: min(180px, 58vw);
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  border: 1px solid #cad9e0;
  box-shadow: 0 10px 24px rgba(20, 44, 58, 0.16);
  object-fit: cover;
  opacity: 1;
  transition: transform 0.2s ease;
}

.recom-photo-preview.is-visible {
  display: block;
}

.recom-photo-drop.has-file .recom-photo-icon,
.recom-photo-drop.has-file .recom-photo-text {
  display: none;
}

.recom-photo-drop.has-file .recom-photo-preview {
  transform: scale(1);
}

.recom-photo-feedback {
  margin: 10px 0 0;
  min-height: 20px;
  font-size: 13px;
  color: #245267;
  font-weight: 600;
}

.recom-photo-feedback.is-error {
  color: #ab2f2f;
}

.recom-photo-crop-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 28, 39, 0.66);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 24px;
}

.recom-photo-crop-dialog {
  width: min(96vw, 460px);
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
}

.recom-photo-crop-dialog h3 {
  margin: 0 0 6px;
  color: #123447;
}

.recom-photo-crop-dialog p {
  margin: 0 0 14px;
  color: #37586a;
  font-size: 14px;
}

.recom-photo-crop-stage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf3f6;
  border-radius: 12px;
  border: 1px solid #c9d6dd;
  padding: 8px;
}

.recom-photo-crop-stage canvas {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  cursor: grab;
  touch-action: none;
}

.recom-photo-crop-stage canvas:active {
  cursor: grabbing;
}

.recom-photo-crop-zoom {
  display: grid;
  gap: 8px;
  margin: 14px 0 4px;
  font-size: 13px;
  color: #244a5f;
  font-weight: 700;
}

.recom-photo-crop-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

body.recom-photo-crop-open {
  overflow: hidden;
}

@media (max-width: 680px) {
  .recom-photo-drop {
    min-height: 190px;
  }

  .recom-photo-preview {
    width: min(150px, 62vw);
  }
}

.recom-premium-submit {
  width: 100%;
  border-radius: 999px;
  min-height: 52px;
  font-size: 22px;
  background: linear-gradient(90deg, #245555 0%, #3d8f8f 100%);
}

.recom-premium-submit:hover {
  filter: brightness(1.04);
}

.recom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.recom-list li {
  background: linear-gradient(180deg, #ffffff 0%, #f8f6f2 100%);
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ece7de;
}

.recom-list strong {
  display: block;
  margin-bottom: 3px;
}

.recom-list span,
.recom-empty {
  color: var(--recom-muted);
  font-size: 14px;
}

/* Login panel */
.recom-coord-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(140deg, #f6f3ee 0%, #fcf9f4 100%);
}

.recom-coord-login .recom-gate-card {
  max-width: 460px;
}

.recom-coord-login .login-username,
.recom-coord-login .login-password,
.recom-coord-login .login-remember,
.recom-coord-login .login-submit {
  margin: 0 0 12px;
}

.recom-coord-login input[type="text"],
.recom-coord-login input[type="password"] {
  width: 100%;
  border: 1px solid rgba(111, 121, 123, 0.25);
  border-radius: 10px;
  padding: 11px 12px;
  background: #f8f7f3;
}

.recom-coord-login input[type="submit"] {
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  background: linear-gradient(135deg, var(--recom-primary) 0%, var(--recom-primary-2) 100%);
  color: #fff;
  font-weight: 700;
}

/* Public booking page */
.recom-booking-public {
  max-width: 1320px;
  margin: 24px auto 40px;
  padding: 0 20px 36px;
}

.page-id-5 .page-header,
.page-id-5 .page-title,
.page-id-5 .qrowd-breadcrumb,
.page-id-5 .qrowd-page-header {
  display: none !important;
}

.recom-booking-head {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  background: linear-gradient(130deg, #0d555f 0%, #15707d 70%, #2f8f9d 100%);
  color: #eaf9fc;
  border-radius: 22px;
  padding: 24px 26px 20px;
  box-shadow: 0 16px 28px -14px rgba(10, 56, 64, 0.55);
}

.recom-booking-head::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(224, 247, 251, 0.42) 0%, rgba(224, 247, 251, 0) 72%);
  pointer-events: none;
}

.recom-booking-head h1 {
  margin: 0 0 8px;
  font-size: 44px;
  line-height: 1.1;
  color: #fff;
}

.recom-booking-head p {
  margin: 0;
  color: #cdeef4;
  max-width: 760px;
}

.recom-booking-steps {
  margin: 14px 0 10px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.recom-booking-steps li {
  border: 1px solid rgba(223, 246, 252, 0.34);
  background: rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  min-height: 50px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d9f2f8;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.recom-booking-steps li strong {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(222, 247, 253, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.12);
}

.recom-booking-steps li span {
  font-size: 13px;
  font-weight: 700;
}

.recom-booking-steps li.is-active {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  transform: translateY(-1px);
}

.recom-booking-steps li.is-done {
  border-color: rgba(210, 242, 247, 0.72);
  background: rgba(210, 242, 247, 0.24);
  color: #eefcff;
}

.recom-booking-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.recom-booking-highlights span {
  border: 1px solid rgba(225, 248, 255, 0.36);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  color: #e7f8fb;
  background: rgba(0, 0, 0, 0.12);
}

.recom-booking-surface {
  border: 1px solid #ddd5c9;
  border-radius: 20px;
  background: linear-gradient(180deg, #fffefb 0%, #fff 100%);
  box-shadow: 0 16px 34px -26px rgba(24, 38, 48, 0.45);
  padding: 18px;
}

.recom-booking-public .obp-wrapper.shortcode-wrapper {
  background: transparent;
  padding: 0;
}

.recom-booking-public .price,
.recom-booking-public .old_price,
.recom-booking-public .sale_price,
.recom-booking-public .duration,
.recom-booking-public .service_save,
.recom-booking-public .price-and-duration {
  display: none !important;
}

.recom-booking-public .obp-second-title-with-filter .obp-second-title {
  display: none;
}

.recom-booking-public .obp-search-name::placeholder {
  color: #7d8587;
}

.recom-booking-public .obp-second-title-with-filter,
.recom-booking-public .obp_search_name,
.recom-booking-public .obp-search-name-wrap,
.recom-booking-public .obp-search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.recom-booking-public .obp-search-name,
.recom-booking-public .obp_search_name input[type="text"] {
  min-width: 260px;
  background: #faf5ee !important;
}

.recom-booking-public .recom-service-discovery {
  display: grid;
  gap: 10px;
  margin: 10px 0 12px;
}

.recom-booking-public .recom-service-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.recom-booking-public .recom-service-filters.is-hidden {
  display: none;
}

.recom-booking-public .recom-service-chip {
  border: 1px solid #d8cec0;
  border-radius: 999px;
  background: #f7f2eb;
  color: #375158;
  min-height: 34px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.recom-booking-public .recom-service-chip:hover {
  border-color: #9eb6bc;
  background: #edf4f5;
  color: #173f46;
}

.recom-booking-public .recom-service-chip.is-active {
  border-color: #2f7d88;
  background: linear-gradient(135deg, #e6f2f5 0%, #d8ebef 100%);
  color: #13464f;
}

.recom-booking-public .recom-service-meta {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #506669;
}

.recom-booking-public .recom-service-empty {
  margin: 4px 0 6px;
  border: 1px dashed #cebfa8;
  border-radius: 12px;
  background: #fffdf9;
  color: #5f6668;
  padding: 12px;
  font-size: 14px;
}

.recom-booking-public .service-wrap,
.recom-booking-public .services-wrap {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.recom-booking-public .service-item,
.recom-booking-public .obp-service-item,
.recom-booking-public .item-service {
  position: relative;
  border-radius: 18px !important;
  box-shadow: 0 10px 28px -24px rgba(20, 41, 47, 0.42);
  border: 1px solid #e8dfd2 !important;
  border-left: 4px solid #dce7a2 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 16px;
}

.recom-booking-public .service-item:hover,
.recom-booking-public .obp-service-item:hover,
.recom-booking-public .item-service:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 32px -20px rgba(20, 41, 47, 0.35);
  border-color: #d5c7b4 !important;
}

.recom-booking-public .service-item.is-selected,
.recom-booking-public .obp-service-item.is-selected,
.recom-booking-public .item-service.is-selected,
.recom-booking-public .service-item.active,
.recom-booking-public .obp-service-item.active,
.recom-booking-public .item-service.active {
  border-color: #a7bbc2 !important;
  box-shadow: 0 0 0 2px rgba(0, 76, 87, 0.16), 0 20px 32px -26px rgba(20, 41, 47, 0.38);
}

.recom-booking-public .obp_button,
.recom-booking-public .obp-btn,
.recom-booking-public .obp_button_book,
.recom-booking-public button,
.recom-booking-public .btn {
  border-radius: 999px !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--recom-primary) 0%, var(--recom-primary-2) 100%) !important;
  color: #fff !important;
  font-weight: 700 !important;
  min-height: 42px;
  padding: 10px 18px !important;
}

.recom-booking-public .obp-search-name,
.recom-booking-public input[type="text"],
.recom-booking-public input[type="email"],
.recom-booking-public input[type="tel"],
.recom-booking-public input[type="number"],
.recom-booking-public select,
.recom-booking-public textarea {
  border: 1px solid #cdc5b8 !important;
  border-radius: 14px !important;
  min-height: 42px !important;
  padding: 10px 12px !important;
  background: #fff !important;
}

.recom-booking-public .obp-list-staff,
.recom-booking-public .obp-calendar-content,
.recom-booking-public .obp-time-content,
.recom-booking-public .obp-checkout-form {
  border: 1px solid #ddd5c9;
  border-radius: 16px;
  background: #fffdf9;
  box-shadow: 0 10px 18px -18px rgba(24, 38, 48, 0.36);
  padding: 12px;
}

.recom-booking-public .obp-day,
.recom-booking-public .obp-time-slot,
.recom-booking-public .obp-time-item {
  border-radius: 10px !important;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.recom-booking-public .obp-day:hover,
.recom-booking-public .obp-time-slot:hover,
.recom-booking-public .obp-time-item:hover {
  box-shadow: 0 0 0 2px rgba(0, 76, 87, 0.08);
}

.recom-booking-public .obp-day.is-selected,
.recom-booking-public .obp-time-slot.is-selected,
.recom-booking-public .obp-time-item.is-selected,
.recom-booking-public .obp-day.active,
.recom-booking-public .obp-time-slot.active,
.recom-booking-public .obp-time-item.active,
.recom-booking-public .obp-day.selected,
.recom-booking-public .obp-time-slot.selected,
.recom-booking-public .obp-time-item.selected {
  background: #d8f0f4 !important;
  border-color: #7fb3bd !important;
  box-shadow: 0 0 0 2px rgba(0, 76, 87, 0.14);
}

.recom-booking-public .obp-step-title,
.recom-booking-public .obp-title,
.recom-booking-public .obp-second-title {
  color: #123447 !important;
  font-weight: 800 !important;
}

.recom-booking-public .obp_checkout_dialog .obp_checkout_wrapper,
.recom-booking-public .obp_checkout_dialog .obp_checkout_inner {
  font-family: "Manrope", sans-serif;
}

.obp_booking_dialog .order_item_price,
.obp_booking_dialog .order_info_footer,
.obp_booking_dialog .obp_payment_field,
.obp_booking_dialog .obp_checkout_inner .order_value {
  display: none !important;
}

.obp_booking_dialog .obp_checkout_inner .order_info {
  border-left: 0;
}

.recom-booking-public .obp-second-title-with-filter {
  margin-bottom: 14px;
}

.recom-booking-public .obp-second-title-with-filter .obp_search_name,
.recom-booking-public .obp-second-title-with-filter .obp-search-name {
  background: #faf5ee !important;
}

.recom-booking-public .obp-time-content .obp-title,
.recom-booking-public .obp-calendar-content .obp-title,
.recom-booking-public .obp-list-staff .obp-title {
  margin-bottom: 10px;
}

.recom-booking-public.recom-booking-catalog {
  max-width: 1240px;
  margin: 34px auto 44px;
  padding: 0 22px 36px;
}

.recom-booking-public.recom-booking-catalog .recom-booking-catalog-head {
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
}

.recom-booking-public.recom-booking-catalog .recom-booking-catalog-head h1 {
  margin: 0 0 8px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #a33e0c;
}

.recom-booking-public.recom-booking-catalog .recom-booking-catalog-head p {
  margin: 0;
  color: #63574f;
  font-size: 17px;
}

.recom-booking-public.recom-booking-catalog .recom-booking-catalog-surface {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.recom-booking-public.recom-catalog-native-hidden .obp-second-title-with-filter,
.recom-booking-public.recom-catalog-native-hidden .service-wrap,
.recom-booking-public.recom-catalog-native-hidden .services-wrap,
.recom-booking-public.recom-catalog-native-hidden .list-service-items {
  display: none !important;
}

.recom-booking-public .recom-catalog-shell {
  max-width: 1110px;
  margin: 0 auto;
}

.recom-booking-public .material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.recom-booking-public .recom-catalog-search-wrap {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}

.recom-booking-public .recom-catalog-search {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: #ece6e3;
  min-height: 46px;
  padding: 12px 16px 12px 48px;
  color: #433a35;
  font-size: 14px;
}

.recom-booking-public .recom-catalog-search:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(163, 62, 12, 0.18);
}

.recom-booking-public .recom-catalog-search-icon {
  position: absolute;
  left: 14px;
  top: 11px;
  color: #8d7f78;
  font-size: 22px;
}

.recom-booking-public .recom-catalog-chips {
  margin: 22px 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.recom-booking-public .recom-catalog-chips.is-hidden {
  display: none;
}

.recom-booking-public .recom-catalog-chip {
  min-height: 32px;
  border-radius: 999px;
  border: 0 !important;
  background: #efe8e5 !important;
  color: #5a4b43 !important;
  padding: 6px 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  min-width: 0;
  box-shadow: none !important;
}

.recom-booking-public .recom-catalog-chip .material-symbols-outlined {
  font-size: 15px;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}

.recom-booking-public .recom-catalog-chip.is-active {
  background: #5e7b00 !important;
  color: #fff !important;
}

.recom-booking-public .recom-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.recom-booking-public .recom-catalog-card {
  background: #f8f2ef;
  border: 1px solid #efe3db;
  border-left: 3px solid var(--recom-catalog-accent, #bcd64a);
  border-radius: 20px;
  padding: 14px 16px 12px;
  min-height: 238px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  box-shadow: 0 10px 28px -26px rgba(33, 26, 23, 0.45);
}

.recom-booking-public .recom-catalog-card-cat {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  font-weight: 800;
  color: #706159;
  margin-bottom: 8px;
}

.recom-booking-public .recom-catalog-card h3 {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #201c1a;
}

.recom-booking-public .recom-catalog-card p {
  margin: 0;
  color: #61544d;
  font-size: 13px;
  line-height: 1.35;
}

.recom-booking-public .recom-catalog-card-foot {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ebdfd8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.recom-booking-public .recom-catalog-card-foot small {
  color: #7a6a61;
  font-size: 11px;
}

.recom-booking-public .recom-catalog-card-cta {
  border: 0 !important;
  background: transparent !important;
  color: #a33e0c !important;
  font-size: 13px;
  font-weight: 800;
  padding: 0 !important;
  min-height: 0 !important;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: none !important;
}

.recom-booking-public .recom-catalog-empty {
  margin: 14px auto 0;
  max-width: 420px;
  text-align: center;
  padding: 12px;
  border: 1px dashed #dcc8b8;
  border-radius: 12px;
  color: #685d56;
  background: #fbf7f4;
}

/* Stitch-like booking body */
.recom-booking-public.recom-booking-stitch {
  max-width: 1220px;
}

.recom-booking-public.recom-booking-stitch .recom-booking-head {
  background: linear-gradient(135deg, #a33e0c 0%, #cf5623 72%, #ea7846 100%);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 22px 42px -28px rgba(132, 44, 12, 0.52);
}

.recom-booking-public.recom-booking-stitch .recom-booking-head h1 {
  font-size: clamp(34px, 4vw, 52px);
  margin-bottom: 10px;
}

.recom-booking-public.recom-booking-stitch .recom-booking-head p {
  color: #fff2ea;
}

.recom-booking-public.recom-booking-stitch .recom-booking-steps li {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 232, 219, 0.5);
  color: #fff5ee;
}

.recom-booking-public.recom-booking-stitch .recom-booking-steps li.is-active {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.92);
}

.recom-booking-public.recom-booking-stitch .recom-booking-steps li.is-done {
  background: rgba(255, 228, 212, 0.3);
  border-color: rgba(255, 228, 212, 0.85);
}

.recom-booking-public.recom-booking-stitch .recom-booking-highlights span {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 242, 234, 0.48);
}

.recom-booking-public.recom-booking-stitch .recom-booking-surface {
  border-radius: 28px;
  border-color: #ead2c4;
  background: linear-gradient(180deg, #fff9f6 0%, #fffefc 100%);
  padding: 22px;
}

.recom-booking-intro {
  margin-bottom: 14px;
}

.recom-booking-intro h2 {
  margin: 0 0 4px;
  font-size: 28px;
  color: #2f241f;
}

.recom-booking-intro p {
  margin: 0;
  color: #6f6058;
}

.recom-booking-public.recom-booking-stitch .obp-second-title-with-filter,
.recom-booking-public.recom-booking-stitch .obp_search_name,
.recom-booking-public.recom-booking-stitch .obp-search-name-wrap,
.recom-booking-public.recom-booking-stitch .obp-search {
  background: #f7ede7;
  border: 1px solid #ecd8ca;
  border-radius: 16px;
  padding: 10px;
}

.recom-booking-public.recom-booking-stitch .recom-service-chip {
  background: #f2e8df;
  border-color: #dcc7b5;
  color: #5d4a3e;
}

.recom-booking-public.recom-booking-stitch .recom-service-chip.is-active {
  background: linear-gradient(135deg, #ffe0d0 0%, #ffd1b8 100%);
  border-color: #d67b4f;
  color: #7f2b00;
}

.recom-booking-public.recom-booking-stitch .service-item,
.recom-booking-public.recom-booking-stitch .obp-service-item,
.recom-booking-public.recom-booking-stitch .item-service {
  border-radius: 20px !important;
  border: 1px solid #ebd7c9 !important;
  border-left: 5px solid #ff824d !important;
  background: linear-gradient(180deg, #fff 0%, #fff8f3 100%);
  padding: 18px;
}

.recom-booking-public.recom-booking-stitch .service-item.is-selected,
.recom-booking-public.recom-booking-stitch .obp-service-item.is-selected,
.recom-booking-public.recom-booking-stitch .item-service.is-selected,
.recom-booking-public.recom-booking-stitch .service-item.active,
.recom-booking-public.recom-booking-stitch .obp-service-item.active,
.recom-booking-public.recom-booking-stitch .item-service.active {
  box-shadow: 0 0 0 2px rgba(163, 62, 12, 0.22), 0 16px 28px -24px rgba(67, 35, 22, 0.48);
  border-color: #d9b69e !important;
}

.recom-booking-public.recom-booking-stitch .obp_button,
.recom-booking-public.recom-booking-stitch .obp-btn,
.recom-booking-public.recom-booking-stitch .obp_button_book,
.recom-booking-public.recom-booking-stitch button,
.recom-booking-public.recom-booking-stitch .btn {
  background: linear-gradient(135deg, #a33e0c 0%, #d05b28 100%) !important;
}

.recom-booking-public.recom-booking-stitch .obp-list-staff,
.recom-booking-public.recom-booking-stitch .obp-calendar-content,
.recom-booking-public.recom-booking-stitch .obp-time-content,
.recom-booking-public.recom-booking-stitch .obp-checkout-form {
  border-color: #ead8cb;
  border-radius: 20px;
  background: #fffcf9;
}

.recom_pro_dialog .ZebraDialog {
  border-radius: 26px !important;
  border: 1px solid #edd6c8;
  background: #fff9f5;
}

.recom-pro-modal {
  padding: 26px;
  background: linear-gradient(180deg, #fff8f3 0%, #fffdfa 100%);
}

.recom-pro-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.recom-pro-head-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ffe4d4;
  color: #8e3405;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 800;
}

.recom-pro-modal h3 {
  margin: 0 0 3px;
  font-size: 30px;
}

.recom-pro-modal .recom-empty {
  margin: 0;
  color: #6b5b53;
}

.recom-pro-list {
  gap: 12px;
}

.recom-pro-item {
  grid-template-columns: 56px 1fr auto;
  border-radius: 18px;
  border-color: #e4d3c6;
  padding: 14px;
  gap: 12px;
}

.recom-pro-avatar {
  width: 56px;
  height: 56px;
  font-size: 20px;
  background: linear-gradient(135deg, #b74a13 0%, #ea7846 100%);
}

.recom-pro-name {
  font-size: 18px;
}

.recom-pro-role {
  display: block;
  margin-bottom: 6px;
  color: #6d5f57;
  font-size: 13px;
}

.recom-pro-action {
  margin-right: 6px;
}

.recom-pro-cta {
  align-self: center;
  font-size: 13px;
  font-weight: 800;
  color: #8a3407;
  border: 1px solid #e4c1ab;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff4ec;
}

.recom_booking_flow_dialog .ZebraDialog {
  border-radius: 24px !important;
  overflow: hidden !important;
  border: 1px solid #e8d8cd;
}

.recom_booking_flow_dialog .ZebraDialog_Body {
  background: linear-gradient(180deg, #fff8f3 0%, #fffefc 100%);
}

.recom_booking_flow_dialog .obp-calendar-content,
.recom_booking_flow_dialog .obp-time-content,
.recom_booking_flow_dialog .obp-checkout-form,
.recom_booking_flow_dialog .obp-list-staff {
  border-radius: 18px;
  border: 1px solid #ead8ca;
  box-shadow: 0 8px 22px -18px rgba(49, 34, 24, 0.4);
}

.recom_booking_flow_dialog .obp-time-slot.selected,
.recom_booking_flow_dialog .obp-time-item.selected,
.recom_booking_flow_dialog .obp-day.selected,
.recom_booking_flow_dialog .obp-time-slot.active,
.recom_booking_flow_dialog .obp-time-item.active,
.recom_booking_flow_dialog .obp-day.active {
  background: #ffe4d6 !important;
  border-color: #d67b4f !important;
}

.recom_booking_flow_dialog .obp_button,
.recom_booking_flow_dialog .obp-btn,
.recom_booking_flow_dialog button,
.recom_booking_flow_dialog .btn,
.recom_booking_flow_dialog .obp_button_book {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #a33e0c 0%, #d05b28 100%) !important;
  color: #fff !important;
}

.recom_booking_flow_dialog .coupon-code-wrap,
.recom_booking_flow_dialog .billing-container,
.recom_booking_flow_dialog .order_item_price,
.recom_booking_flow_dialog .order_info_footer,
.recom_booking_flow_dialog .obp_payment_field,
.recom_booking_flow_dialog .obp_checkout_inner .order_value,
.recom_booking_flow_dialog .obp_add_another_service {
  display: none !important;
}

.recom_booking_flow_dialog .obp-booking-footer {
  border-top: 1px solid #ebddd2;
  margin-top: 14px;
  padding-top: 12px;
}

.recom_booking_flow_dialog .month-year {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-transform: lowercase;
  color: #2a1f1a;
}

.recom_booking_flow_dialog .date-card,
.recom_booking_flow_dialog .time-card,
.recom_booking_flow_dialog .times_day .time {
  border-radius: 12px !important;
  border: 1px solid #e6d7cc !important;
  background: #fffaf6 !important;
}

.recom_booking_flow_dialog .date-card.is-active,
.recom_booking_flow_dialog .time-card.is-active,
.recom_booking_flow_dialog .times_day .time.is-active {
  background: #ffe4d6 !important;
  border-color: #d67b4f !important;
  color: #8b3508 !important;
}

.recom_booking_flow_dialog .obp-order-wrap,
.recom_booking_flow_dialog .obp_checkout_wrapper {
  border-radius: 18px;
  border: 1px solid #ecded2;
  background: #fffdfa;
  padding: 14px;
}

.recom_booking_flow_dialog .obp_booking_continue,
.recom_booking_flow_dialog .obp_checkout_form .obp_button_book {
  min-height: 50px;
  font-size: 17px;
  font-weight: 800;
}

.recom_booking_flow_dialog .service_name,
.recom_booking_flow_dialog .package_name,
.recom_booking_flow_dialog .obp-time-slider .time {
  color: #1f2b31;
}

.recom_native_schedule_dialog .ZebraDialog {
  border-radius: 24px !important;
  border: 1px solid #e8d8cd;
  overflow: hidden !important;
  box-shadow: 0 32px 70px -20px rgba(30, 27, 25, 0.32) !important;
}

.recom_native_schedule_dialog .ZebraDialog_Body {
  background: linear-gradient(180deg, #fff8f3 0%, #fffefc 100%);
  max-height: 88vh;
  overflow: auto;
}

.recom_native_schedule_dialog .ZebraDialog_Close {
  display: none !important;
}

.recom-native-schedule {
  position: relative;
  padding: 22px;
  display: grid;
  gap: 14px;
}

.recom-native-pro-head {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 0;
  padding: 14px;
  border: 1px solid #ead9cd;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffcf9 0%, #fff8f3 100%);
}

.recom-native-pro-avatar {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #a33e0c 0%, #d05b28 100%);
}

.recom-native-chip {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #d8ec63;
  color: #3b4d02;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.recom-native-pro-meta h3 {
  margin: 6px 0 2px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 34px;
  line-height: 1.02;
  color: #2d211c;
}

.recom-native-pro-meta p {
  margin: 0;
  color: #6f5d54;
}

.recom-native-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  align-items: start;
}

.recom-native-calendar-panel,
.recom-native-slots-panel {
  border: 1px solid #ead9cd;
  border-radius: 18px;
  background: #fffdfa;
  padding: 14px;
}

.recom-native-slots-panel {
  display: flex;
  flex-direction: column;
}

.recom-native-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.recom-native-calendar-head h4 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 26px;
  text-transform: capitalize;
  color: #2a1f1a;
}

.recom-native-month-nav {
  display: inline-flex;
  gap: 8px;
}

.recom-native-month-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #e5d6cb;
  background: #f7eeea;
  color: #724635;
  line-height: 0;
}

.recom-native-month-nav button:hover {
  border-color: #d4b8a9;
  background: #f2e5de;
}

.recom-native-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.recom-native-weekdays span {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: #7d685d;
  text-transform: uppercase;
}

.recom-native-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.recom-native-empty {
  min-height: 52px;
}

.recom-native-cal-day {
  min-height: 52px;
  border: 1px solid #e7d8ce;
  border-radius: 12px;
  background: #fff;
  color: #2b3941;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  transition: border-color 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.recom-native-cal-day:hover:not(:disabled) {
  border-color: #d5b7a7;
  transform: translateY(-1px);
}

.recom-native-cal-day .dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #6c8604;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%);
}

.recom-native-cal-day.is-active {
  border-color: #d67b4f;
  background: #ffe4d6;
  color: #8a3407;
}

.recom-native-cal-day.is-closed,
.recom-native-cal-day.is-past,
.recom-native-cal-day:disabled {
  opacity: 0.45;
}

.recom-native-slots-panel h4 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  line-height: 1.02;
  color: #2b201b;
}

.recom-native-day-label {
  margin: 4px 0 12px;
  color: #745f55;
}

.recom-native-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #e7d8cd;
  background: #fff8f3;
  color: #856358;
  line-height: 0;
}

.recom-native-close:hover {
  border-color: #d8b7a7;
  background: #f6e9e1;
}

.recom-native-icon {
  width: 16px;
  height: 16px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(-0.5px);
}

.recom-native-icon-close {
  width: 15px;
  height: 15px;
}

.recom-native-header h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 34px;
  line-height: 1.05;
  color: #311f18;
}

.recom-native-header p {
  margin: 6px 0 0;
  color: #6f5c53;
}

.recom-native-dates {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.recom-native-date {
  border: 1px solid #ead9cd;
  border-radius: 14px;
  background: #fffdfb;
  color: #2f3438;
  min-height: 74px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 2px;
}

.recom-native-date strong {
  font-size: 21px;
  line-height: 1;
}

.recom-native-date span {
  text-transform: lowercase;
  font-size: 14px;
}

.recom-native-date.is-active {
  border-color: #d67b4f;
  background: #ffe6d8;
  color: #8f3a10;
}

.recom-native-slots {
  margin-top: 14px;
  border: 1px solid #ebddd2;
  border-radius: 18px;
  background: #fffdfa;
  padding: 16px;
  min-height: 180px;
  max-height: 34vh;
  overflow-y: auto;
}

.recom-native-msg {
  margin: 0;
  color: #6a5b54;
  font-weight: 600;
}

.recom-native-msg.is-error {
  color: #8a2f24;
}

.recom-native-slot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.recom-native-slot {
  border: 1px solid #e5d7cc;
  border-radius: 12px;
  min-height: 52px;
  background: #fff;
  color: #23343d;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.recom-native-slot:hover:not(:disabled) {
  border-color: #d5b7a7;
  transform: translateY(-1px);
}

.recom-native-slot span {
  font-size: 13px;
  color: #8f7a6f;
  font-weight: 700;
}

.recom-native-slot.is-busy {
  background: #f2ece8;
  color: #917f76;
}

.recom-native-slot.is-active {
  border-color: #d67b4f;
  background: #ffe4d6;
  color: #8a3407;
}

.recom-native-footer {
  margin-top: 0;
  position: sticky;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255, 254, 252, 0.25) 0%, #fffefc 38%);
  border-top: 1px solid #efdfd4;
  border-radius: 14px;
  padding-top: 10px;
}

.recom-native-selected {
  margin: 0 0 10px;
  color: #5f534d;
  font-size: 14px;
  font-weight: 700;
}

.recom-native-confirm {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #a33e0c 0%, #d05b28 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 12px 24px -14px rgba(163, 62, 12, 0.72);
}

.recom-native-confirm:disabled {
  opacity: 0.55;
}

@media (max-width: 980px) {
  .recom_native_schedule_dialog .ZebraDialog {
    width: calc(100vw - 24px) !important;
  }

  .recom-native-main {
    grid-template-columns: 1fr;
  }

  .recom-native-pro-meta h3 {
    font-size: 28px;
  }

  .recom-native-schedule {
    padding: 16px;
  }

  .recom-native-slots {
    max-height: 36vh;
  }
}

.recom-table-wrap {
  overflow-x: auto;
}

.recom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 720px;
  border: 1px solid #e5e7e8;
  border-radius: 12px;
  overflow: hidden;
}

.recom-table th,
.recom-table td {
  text-align: left;
  border-bottom: 1px solid #ece8e2;
  padding: 12px 10px;
  font-size: 14px;
  vertical-align: middle;
}

.recom-table th {
  background: #f3f8f9;
  color: #10363d;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.recom-table tbody tr:nth-child(even) td {
  background: #fbfaf7;
}

.recom-table tbody tr:hover td {
  background: #f2f7f8;
}

.recom-pill {
  display: inline-flex;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 10px;
}

.recom-pill.is-on,
.recom-pill.is-system {
  background: #e6f6ec;
  color: #1f6b39;
}

.recom-pill.is-off {
  background: #fbe8e8;
  color: #8f2424;
}

.recom-pill.is-wa {
  background: #eaf5ff;
  color: #0b4f86;
}

.recom-link-btn {
  display: inline-flex;
  margin-right: 8px;
  margin-bottom: 6px;
  color: #004c57;
  text-decoration: none;
  font-weight: 700;
  padding: 5px 8px;
  border: 1px solid #d5dcdd;
  border-radius: 8px;
  background: #fff;
  transition: 0.2s ease;
}

.recom-link-btn:hover {
  border-color: #7fb9c2;
  background: #eff7f9;
}

.recom-benef-table {
  min-width: 860px;
  table-layout: auto;
}

.recom-benef-table th:nth-child(1),
.recom-benef-table td:nth-child(1) {
  width: 100%;
  min-width: 280px;
}

.recom-benef-table th:nth-child(2),
.recom-benef-table td:nth-child(2),
.recom-benef-table th:nth-child(3),
.recom-benef-table td:nth-child(3),
.recom-benef-table th:nth-child(4),
.recom-benef-table td:nth-child(4),
.recom-benef-table th:nth-child(5),
.recom-benef-table td:nth-child(5) {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}

.recom-benef-actions {
  white-space: nowrap;
}

.recom-benef-actions .recom-icon-btn:last-child {
  margin-right: 0;
}

.recom-benef-name-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
}

.recom-benef-list-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #d5e0e6;
  background: #edf4f7;
  flex: 0 0 34px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.recom-benef-list-avatar-fallback {
  background: linear-gradient(135deg, #0f5f6a 0%, #198090 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.recom-benef-name-text {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recom-pro-table {
  min-width: 760px;
  table-layout: auto;
}

.recom-pro-table th:nth-child(1),
.recom-pro-table td:nth-child(1) {
  width: 100%;
  min-width: 260px;
}

.recom-pro-name-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
}

.recom-pro-list-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #d5e0e6;
  background: #edf4f7;
  flex: 0 0 34px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.recom-pro-list-avatar-fallback {
  background: linear-gradient(135deg, #0f5f6a 0%, #198090 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.recom-pro-name-text {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recom-pro-table th:nth-child(2),
.recom-pro-table td:nth-child(2),
.recom-pro-table th:nth-child(3),
.recom-pro-table td:nth-child(3),
.recom-pro-table th:nth-child(4),
.recom-pro-table td:nth-child(4),
.recom-pro-table th:nth-child(5),
.recom-pro-table td:nth-child(5) {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}

.recom-pro-actions {
  white-space: nowrap;
}

.recom-pro-agenda-col {
  text-align: center;
}

.recom-orders-card {
  padding: 18px;
}

.recom-orders-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.recom-orders-stats {
  margin-bottom: 14px;
}

.recom-orders-filters {
  display: grid;
  grid-template-columns: 2fr repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.recom-orders-filters label {
  display: grid;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #2a3437;
}

.recom-orders-filters input,
.recom-orders-filters select,
.recom-orders-filters textarea {
  width: 100%;
  border: 1px solid rgba(111, 121, 123, 0.22);
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 12px;
  background: #fff;
}

.recom-orders-search {
  min-width: 280px;
}

.recom-orders-filter-actions {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  grid-column: 1 / -1;
}

.recom-orders-filter-actions .recom-btn-primary,
.recom-orders-filter-actions .recom-btn-secondary {
  min-height: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.recom-orders-table th,
.recom-orders-table td {
  text-align: center;
}

.recom-order-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(12, 29, 42, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.recom-order-modal.is-open {
  display: flex;
}

.recom-order-modal-card {
  width: min(760px, 100%);
  border: 1px solid #ddd5c9;
  border-radius: 14px;
  background: #fffdf9;
  box-shadow: 0 16px 36px rgba(16, 40, 55, 0.22);
  padding: 18px;
  position: relative;
}

.recom-order-modal-card h3 {
  margin: 0 0 4px;
  color: #123447;
}

.recom-order-modal-card p {
  margin: 0 0 12px;
  color: #345264;
}

.recom-order-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #4b6573;
  cursor: pointer;
}

.recom-orders-modal-actions {
  display: flex;
  justify-content: flex-end;
}

.recom-services-card {
  padding: 18px;
}

.recom-services-top-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.recom-services-head {
  margin-bottom: 12px;
}

.recom-services-head h2 {
  margin: 0;
  color: #123447;
}

.recom-services-head p {
  margin: 6px 0 0;
  color: #3e6072;
}

.recom-services-stats {
  margin-bottom: 12px;
}

.recom-services-filters {
  display: grid;
  grid-template-columns: 2fr repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.recom-services-filters label {
  display: grid;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #2a3437;
}

.recom-services-filters input,
.recom-services-filters select {
  width: 100%;
  border: 1px solid rgba(111, 121, 123, 0.22);
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 12px;
  background: #fff;
}

.recom-services-search {
  min-width: 260px;
}

.recom-services-filter-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
}

.recom-services-filter-actions .recom-btn-primary,
.recom-services-filter-actions .recom-btn-secondary {
  min-height: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.recom-services-table td:nth-child(4),
.recom-services-table th:nth-child(4),
.recom-services-table td:nth-child(5),
.recom-services-table th:nth-child(5),
.recom-services-table td:nth-child(6),
.recom-services-table th:nth-child(6) {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}

.recom-services-actions {
  white-space: nowrap;
}

.recom-services-categories-panel {
  margin-top: 16px;
  border-top: 1px solid #e6dfd4;
  padding-top: 14px;
}

.recom-service-modal-card {
  width: min(920px, 100%);
  background: linear-gradient(180deg, #fffdf9 0%, #fff9f3 100%);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
}

.recom-service-modal {
  align-items: flex-start;
  overflow-y: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.recom-service-form-premium {
  gap: 12px;
}

.recom-service-form-premium .recom-premium-panel {
  padding: 14px;
}

.recom-service-form-premium .recom-premium-grid {
  gap: 10px 12px;
}

.recom-service-inline-fields {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 10px 12px;
}

.recom-service-inline-fields .recom-service-inline-field {
  margin: 0;
}

.recom-service-form-premium .recom-premium-section-title {
  font-size: 20px;
  margin-bottom: 12px;
}

.recom-service-description-counter {
  display: inline-flex;
  margin-top: 6px;
  font-size: 12px;
  color: #4e6676;
  font-weight: 700;
}

.recom-service-description-counter [data-service-description-counter].is-limit {
  color: #9f3b2f;
}

.recom-service-links-summary {
  border-top: 1px solid #e4dbce;
  margin-top: 4px;
  padding-top: 10px;
}

.recom-service-links-summary h4 {
  margin: 0 0 8px;
  color: #163a4f;
  font-size: 14px;
}

.recom-service-categories-wrap {
  margin-top: 2px;
}

.recom-service-categories-select {
  min-height: 128px !important;
  padding: 8px 10px !important;
  line-height: 1.35;
}

.recom-service-categories-select option {
  padding: 4px 6px;
}

@media (max-width: 820px) {
  .recom-service-inline-fields {
    grid-template-columns: 1fr;
  }

  .recom-service-modal {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .recom-service-modal-card {
    max-height: calc(100dvh - 16px);
  }
}

.recom-category-modal-card {
  width: min(720px, 100%);
}

.recom-services-form-panel {
  margin-top: 14px;
  border: 1px solid #ddd5c9;
  border-radius: 14px;
  background: #fffdf9;
  box-shadow: 0 1px 2px rgba(24, 38, 48, 0.08);
  padding: 14px;
}

.recom-services-form-panel h3 {
  margin: 0 0 10px;
  color: #123447;
  font-size: 21px;
}

.recom-services-form-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  position: sticky;
  bottom: -1px;
  z-index: 2;
  padding-top: 10px;
  background: linear-gradient(180deg, rgba(255, 249, 243, 0) 0%, #fff9f3 45%);
}

.recom-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #d5dcdd;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f4e5f;
  margin-right: 6px;
  text-decoration: none;
  transition: 0.2s ease;
  cursor: pointer;
}

.recom-icon-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.recom-icon-btn:hover {
  border-color: #7fb9c2;
  background: #eff7f9;
  color: #0a4a59;
}

.recom-benef-view-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(8, 20, 30, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.recom-benef-view-modal-card {
  position: relative;
  width: min(860px, 100%);
  max-height: 92vh;
  overflow: auto;
  border-radius: 16px;
  box-shadow: 0 24px 42px -18px rgba(18, 45, 52, 0.5);
  padding: 20px;
  background: linear-gradient(180deg, #f8fcfd 0%, #ffffff 60%);
}

.recom-benef-view-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #e8f2f5;
  color: #19495a;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.recom-benef-view-head {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.recom-benef-view-head h3 {
  margin: 0 0 4px;
  font-size: 22px;
}

.recom-benef-view-head p {
  margin: 0;
  color: #315666;
  font-weight: 700;
}

.recom-benef-view-avatar {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid #d5e0e6;
}

.recom-benef-view-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f5f6a 0%, #198090 100%);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
}

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

.recom-benef-view-grid div {
  background: #fff;
  border: 1px solid #dfe7eb;
  border-radius: 10px;
  padding: 10px;
}

.recom-benef-view-grid strong {
  display: block;
  font-size: 12px;
  color: #315666;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.recom-benef-view-grid span {
  display: block;
  color: #123447;
  font-weight: 600;
}

.recom-pagination {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.recom-pagination a {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #d4dde2;
  background: #fff;
  color: #0e4f61;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.recom-pagination a:hover {
  border-color: #7fb9c2;
  background: #eff7f9;
}

.recom-pagination a.is-active {
  border-color: #2a7a80;
  background: #2a7a80;
  color: #fff;
}

.recom-page-link {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #d4dde2;
  background: #fff;
  color: #0e4f61;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.recom-page-link:hover {
  border-color: #7fb9c2;
  background: #eff7f9;
}

.recom-page-link.is-current {
  border-color: #2a7a80;
  background: #2a7a80;
  color: #fff;
}

.recom-page-dots {
  color: #6f7a80;
  padding: 0 4px;
}

.recom-grid-cards {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.recom-mini-card {
  background: #f7f4ef;
  border: 1px solid #e8e4de;
  border-radius: 12px;
  padding: 14px;
}

.recom-mini-card h4 {
  margin: 0 0 6px;
  font-size: 17px;
}

.recom-mini-card p {
  margin: 0 0 10px;
  color: #5f6668;
  font-size: 13px;
}

.recom-check {
  grid-column: 1 / -1;
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.recom-check input {
  width: auto;
}

.recom_pro_dialog .ZebraDialog_BodyOuter {
  padding: 0;
}

.recom_pro_dialog .ZebraDialog_Title,
.recom_pro_dialog .ZebraDialog_Close {
  display: none !important;
}

.recom_pro_dialog .ZebraDialog {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 42px -18px rgba(18, 45, 52, 0.5) !important;
}

.recom-pro-modal {
  position: relative;
  padding: 24px 20px 20px;
  background: linear-gradient(180deg, #f8fcfd 0%, #ffffff 60%);
}

.recom-pro-modal h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.recom-pro-modal .recom-empty {
  margin: 0 0 14px;
  line-height: 1.45;
}

.recom-pro-list {
  display: grid;
  gap: 10px;
}

.recom-pro-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #d6e2e4;
  background: #f7fcfd;
  color: #2f4f56;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.recom-pro-item {
  border: 1px solid #d7e2e4;
  background: #fff;
  border-radius: 14px;
  padding: 13px;
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
}

.recom-pro-item:hover {
  border-color: #004c57;
  box-shadow: 0 0 0 2px rgba(0, 76, 87, 0.1);
}

.recom-pro-item.is-selected {
  border-color: #0f6f7d;
  box-shadow: 0 0 0 2px rgba(0, 76, 87, 0.16);
}

.recom-pro-name {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}

.recom-pro-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f5f6a 0%, #198090 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.recom-pro-meta {
  display: block;
}

.recom-pro-action {
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  color: #0b4f86;
  background: #eaf5ff;
  border-radius: 999px;
  padding: 4px 8px;
}

.recom-pro-action.is-whatsapp {
  color: #1f6b39;
  background: #e8f6ee;
}

.recom-pro-action.is-system {
  color: #0b4f86;
  background: #eaf5ff;
}

.recom_pro_dialog .recom-pro-list {
  display: grid;
  gap: 12px;
}

.recom_pro_dialog .recom-pro-item {
  display: grid;
  grid-template-columns: 48px 1fr auto !important;
  gap: 12px;
  align-items: center;
  border-radius: 16px;
}

.recom_pro_dialog .recom-pro-avatar {
  width: 48px;
  height: 48px;
  font-size: 18px;
}

.recom_pro_dialog .recom-pro-name {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 2px;
}

.recom_pro_dialog .recom-pro-role {
  display: block;
  font-size: 13px;
  color: #5f686b;
  margin-bottom: 6px;
}

.recom_pro_dialog .recom-pro-cta {
  grid-column: auto !important;
  align-self: center;
  justify-self: end;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e2bfa8;
  background: #fff5ee;
  color: #8a3407;
  font-weight: 800;
}

.recom-shell .whatsapp-float {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .recom-admin-shell {
    grid-template-columns: 1fr;
  }

  .recom-admin-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(111, 121, 123, 0.15);
    position: relative;
    height: auto;
  }

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

  .recom-layout-grid {
    grid-template-columns: 1fr;
  }

  .recom-benef-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .recom-benef-filter-actions {
    grid-column: 1 / -1;
  }

  .recom-pro-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recom-orders-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recom-services-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recom-inst-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .recom-agenda-layout {
    grid-template-columns: 1fr;
  }

  .recom-agenda-topbar-left {
    flex: 1 1 100%;
  }

  .recom-agenda-topbar-row {
    width: 100%;
  }

  .recom-agenda-calendar-body {
    display: block;
  }

  .recom-agenda-weekdays,
  .recom-agenda-week-row {
    grid-template-columns: repeat(7, minmax(0, 1fr)) 34px;
  }

  .recom-agenda-row-toggle {
    border-radius: 8px;
  }

  .recom-hours-row {
    grid-template-columns: 1fr 1fr;
  }

  .recom-week-quick-row--actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recom-week-quick-row--fields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .recom-week-head,
  .recom-week-row {
    grid-template-columns: minmax(110px, 1fr) 100px minmax(90px, 1fr) minmax(90px, 1fr);
  }

  .recom-day-fixed-grid {
    grid-template-columns: 1fr 1fr;
  }

  .recom-day-free-builder {
    grid-template-columns: 1fr 1fr;
  }

  .recom-day-free-builder label {
    grid-column: 1 / -1;
  }

  .recom-day-free-generate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recom-pro-filter-actions {
    grid-column: 1 / -1;
  }

  .recom-orders-filter-actions {
    grid-column: 1 / -1;
  }

  .recom-services-filter-actions {
    grid-column: 1 / -1;
  }

  .recom-inst-filters .recom-benef-filter-actions {
    grid-column: 1 / -1;
  }

}

@media (max-width: 680px) {
  .recom-admin-main {
    padding: 16px;
  }

  .recom-admin-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .recom-form-grid-2,
  .recom-stats-grid {
    grid-template-columns: 1fr;
  }

  .recom-benef-filters,
  .recom-pro-filters,
  .recom-orders-filters,
  .recom-services-filters,
  .recom-inst-filters,
  .recom-premium-grid {
    grid-template-columns: 1fr;
  }

  .recom-services-form-actions {
    justify-content: stretch;
    flex-direction: column;
  }

  .recom-services-form-actions .recom-btn-primary,
  .recom-services-form-actions .recom-btn-secondary {
    width: 100%;
  }

  .recom-services-top-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .recom-inst-submit-wrap {
    justify-content: stretch;
  }

  .recom-inst-submit-wrap .recom-btn-primary {
    width: 100%;
  }

  .recom-hours-row {
    grid-template-columns: 1fr;
  }

  .recom-week-head {
    display: none;
  }

  .recom-week-quick-row--actions,
  .recom-week-quick-row--fields {
    grid-template-columns: 1fr;
  }

  .recom-agenda-action-btn,
  .recom-week-field input,
  .recom-week-field select {
    width: 100%;
  }

  .recom-week-row {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .recom-day-fixed-grid,
  .recom-day-free-builder,
  .recom-day-free-generate-grid {
    grid-template-columns: 1fr;
  }

  .recom-week-row strong {
    grid-column: 1 / -1;
  }

  .recom-week-row .recom-check {
    grid-column: 1 / -1;
  }

  .recom-benef-search {
    min-width: 0;
  }

  .recom-cep-wrap {
    grid-template-columns: 1fr;
  }

  .recom-premium-section-title {
    font-size: 21px;
  }

  .recom-premium-submit {
    min-height: 48px;
    font-size: 19px;
  }

  .recom-booking-head h1 {
    font-size: 32px;
  }

  .recom-booking-head {
    padding: 16px;
  }

  .recom-booking-public.recom-booking-stitch .recom-booking-head {
    border-radius: 20px;
    padding: 18px;
  }

  .recom-booking-public.recom-booking-stitch .recom-booking-head h1 {
    font-size: 34px;
  }

  .recom-booking-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recom-booking-steps li {
    min-height: 44px;
  }

  .recom-booking-surface {
    border-radius: 16px;
    padding: 10px;
  }

  .recom-booking-public.recom-booking-stitch .recom-booking-surface {
    border-radius: 18px;
    padding: 12px;
  }

  .recom-booking-intro h2 {
    font-size: 22px;
  }

  .recom-booking-public .service-wrap,
  .recom-booking-public .services-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .recom-booking-public .recom-service-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .recom-booking-public .obp-search-name,
  .recom-booking-public .obp_search_name input[type="text"] {
    width: 100%;
    min-width: 0;
  }

  .recom-booking-public.recom-booking-catalog {
    margin-top: 20px;
    padding: 0 14px 30px;
  }

  .recom-booking-public.recom-booking-catalog .recom-booking-catalog-head h1 {
    font-size: 42px;
  }

  .recom-booking-public.recom-booking-catalog .recom-booking-catalog-head p {
    font-size: 15px;
  }

  .recom-booking-public .recom-catalog-search-wrap {
    max-width: none;
  }

  .recom-booking-public .recom-catalog-chips {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .recom-booking-public .recom-catalog-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .recom-booking-public .recom-catalog-card {
    min-height: 0;
  }

  .recom-booking-public .recom-catalog-card h3 {
    font-size: 30px;
  }

  .recom-booking-public .obp-list-staff,
  .recom-booking-public .obp-calendar-content,
  .recom-booking-public .obp-time-content,
  .recom-booking-public .obp-checkout-form {
    padding: 10px;
  }

  .recom-pro-modal {
    padding: 18px 14px 14px;
  }

  .recom-pro-modal h3 {
    font-size: 20px;
    padding-right: 30px;
  }

  .recom-pro-item {
    grid-template-columns: 44px 1fr;
    border-radius: 12px;
    padding: 10px;
  }

  .recom-pro-avatar {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .recom-pro-cta {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .recom-grid-cards {
    grid-template-columns: 1fr;
  }

  .recom-benef-view-grid {
    grid-template-columns: 1fr;
  }
}
