:root {
  --recom-primary: #004c57;
  --recom-primary-2: #006674;
  --recom-brand-green: #d0d020;
  --recom-brand-orange: #f87018;
  --recom-brand-orange-2: #dc5f10;
  --recom-brand-orange-soft: #fff1e8;
  --recom-brand-green-soft: #f3f7cd;
  --recom-brand-ink: #203018;
  --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;
}

.recom-admin-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 248, 240, 0.96) 0%, rgba(255, 241, 228, 0.9) 100%);
  border: 1px solid rgba(200, 93, 20, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 10px 18px -16px rgba(70, 33, 8, 0.85);
}

.recom-admin-brand img {
  max-height: 62px;
  width: auto;
  filter: saturate(1.06) contrast(1.08) drop-shadow(0 1px 1px rgba(90, 40, 4, 0.22));
}

/* 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: #0d2d24;
  min-height: clamp(620px, calc(100dvh - 170px), 900px);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 22px;
  background: linear-gradient(152deg, rgba(8, 35, 30, 0.88) 0%, rgba(12, 52, 42, 0.72) 52%, rgba(7, 31, 27, 0.88) 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(248, 169, 112, 0.28);
}

.recom-gate-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 23% 34%, rgba(248, 112, 24, 0.26), transparent 40%), radial-gradient(circle at 78% 72%, rgba(255, 206, 158, 0.14), 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, 213, 176, 0.38);
  background: linear-gradient(145deg, rgba(255, 251, 246, 0.26) 0%, rgba(255, 246, 236, 0.16) 100%);
  box-shadow: 0 42px 76px -44px rgba(18, 14, 8, 0.88);
  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(248, 112, 24, 0.24), transparent 68%), linear-gradient(122deg, rgba(255, 216, 179, 0.2) 8%, rgba(255, 216, 179, 0) 34%);
}

.recom-gate-layout .recom-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 205, 160, 0.7);
  background: rgba(255, 241, 228, 0.86);
  color: #a14b10;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.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(14, 41, 34, 0.64);
  border: 1px solid rgba(255, 204, 163, 0.34);
  color: #f4f8f7 !important;
  -webkit-text-fill-color: #f4f8f7;
  caret-color: #f4f8f7;
  padding: 0 16px 0 58px;
  font-size: clamp(18px, 1.2vw, 21px);
  font-weight: 400;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.recom-gate-layout .recom-gate-form input:focus,
.recom-gate-layout .recom-gate-form input:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  border-color: rgba(248, 112, 24, 0.9);
  background: rgba(13, 26, 22, 0.66);
  box-shadow: 0 0 0 3px rgba(248, 112, 24, 0.18), 0 10px 20px -16px rgba(248, 112, 24, 0.85);
}

.recom-gate-layout .recom-gate-form input:-webkit-autofill,
.recom-gate-layout .recom-gate-form input:-webkit-autofill:hover,
.recom-gate-layout .recom-gate-form input:-webkit-autofill:focus,
.recom-gate-layout .recom-gate-form input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px rgba(13, 26, 22, 0.72) inset !important;
  box-shadow: 0 0 0 1000px rgba(13, 26, 22, 0.72) inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

.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, #f87018 0%, #d95f0f 100%);
  border: 1px solid rgba(255, 215, 185, 0.76);
  color: #fff2e8;
  box-shadow: 0 14px 28px -14px rgba(217, 95, 15, 0.95), 0 0 0 1px rgba(250, 197, 161, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

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

.recom-gate-layout .recom-gate-input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  color: rgba(226, 235, 203, 0.88);
  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;
}

.recom-gate-layout .recom-gate-signup-cta {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.recom-gate-layout .recom-gate-signup-cta span {
  color: rgba(230, 234, 233, 0.94);
  font-size: clamp(14px, 1vw, 16px);
}

.recom-gate-layout .recom-gate-signup-cta .recom-btn-secondary {
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 203, 160, 0.56);
  background: rgba(255, 247, 237, 0.12);
  color: #f0f6f5;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 16px;
}

.recom-gate-layout .recom-gate-signup-cta .recom-btn-secondary:hover {
  border-color: rgba(255, 188, 136, 0.94);
  background: rgba(248, 112, 24, 0.24);
}

@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(680px, calc(100vh - 90px), 900px);
    margin: 0 0 18px;
    border-radius: 0;
  }

  .recom-gate-layout .recom-gate-stage {
    place-items: start center;
    padding: 8px 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-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: #f87018;
  padding: 28px 18px;
  border-right: 1px solid rgba(111, 52, 8, 0.24);
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.2), 12px 0 30px -24px rgba(97, 50, 13, 0.75);
}

.recom-admin-sidebar h2 {
  margin: 10px 0 3px;
  font-size: 22px;
  color: #fff9f4;
  text-shadow: 0 1px 0 rgba(93, 44, 5, 0.2);
}

.recom-admin-sidebar p {
  margin: 0 0 18px;
  color: rgba(255, 247, 239, 0.92);
  font-size: 14px;
}

.recom-admin-sidebar nav {
  display: grid;
  gap: 8px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 6px;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) rgba(255, 255, 255, 0.08);
}

.recom-admin-sidebar nav::-webkit-scrollbar {
  width: 8px;
}

.recom-admin-sidebar nav::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.recom-admin-sidebar nav::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}

.recom-admin-sidebar nav a {
  text-decoration: none;
  color: #fff8f3;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.recom-admin-sidebar nav a.is-active,
.recom-admin-sidebar nav a:hover {
  color: #24320e;
  background: linear-gradient(180deg, #dce355 0%, #d0d020 100%);
  border-color: rgba(110, 121, 14, 0.55);
  transform: translateX(2px);
}

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

.recom-admin-shell .recom-btn-primary {
  background: linear-gradient(135deg, var(--recom-brand-orange) 0%, var(--recom-brand-orange-2) 100%);
  color: #fff7f2;
  box-shadow: 0 10px 20px -14px rgba(248, 112, 24, 0.95);
}

.recom-admin-shell .recom-btn-secondary {
  color: #92410a;
  border-color: rgba(248, 112, 24, 0.38);
}

.recom-admin-shell .recom-form-grid input:focus,
.recom-admin-shell .recom-form-grid select:focus,
.recom-admin-shell .recom-form-grid textarea:focus {
  border-color: #cf640f;
  box-shadow: 0 0 0 2px rgba(248, 112, 24, 0.17);
}

.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: #bf5310;
}

.recom-dashboard-stats .recom-kpi-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e8ecef;
  background: linear-gradient(165deg, #ffffff 0%, #f7fafc 100%);
}

.recom-dashboard-stats .recom-kpi-card::after {
  content: "";
  position: absolute;
  right: -14px;
  top: -14px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  opacity: 0.2;
}

.recom-dashboard-stats .recom-kpi-card h3 {
  color: #123447;
  font-weight: 700;
}

.recom-dashboard-stats .recom-kpi-card p {
  margin-top: 12px;
  font-size: 42px;
  letter-spacing: -1px;
}

.recom-dashboard-stats .recom-kpi-card span {
  display: inline-flex;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4d6976;
}

.recom-dashboard-stats .recom-kpi-card.is-today::after {
  background: #5fa5c6;
}

.recom-dashboard-stats .recom-kpi-card.is-pending::after {
  background: #f7a16f;
}

.recom-dashboard-stats .recom-kpi-card.is-active::after {
  background: #d4db32;
}

.recom-dashboard-stats .recom-kpi-card.is-total::after {
  background: #f87018;
}

.recom-dashboard-layout .recom-card {
  border: 1px solid #e8ecef;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.recom-dashboard-layout .recom-card h2 {
  font-size: clamp(30px, 2.1vw, 36px);
  line-height: 1.08;
  color: #0f394f;
  letter-spacing: -0.8px;
}

.recom-dashboard-empty {
  border: 1px dashed #d2dce2;
  border-radius: 14px;
  padding: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.recom-dashboard-empty strong {
  display: block;
  color: #0d4f62;
  font-size: 20px;
}

.recom-dashboard-empty .recom-empty {
  margin: 10px 0 14px;
}

.recom-dashboard-list li {
  border-radius: 14px;
  border-color: #e2e9ec;
  padding: 14px;
}

.recom-dashboard-recent-list strong {
  font-size: 18px;
  color: #0f3347;
}

.recom-dashboard-recent-list span {
  font-size: 16px;
}

.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-export-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.recom-benef-review-row {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 10px;
  align-items: end;
  grid-column: 1 / -1;
}

.recom-benef-review-row > label {
  margin: 0;
}

.recom-benef-export-actions .recom-icon-btn {
  width: auto;
  height: 42px;
  min-height: 42px;
  padding: 8px 12px;
  margin-right: 0;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.recom-icon-btn-export {
  border-color: #d8b396;
  color: #8d410f;
  background: #fff8f3;
  font-size: 12px;
  font-weight: 700;
}

.recom-icon-btn-export svg {
  width: 17px;
  height: 17px;
}

.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;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  gap: 8px 12px;
  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.is-disabled,
.recom-agenda-pro-trigger[aria-disabled='true'] {
  background: #f0f3f5;
  color: #5f737d;
  cursor: not-allowed;
}

.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: #d0d020;
  background: #f3f7cd;
}

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

.recom-agenda-pro-empty {
  margin: 0;
  padding: 10px 12px;
  color: #5f737d;
  font-size: 13px;
}

.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: #cf640f;
  box-shadow: 0 0 0 3px rgba(248, 112, 24, 0.2);
}

.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.6fr repeat(4, minmax(0, 1fr)) auto;
  gap: 10px;
  margin-bottom: 14px;
  align-items: end;
}

.recom-pro-filters > label,
.recom-pro-filters > .recom-pro-filter-actions {
  min-width: 0;
}

.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 #cdc5b8;
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 12px;
  background: #fff;
  color: #16394d;
  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-pro-filters .recom-pro-search input {
  border-color: #c8bfaf;
}

.recom-pro-filters input:hover,
.recom-pro-filters select:hover,
.recom-pro-service-trigger:hover {
  border-color: #bbb1a1;
}

.recom-pro-filters input:focus,
.recom-pro-filters select:focus,
.recom-pro-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-pro-filter-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: end;
  min-height: 42px;
}

.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: #f87018;
  cursor: pointer;
}

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

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

.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-status-block label {
  display: grid;
  gap: 6px;
  margin: 0 0 12px;
}

.recom-status-block label span {
  font-size: 13px;
  font-weight: 700;
  color: #204258;
}

.recom-status-block select {
  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-status-block select:hover {
  border-color: #bbb1a1;
  background: #ffffff;
}

.recom-status-block select: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-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-main-remove {
  margin: 8px 0 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #5c3c22;
}

.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[data-crop-ratio="7-3"] {
  max-width: 420px;
  aspect-ratio: 7 / 3;
}

.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);
}

.page-id-2124 .recom-public-signup-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px 24px;
}

.page-id-2124 .recom-public-signup-shell .recom-premium-submit {
  width: auto;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.page-id-2124 .recom-public-signup-shell .recom-premium-submit .recom-btn-primary {
  min-width: 220px;
  border-radius: 12px;
  font-size: 18px;
  padding: 12px 22px;
}

.page-id-2124 .recom-public-signup-shell input::placeholder,
.page-id-2124 .recom-public-signup-shell textarea::placeholder {
  color: #a6b0b7;
  opacity: 1;
}

.page-id-2124 .recom-public-signup-shell input:focus::placeholder,
.page-id-2124 .recom-public-signup-shell textarea:focus::placeholder {
  color: transparent;
}

#recom-public-sponsor-form.recom-beneficiary-premium-card {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px 24px;
}

#recom-public-sponsor-form .recom-sponsor-signup-head {
  margin-bottom: 8px;
}

#recom-public-sponsor-form .recom-premium-submit {
  width: auto;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  margin: 8px 0 16px;
}

#recom-public-sponsor-form .recom-premium-submit .recom-btn-primary {
  min-width: 240px;
  max-width: 320px;
  width: 100%;
  border-radius: 12px;
  font-size: 18px;
  padding: 12px 22px;
  background: linear-gradient(135deg, var(--recom-brand-orange) 0%, var(--recom-brand-orange-2) 100%);
  color: #fff7f2;
  border: 1px solid rgba(248, 112, 24, 0.45);
  box-shadow: 0 10px 20px -14px rgba(248, 112, 24, 0.95);
}

#recom-public-sponsor-form input::placeholder,
#recom-public-sponsor-form textarea::placeholder {
  color: #b7c0c6;
  opacity: 1;
}

#recom-public-sponsor-form input:focus::placeholder,
#recom-public-sponsor-form textarea:focus::placeholder {
  color: transparent;
}

#recom-public-sponsor-form [data-sponsor-pf-fields] .recom-col-md-6 {
  grid-column: span 6;
}

#recom-public-sponsor-form [data-sponsor-pf-fields] .recom-col-md-3 {
  grid-column: span 3;
}

.recom-signup-success-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 24px 28px;
}

.recom-signup-success-card {
  border: 1px solid #ddd5c8;
  border-radius: 18px;
  background: #fffdf9;
  box-shadow: 0 12px 28px rgba(12, 36, 45, 0.08);
  padding: 28px;
}

.recom-signup-success-head h1 {
  margin: 0 0 8px;
  color: #123447;
}

.recom-signup-success-head p {
  margin: 0;
  color: #345264;
}

.recom-signup-success-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.recom-signup-success-actions .recom-btn-primary,
.recom-signup-success-actions .recom-btn-secondary,
#recom-public-beneficiary-form .recom-premium-submit .recom-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #f87018 0%, #d95f0f 100%) !important;
  border-color: #d95f0f !important;
}

.recom-signup-success-actions .recom-btn-primary:hover,
.recom-signup-success-actions .recom-btn-secondary:hover,
#recom-public-beneficiary-form .recom-premium-submit .recom-btn-primary:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #df640f 0%, #c5540c 100%) !important;
  border-color: #c5540c !important;
}

.recom-public-required-note {
  margin-top: 8px !important;
  color: #8f4d1d !important;
  font-weight: 700;
  font-size: 13px;
}

.recom-signup-success-qr {
  margin-top: 14px;
  border: 1px solid #dbe5ea;
  border-radius: 14px;
  padding: 14px;
  background: #f8fcff;
  max-width: 420px;
}

.recom-signup-success-qr img {
  display: block;
  width: 220px;
  height: 220px;
  margin: 0 auto 10px;
}

.recom-signup-success-qr p {
  margin: 0;
  font-size: 13px;
  color: #446170;
  text-align: center;
}

.recom-sponsor-success-card {
  background: linear-gradient(150deg, #fffaf4 0%, #fff3e7 44%, #fffdfb 100%);
  border-color: #f1d4b8;
  box-shadow: 0 16px 34px rgba(30, 34, 38, 0.12);
}

.recom-sponsor-success-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid #f0bf96;
  background: #fff1e4;
  color: #9a4a11;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.recom-sponsor-success-card .recom-signup-success-head h1 {
  font-size: clamp(40px, 5.4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.recom-sponsor-success-meta {
  margin-top: 10px !important;
  color: #8a5d40 !important;
  font-size: 13px;
  font-weight: 700;
}

.recom-sponsor-success-whatsapp {
  background: linear-gradient(135deg, #f87018 0%, #d95f0f 100%) !important;
  box-shadow: 0 10px 20px rgba(248, 112, 24, 0.28);
}

.recom-sponsor-success-whatsapp:hover {
  background: linear-gradient(135deg, #df640f 0%, #c5540c 100%) !important;
}

.whatsapp-float {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  z-index: 9999 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.whatsapp-float::before {
  content: none !important;
  display: none !important;
}

.whatsapp-float .recom-wa-icon {
  display: none !important;
}

.whatsapp-float img.recom-wa-logo {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.whatsapp-float {
  right: 24px !important;
  bottom: 24px !important;
  z-index: 10010 !important;
}

.scroll-to-top {
  z-index: 10020 !important;
  right: 24px !important;
  bottom: 84px !important;
}

@media (max-width: 767px) {
  .whatsapp-float {
    right: 12px !important;
    bottom: 18px !important;
  }

  .scroll-to-top {
    right: 12px !important;
    bottom: 78px !important;
  }
}

.recom-sponsors {
  margin: 36px auto 24px;
  max-width: 1320px;
  padding: 0 20px;
}

.recom-sponsors-head {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.recom-sponsors-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.recom-sponsors-cta {
  min-height: 42px;
  height: 42px;
  padding: 0 20px;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--recom-brand-orange) 0%, var(--recom-brand-orange-2) 100%);
  color: #fff7f2;
  border: 1px solid rgba(248, 112, 24, 0.45);
  box-shadow: 0 10px 20px -14px rgba(248, 112, 24, 0.95);
}

.recom-sponsors-cta:hover,
.recom-sponsors-cta:focus,
.recom-sponsors-cta:active,
.recom-sponsors-cta:visited {
  color: #fff7f2;
}

.recom-sponsors-kicker {
  margin: 0;
  color: #9e7b42;
  font: 700 12px/1.1 "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.recom-sponsors-head h2 {
  margin: 0;
  color: #15384a;
  font: 800 clamp(24px, 2.4vw, 34px)/1.05 "Plus Jakarta Sans", sans-serif;
}

.recom-sponsors-marquee {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #e4d8c5;
  background: linear-gradient(180deg, #fffdf9 0%, #f8f2e8 100%);
  padding: 14px;
}

.recom-sponsors-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  --recom-marquee-distance: 50%;
  --recom-marquee-duration: 38s;
  animation: recomSponsorMarquee var(--recom-marquee-duration) linear infinite;
  will-change: transform;
}

.recom-sponsors-marquee.is-static .recom-sponsors-track {
  animation: none;
  width: 100%;
  justify-content: center;
}

.recom-sponsors-marquee:hover .recom-sponsors-track,
.recom-sponsors-marquee:focus-within .recom-sponsors-track {
  animation-play-state: paused;
}

.recom-sponsor-card {
  width: clamp(136px, 15vw, 198px);
  height: clamp(82px, 8.8vw, 104px);
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid #ece2d4;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px -14px rgba(19, 48, 62, 0.5);
  overflow: hidden;
  box-sizing: border-box;
}

.recom-sponsor-card a,
.recom-sponsor-card img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.recom-sponsor-card img {
  object-fit: contain;
  object-position: center;
  padding: 10px 12px;
  max-width: 100%;
  max-height: 100%;
  filter: brightness(1.04) contrast(1.07) saturate(0.9);
}

@keyframes recomSponsorMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--recom-marquee-distance)), 0, 0);
  }
}

@media (max-width: 900px) {
  .recom-sponsors {
    margin: 24px auto 16px;
    padding: 0 14px;
  }

  .recom-sponsors-track {
    gap: 10px;
    animation-duration: 28s;
  }

  .recom-sponsor-card {
    width: 136px;
    height: 82px;
  }

  .recom-sponsor-card img {
    padding: 8px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .recom-sponsors-track {
    animation: none;
    overflow-x: auto;
    width: 100%;
  }
}

.scroll-to-top {
  z-index: 10001 !important;
}

@media (max-width: 767px) {
  .page-id-2124 .recom-public-signup-shell {
    padding-left: 10px;
    padding-right: 10px;
  }

  #recom-public-sponsor-form.recom-beneficiary-premium-card {
    padding: 0 10px 24px;
  }

  #recom-public-sponsor-form .recom-premium-submit .recom-btn-primary {
    width: 100%;
    max-width: none;
  }

  .scroll-to-top {
    right: 78px !important;
    bottom: 12px !important;
  }
}

.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;
}

.recom-approval-stats article {
  border: 1px solid rgba(11, 52, 64, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f6f3ee 100%);
}

.recom-approval-filters {
  margin-bottom: 16px;
}

.recom-inline-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Login panel */
.recom-coord-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at 18% 12%, rgba(248, 112, 24, 0.14), transparent 36%), radial-gradient(circle at 88% 84%, rgba(217, 95, 15, 0.1), transparent 34%), linear-gradient(145deg, #f8f3eb 0%, #fffaf4 52%, #fef7ee 100%);
}

.recom-coord-login .recom-gate-card {
  max-width: 460px;
  width: min(460px, 100%);
  border-radius: 18px;
  border: 1px solid #f0d8bf;
  background: linear-gradient(160deg, #fffefb 0%, #fff6ec 100%);
  box-shadow: 0 20px 40px -26px rgba(41, 27, 14, 0.35);
  padding: 26px;
}

.recom-coord-login-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #efc6a6;
  background: #fff1e3;
  color: #a44b10;
  padding: 6px 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.recom-coord-login .recom-gate-card h1 {
  margin-top: 12px;
  margin-bottom: 8px;
  color: #14384c;
  font-size: clamp(40px, 5.2vw, 56px);
  line-height: 1.02;
}

.recom-coord-login .recom-gate-card p {
  color: #385463;
  margin-bottom: 16px;
}

.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(177, 144, 116, 0.35);
  border-radius: 10px;
  padding: 11px 12px;
  background: #fffdf9;
}

.recom-coord-login input[type="text"]:focus,
.recom-coord-login input[type="password"]:focus {
  border-color: #f87018;
  box-shadow: 0 0 0 3px rgba(248, 112, 24, 0.16);
  outline: none;
}

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

.recom-coord-login input[type="submit"]:hover {
  background: linear-gradient(135deg, #df640f 0%, #c5540c 100%);
}

.recom-coord-login .login-submit .recom-btn-primary {
  min-height: 44px;
  padding: 10px 16px;
}

.recom-force-password-gate .recom-btn-primary {
  background: linear-gradient(135deg, #f87018 0%, #d95f0f 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 20px -14px rgba(248, 112, 24, 0.95);
}

.recom-force-password-gate .recom-btn-primary:hover {
  background: linear-gradient(135deg, #df640f 0%, #c5540c 100%) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .recom-coord-login {
    padding: 18px 14px;
  }

  .recom-coord-login .recom-gate-card {
    padding: 22px 18px 20px;
  }

  .recom-coord-login .recom-gate-card p {
    margin-bottom: 12px;
  }

  .recom-coord-login .login-username,
  .recom-coord-login .login-password {
    margin: 0 0 10px;
  }

  .recom-coord-login input[type="text"],
  .recom-coord-login input[type="password"] {
    min-height: 50px;
    padding: 12px 13px;
  }

  .recom-coord-login .login-remember {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
  }

  .recom-coord-login .login-submit {
    margin-bottom: 6px;
  }

  .recom-coord-login input[type="submit"] {
    width: min(80%, 280px);
    min-height: 46px;
  }
}

/* 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;
}

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

.page-id-2378 main,
.page-id-2397 main,
.page-id-2378 .site-main,
.page-id-2397 .site-main,
.page-id-2378 .entry-content,
.page-id-2397 .entry-content,
.page-id-2378 .post-content,
.page-id-2397 .post-content,
.page-id-2378 .news-details,
.page-id-2397 .news-details,
.page-id-2378 .news-details > .container,
.page-id-2397 .news-details > .container,
.page-id-2378 .news-details .row,
.page-id-2397 .news-details .row,
.page-id-2378 .news-details__left,
.page-id-2397 .news-details__left,
.page-id-2378 .news-details__content,
.page-id-2397 .news-details__content,
.page-id-2378 article.blog-details__content,
.page-id-2397 article.blog-details__content {
  margin-top: 0 !important;
  padding-top: 0 !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;
}

body.recom-booking-catalog-page .page-header {
  display: none;
}

body.recom-booking-catalog-page .news-details {
  padding-top: 20px;
}

.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;
  text-wrap: balance;
}

.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;
  background: linear-gradient(180deg, #fff9f5 0%, #fffefc 100%);
  border: 1px solid #efdfd2;
  border-radius: 22px;
  padding: 14px;
}

.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;
  white-space: nowrap;
}

.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: #f87018 !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.is-reveal {
  animation: recomCatalogReveal 0.34s ease both;
}

@keyframes recomCatalogReveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.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-card-cta.is-loading,
.recom-booking-public .recom-catalog-card-cta:disabled {
  opacity: 0.72;
  cursor: wait;
}

.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;
}

.recom-booking-public .recom-catalog-pagination {
  margin-top: 14px;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.recom-booking-public .recom-catalog-pagination-info {
  margin: 0;
  font-size: 12px;
  color: #6f6058;
  font-weight: 700;
}

.recom-booking-public .recom-catalog-pagination-btn {
  border: 1px solid #cf5d12 !important;
  background: #f87018 !important;
  color: #fff !important;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 18px -14px rgba(207, 93, 18, 0.8);
}

.recom-booking-public .recom-catalog-pagination-btn:hover {
  background: #df6515 !important;
}

/* 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;
  border-top: 4px solid #f87018;
}

.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, #fffdfb 0%, #fff6ee 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, #c44f15 0%, #f87018 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: #fff1e7;
  color: #8a3e12;
  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;
  align-items: stretch;
}

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

.recom-native-cal-day {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  min-height: 52px;
  padding: 0;
  border: 1px solid #e7d8ce;
  border-radius: 12px;
  background: #fff;
  color: #2b3941;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 17px;
  line-height: 1;
  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;
  z-index: 8;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #e7d8cd;
  background: #fff8f3;
  color: #856358;
  line-height: 0;
  pointer-events: auto;
}

.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: #ffe3d1;
  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, #c44f15 0%, #f87018 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-pro-meta p {
    font-size: 14px;
    line-height: 1.4;
  }

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

  .recom-native-close {
    width: 38px;
    height: 38px;
    top: 10px;
    right: 10px;
  }

  .recom-native-month-nav button {
    width: 42px;
    height: 42px;
  }

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

@media (max-width: 680px) {
  .recom_pro_dialog .ZebraDialog {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    left: 8px !important;
    right: 8px !important;
    margin: 0 !important;
  }

  .recom_pro_dialog .ZebraDialog_Body {
    max-height: calc(100vh - 28px);
    overflow-y: auto;
  }

  .recom-pro-modal {
    padding: 16px 12px 12px;
  }

  .recom-pro-close {
    right: 8px;
    top: 8px;
    width: 38px;
    height: 38px;
  }

  .recom_pro_dialog .recom-pro-item {
    grid-template-columns: 44px 1fr !important;
    align-items: start;
  }

  .recom_pro_dialog .recom-pro-meta {
    min-width: 0;
  }

  .recom_pro_dialog .recom-pro-name {
    font-size: 17px;
    line-height: 1.15;
    word-break: break-word;
  }

  .recom_pro_dialog .recom-pro-role {
    font-size: 14px;
    line-height: 1.3;
    word-break: break-word;
  }

  .recom_pro_dialog .recom-pro-cta {
    grid-column: 1 / -1 !important;
    justify-self: start;
    margin-top: 4px;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    text-align: center;
  }

  .recom-native-pro-head {
    grid-template-columns: 58px 1fr;
    gap: 10px;
    padding: 12px;
  }

  .recom-native-pro-avatar {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .recom-native-pro-meta h3 {
    font-size: 22px;
    line-height: 1.1;
  }

  .recom-native-main {
    gap: 12px;
  }

  .recom-native-calendar-grid,
  .recom-native-weekdays {
    gap: 6px;
  }

  .recom-native-empty,
  .recom-native-cal-day {
    height: 46px;
    min-height: 46px;
  }

  .recom-native-cal-day {
    font-size: clamp(16px, 4.2vw, 18px);
  }

  .recom-native-slots-panel h4 {
    font-size: 24px;
  }

  .recom-native-footer {
    position: static;
    background: transparent;
    padding-top: 10px;
  }
}

@media (max-width: 390px) {
  .recom-native-calendar-grid,
  .recom-native-weekdays {
    gap: 5px;
  }

  .recom-native-empty,
  .recom-native-cal-day {
    height: 42px;
    min-height: 42px;
  }

  .recom-native-cal-day {
    font-size: 16px;
  }
}

.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-audit-row.is-blocked td {
  border-left: 3px solid #c63a3a;
  background: #fff1f1;
}

.recom-audit-row.is-warning td {
  border-left: 3px solid #d47f1f;
  background: #fff8ec;
}

.recom-audit-row.is-info td {
  border-left: 3px solid #19608a;
  background: #f1f8ff;
}

.recom-modal-open {
  overflow: hidden;
}

.recom-user-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.recom-user-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 25, 32, 0.56);
}

.recom-user-modal__dialog {
  position: relative;
  width: min(920px, calc(100vw - 30px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  margin: 20px auto;
  background: linear-gradient(180deg, #fffdfb 0%, #fff8f2 100%);
  border-radius: 16px;
  border: 1px solid #ecdac9;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  padding: 20px;
}

.recom-user-modal__dialog h3 {
  margin: 0 0 6px;
}

.recom-user-modal__dialog p {
  margin: 0 0 14px;
  color: #3f5865;
}

.recom-user-create-form {
  background: #fff;
  border: 1px solid #efdfcf;
  border-radius: 14px;
  padding: 14px;
}

.recom-user-create-form label > span {
  font-weight: 700;
  color: #1f3f58;
}

.recom-user-create-form input,
.recom-user-create-form select {
  border-radius: 11px;
}

.recom-user-unit-smart {
  border: 1px solid #f0e2d4;
  border-radius: 12px;
  padding: 12px;
  background: #fffdf9;
}

.recom-user-unit-results {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  max-height: 220px;
  overflow: auto;
}

.recom-user-unit-item {
  display: grid;
  gap: 2px;
  width: 100%;
  text-align: left;
  border: 1px solid #e8dacb;
  border-radius: 10px;
  background: #fff;
  padding: 9px 10px;
  cursor: pointer;
}

.recom-user-unit-item:hover {
  border-color: #f29e66;
  background: #fff4eb;
}

.recom-user-unit-item strong {
  color: #163b56;
  font-size: 14px;
}

.recom-user-unit-item small {
  color: #4d6674;
  font-size: 12px;
}

.recom-user-unit-selected {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #dbe9dd;
  background: #f1fbf4;
  border-radius: 10px;
  padding: 8px 10px;
}

.recom-user-unit-selected span {
  color: #1d5534;
  font-weight: 700;
}

.recom-user-modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #d7e0e4;
  background: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.recom-units-shell {
  max-width: 1240px;
  margin: 24px auto 34px;
  padding: 0 16px 34px;
}

.recom-units-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  border-radius: 20px;
  padding: 22px;
  background: linear-gradient(130deg, rgba(248, 112, 24, 0.15) 0%, rgba(208, 208, 32, 0.2) 55%, rgba(255, 255, 255, 0.9) 100%);
  border: 1px solid rgba(248, 112, 24, 0.24);
  box-shadow: 0 18px 34px -30px rgba(93, 49, 14, 0.8);
}

.recom-units-kicker {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #92410a;
}

.recom-units-hero-copy h1 {
  margin: 0 0 6px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.02;
  color: #142d3c;
}

.recom-units-hero-copy p {
  margin: 0;
  color: #2c4d5e;
  max-width: 760px;
}

.recom-units-hero-badge {
  flex: 0 0 auto;
  display: grid;
  gap: 2px;
  justify-items: center;
  min-width: 148px;
  border-radius: 14px;
  border: 1px solid rgba(208, 208, 32, 0.55);
  background: linear-gradient(180deg, rgba(231, 239, 124, 0.95) 0%, rgba(208, 208, 32, 0.94) 100%);
  padding: 12px 14px;
}

.recom-units-hero-badge strong {
  font-size: 32px;
  line-height: 1;
  color: #2d370f;
}

.recom-units-hero-badge span {
  font-size: 12px;
  font-weight: 700;
  color: #3c4814;
}

.recom-units-filters-card {
  border: 1px solid #e8e0d4;
  border-radius: 18px;
  padding: 16px;
  background: #fffdfa;
  box-shadow: 0 18px 30px -26px rgba(22, 37, 48, 0.55);
}

.recom-units-filters {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
  align-items: end;
}

.recom-units-search {
  grid-column: span 2;
}

.recom-units-filters label {
  display: grid;
  gap: 6px;
}

.recom-units-filters label span {
  font-size: 13px;
  font-weight: 700;
  color: #1f3f4e;
}

.recom-units-filters input,
.recom-units-filters select {
  height: 48px;
  border: 1px solid #d8cfbf;
  border-radius: 12px;
  background: #fff;
  color: #173f49;
  padding: 0 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.recom-units-filters input:focus,
.recom-units-filters select:focus {
  outline: none;
  border-color: #e86a15;
  box-shadow: 0 0 0 3px rgba(248, 112, 24, 0.14);
}

.recom-units-filter-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  align-items: center;
}

.recom-units-filter-actions .recom-btn-primary,
.recom-units-filter-actions .recom-btn-secondary {
  min-height: 46px;
  border-radius: 12px;
  padding: 0 16px;
}

.recom-units-results-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.recom-units-results-meta p {
  margin: 0;
  color: #33525f;
}

.recom-units-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.recom-units-active-filters span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(208, 208, 32, 0.7);
  background: #f3f7cd;
  color: #4e5d12;
  font-size: 12px;
  font-weight: 700;
}

.recom-units-filters-mobile-toggle {
  display: none;
}

.recom-units-filters-backdrop {
  display: none;
}

.recom-units-filters-sheet-head {
  display: none;
}

.recom-units-filters-sheet-grid {
  display: contents;
}

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

.recom-unit-card {
  border: 1px solid #e6dece;
  border-radius: 16px;
  overflow: hidden;
  background: #fffefc;
  box-shadow: 0 18px 30px -24px rgba(14, 42, 50, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.recom-unit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 34px -24px rgba(14, 42, 50, 0.3);
}

.recom-unit-cover {
  height: 188px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 10px;
}

.recom-unit-body {
  padding: 14px 14px 16px;
}

.recom-unit-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.recom-unit-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(248, 112, 24, 0.35);
  background: #fff1e8;
  color: #9e480a;
}

.recom-unit-place {
  font-size: 12px;
  font-weight: 700;
  color: #506874;
}

.recom-unit-body h3 {
  margin: 0 0 6px;
  color: #112f41;
}

.recom-unit-line {
  margin: 0 0 4px;
  color: #345867;
}

.recom-unit-line.is-ref {
  color: #5e7681;
  font-size: 13px;
}

.recom-unit-contact {
  display: grid;
  gap: 3px;
  margin: 10px 0 12px;
}

.recom-unit-contact span {
  font-size: 13px;
  color: #274a58;
}

.recom-unit-body .recom-btn-secondary {
  min-height: 42px;
  border-color: rgba(248, 112, 24, 0.34);
  color: #93420a;
}

.recom-unit-gallery-btn {
  min-height: 36px;
  padding: 0 12px;
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(15, 29, 38, 0.58) !important;
  color: #fff7f2 !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.recom-unit-gallery-btn:hover {
  background: rgba(248, 112, 24, 0.88) !important;
  border-color: rgba(255, 240, 228, 0.94) !important;
  color: #fff9f5 !important;
}

.recom-units-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
}

.recom-units-gallery-modal.is-open {
  display: block;
}

.recom-units-gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 14, 20, 0.78);
}

.recom-units-gallery-dialog {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100% - 26px));
  margin: 4vh auto;
  border-radius: 16px;
  border: 1px solid #d4ccbc;
  background: #fffdf9;
  box-shadow: 0 30px 54px -34px rgba(0, 0, 0, 0.85);
  padding: 16px;
}

.recom-units-gallery-dialog h3 {
  margin: 0 28px 10px 0;
  color: #152f3f;
}

.recom-units-gallery-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9cfbf;
  border-radius: 10px;
  background: #fff;
  color: #7b3508;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.recom-units-gallery-stage {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f4efe5;
  min-height: 280px;
}

.recom-units-gallery-stage img {
  width: 100%;
  height: min(58vh, 520px);
  object-fit: cover;
  display: block;
}

.recom-units-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(14, 27, 33, 0.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.recom-units-gallery-nav.is-prev { left: 10px; }
.recom-units-gallery-nav.is-next { right: 10px; }

.recom-units-gallery-thumbs {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.recom-units-gallery-thumb {
  border: 1px solid #d8cfbf;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  width: 84px;
  height: 64px;
  overflow: hidden;
  cursor: pointer;
  flex: 0 0 auto;
}

.recom-units-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recom-units-gallery-thumb.is-active {
  border-color: #d0d020;
  box-shadow: 0 0 0 2px rgba(208, 208, 32, 0.28);
}

.recom-units-empty {
  margin-top: 16px;
  border: 1px dashed #d9cfbc;
  border-radius: 16px;
  background: #fffdf8;
  padding: 24px;
  text-align: center;
}

.recom-units-empty h3 {
  margin: 0 0 6px;
  color: #18394b;
}

.recom-units-empty p {
  margin: 0 0 12px;
  color: #4a6570;
}

.recom-jobs-shell {
  max-width: 1360px;
  margin: 24px auto 34px;
  padding: 0 24px 34px;
}

body.page-id-2461 .page-header {
  display: none;
}

body.page-id-2461 .news-details {
  padding-top: 28px;
}

.recom-jobs-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  border-radius: 20px;
  padding: 22px;
  background: linear-gradient(130deg, rgba(248, 112, 24, 0.25) 0%, rgba(248, 112, 24, 0.18) 36%, rgba(208, 208, 32, 0.34) 100%);
  border: 1px solid rgba(199, 94, 18, 0.36);
  box-shadow: 0 22px 34px -30px rgba(112, 53, 11, 0.74);
}

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

.recom-courses-shell .recom-units-filters {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.recom-courses-shell .recom-units-search {
  grid-column: 1 / 3;
}

.recom-courses-shell .recom-units-filter-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

.recom-courses-shell .recom-units-filter-actions .recom-btn-primary,
.recom-courses-shell .recom-units-filter-actions .recom-btn-secondary {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.recom-course-card .recom-btn-primary {
  margin-top: auto;
  width: fit-content;
}

.recom-courses-shell .recom-job-card {
  display: flex;
  flex-direction: column;
  border-color: #e3d4c1;
  box-shadow: 0 22px 34px -28px rgba(18, 45, 57, 0.28);
  background: linear-gradient(180deg, #fffefc 0%, #fffdf9 100%);
}

.recom-job-card {
  border: 1px solid #e6dece;
  border-radius: 16px;
  background: #fffefc;
  box-shadow: 0 18px 30px -24px rgba(14, 42, 50, 0.26);
  padding: 16px;
}

.recom-jobs-shell .recom-btn-primary {
  background: linear-gradient(135deg, #f87018 0%, #dc5f10 100%);
  color: #fff7f2;
  box-shadow: 0 10px 20px -14px rgba(248, 112, 24, 0.95);
}

.recom-jobs-shell .recom-btn-primary:hover {
  filter: brightness(1.03);
}

.recom-jobs-shell .recom-btn-secondary {
  color: #92410a;
  border-color: rgba(248, 112, 24, 0.38);
}

.recom-jobs-shell .recom-units-filters input:focus,
.recom-jobs-shell .recom-units-filters select:focus {
  border-color: #cf640f;
  box-shadow: 0 0 0 3px rgba(248, 112, 24, 0.17);
}

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

.recom-job-head h3 {
  margin: 0;
  color: #112f41;
  font-size: clamp(31px, 2vw, 41px);
  line-height: 1.08;
  letter-spacing: -0.6px;
  font-weight: 800;
}

.recom-job-expiry {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: #7f3907;
  background: #ffe9da;
  border: 1px solid #e8b58d;
  border-radius: 6px;
  padding: 4px 10px;
}

.recom-job-meta {
  margin: 4px 0 12px;
  color: #5c737d;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.recom-job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.recom-job-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(190, 190, 26, 0.85);
  background: #e8ef8d;
  color: #4e5d12;
}

.recom-courses-shell .recom-btn-primary {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.1px;
}

.recom-job-copy {
  color: #345867;
  font-size: 14px;
  line-height: 1.62;
}

.recom-courses-shell .recom-job-copy {
  margin-bottom: 10px;
}

.recom-courses-shell .recom-job-copy:first-of-type {
  font-size: 17px;
  line-height: 1.5;
  color: #1f4a5e;
  font-weight: 600;
  margin-bottom: 12px;
}

.recom-courses-shell .recom-job-copy strong {
  display: block;
  margin-bottom: 2px;
  color: #0f3344;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.recom-courses-shell .recom-job-copy p {
  margin: 0;
}

.recom-courses-shell .recom-job-copy + .recom-job-copy {
  border-top: 1px dashed #e6ddd0;
  padding-top: 10px;
}

.recom-jobs-filters-mobile-toggle {
  display: none;
}

.recom-jobs-filters-backdrop {
  display: none;
}

.recom-jobs-filters-sheet {
  display: contents;
}

.recom-jobs-filters-sheet-head {
  display: none;
}

.recom-jobs-filters-sheet-grid {
  display: contents;
}

@media (max-width: 980px) {
  .recom-jobs-shell {
    padding: 0 16px 24px;
  }

  .recom-jobs-hero {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .recom-job-head h3 {
    font-size: 37px;
  }

  .recom-courses-shell .recom-job-copy:first-of-type {
    font-size: 16px;
  }

  .recom-jobs-filters-mobile-toggle {
    display: block;
    margin-bottom: 10px;
  }

  .recom-jobs-filters-mobile-toggle .recom-btn-secondary {
    min-height: 44px;
    width: 100%;
  }

  .recom-jobs-filters-card .recom-units-filters {
    display: grid;
    grid-template-columns: 1fr;
  }

  .recom-courses-shell .recom-units-filters {
    grid-template-columns: 1fr;
  }

  .recom-jobs-filters-card .recom-units-search {
    grid-column: 1 / -1;
  }

  .recom-jobs-filters-sheet {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: auto;
    z-index: 100002;
    background: #fffdfa;
    border: 1px solid #e7dccb;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 28px 40px -30px rgba(12, 20, 26, 0.75);
    display: none;
  }

  .recom-jobs-filters-sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .recom-jobs-filters-sheet-head strong {
    font-size: 15px;
    color: #123447;
  }

  .recom-jobs-filters-sheet-head button {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #d9cfbf;
    background: #fff;
    color: #7b3508;
    font-size: 22px;
    line-height: 1;
  }

  .recom-jobs-filters-sheet-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
  }

  .recom-jobs-filters-card .recom-units-filter-actions {
    grid-column: auto;
  }

  .recom-jobs-filters-card.is-open .recom-jobs-filters-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100001;
    background: rgba(8, 14, 20, 0.5);
  }

  .recom-jobs-filters-card.is-open .recom-jobs-filters-sheet {
    display: block;
  }
}

@media (max-width: 680px) {
  .recom-courses-shell {
    padding-bottom: 96px;
  }

  .recom-job-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .recom-job-head h3 {
    font-size: clamp(24px, 8.4vw, 33px);
    line-height: 1.12;
    max-width: 100%;
  }

  .recom-job-expiry {
    max-width: 100%;
    font-size: 11px;
    line-height: 1.25;
    padding: 4px 8px;
    white-space: normal;
    word-break: break-word;
  }

  .recom-courses-shell .recom-units-filters {
    gap: 10px;
  }

  .recom-courses-shell .recom-units-filter-actions {
    width: 100%;
  }

  .recom-courses-shell .recom-units-filter-actions .recom-btn-primary,
  .recom-courses-shell .recom-units-filter-actions .recom-btn-secondary {
    flex: 1 1 0;
    min-width: 0;
  }
}

.recom-local-gallery-existing {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
  gap: 10px;
}

.recom-local-gallery-item {
  display: grid;
  gap: 6px;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #ddd4c4;
  background: #fffcf7;
}

.recom-local-gallery-item img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.recom-local-gallery-item span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #5d3b20;
}

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

.recom-localidade-premium-form .recom-premium-section-title {
  margin: 8px 0 2px;
}

.recom-localidade-cep-action {
  display: grid;
  gap: 0;
  align-items: stretch;
  padding-top: 27px;
}

.recom-localidade-cep-action .recom-cep-btn {
  min-height: 46px;
  width: 100%;
  align-self: stretch;
}

.recom-localidade-submit {
  width: 100%;
}

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

@media (max-width: 980px) {
  .page-id-2378 .news-details,
  .page-id-2397 .news-details {
    padding-top: 0 !important;
  }

  .page-id-2378 .news-details__left,
  .page-id-2397 .news-details__left,
  .page-id-2378 article.blog-details__content,
  .page-id-2397 article.blog-details__content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .recom-units-shell,
  .recom-jobs-shell {
    margin-top: 0;
  }

  .recom-units-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .recom-units-hero-badge {
    min-width: 120px;
  }

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

  .recom-units-search {
    grid-column: 1 / -1;
  }

  .recom-units-filters-mobile-toggle {
    display: block;
    margin-bottom: 10px;
  }

  .recom-units-filters-mobile-toggle .recom-btn-secondary {
    min-height: 44px;
    width: 100%;
  }

  .recom-units-filters-sheet {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: auto;
    z-index: 100004;
    background: #fffdfa;
    border: 1px solid #e7dccb;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 28px 40px -30px rgba(12, 20, 26, 0.75);
    display: none;
  }

  .recom-units-filters-sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .recom-units-filters-sheet-head strong {
    font-size: 15px;
    color: #123447;
  }

  .recom-units-filters-sheet-head button {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #d9cfbf;
    background: #fff;
    color: #7b3508;
    font-size: 22px;
    line-height: 1;
  }

  .recom-units-filters-sheet-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
  }

  .recom-units-filters-card .recom-units-filter-actions {
    grid-column: auto;
  }

  .recom-units-filters-card.is-open .recom-units-filters-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100003;
    background: rgba(8, 14, 20, 0.5);
  }

  .recom-units-filters-card.is-open .recom-units-filters-sheet {
    display: block;
  }

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

@media (max-width: 640px) {
  .recom-units-grid {
    grid-template-columns: 1fr;
  }
}

.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: #f3f7cd;
  color: #4f5b0e;
}

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

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

.recom-pill.is-pending {
  background: #fff5dd;
  color: #8a5a02;
}

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

.recom-link-btn:hover {
  border-color: #d0d020;
  background: #f3f7cd;
}

.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-approval-table {
  min-width: 1120px;
}

.recom-approval-table th:nth-child(1),
.recom-approval-table td:nth-child(1) {
  min-width: 300px;
}

.recom-approval-table th:nth-child(2),
.recom-approval-table td:nth-child(2) {
  min-width: 150px;
}

.recom-approval-table th:nth-child(3),
.recom-approval-table td:nth-child(3) {
  min-width: 180px;
}

.recom-approval-table th:nth-child(4),
.recom-approval-table td:nth-child(4) {
  min-width: 160px;
}

.recom-approval-table th:nth-child(5),
.recom-approval-table td:nth-child(5) {
  min-width: 130px;
}

.recom-approval-table th:nth-child(6),
.recom-approval-table td:nth-child(6) {
  min-width: 120px;
}

.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-localidade-actions,
.recom-user-actions {
  white-space: nowrap;
}

.recom-localidade-table {
  min-width: 760px;
}

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

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

.recom-user-table {
  min-width: 980px;
}

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

.recom-user-table td:nth-child(1) small,
.recom-localidade-table td:nth-child(1) small {
  color: #5f7077;
}

.recom-user-filters,
.recom-localidade-filters {
  margin-bottom: 14px;
}

.recom-user-filters {
  grid-template-columns: 1.6fr repeat(4, minmax(0, 1fr)) auto;
  align-items: end;
}

.recom-user-search-block {
  display: block;
  min-width: 0;
}

.recom-user-search-block > label {
  min-width: 0;
}

.recom-user-search-block .recom-pro-filter-actions {
  display: none;
}

.recom-user-filters .recom-pro-filter-actions {
  align-self: end;
  justify-content: flex-start;
  min-height: 42px;
  min-height: 42px;
  padding-top: 0;
  margin-top: 0;
}

.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-actions {
  white-space: nowrap;
  text-align: center;
}

.recom-order-actions .recom-icon-btn {
  margin: 0 2px;
}

.recom-order-actions .recom-icon-btn.is-confirm,
.recom-order-actions .recom-icon-btn.is-complete {
  color: #1f7a43;
  background: #eaf8ef;
  border-color: #bfe5cb;
}

.recom-order-actions .recom-icon-btn.is-reopen {
  color: #8a6400;
  background: #fff7e0;
  border-color: #f0ddb0;
}

.recom-order-actions .recom-icon-btn.is-cancel {
  color: #9b2f2f;
  background: #fdeeee;
  border-color: #f1c9c9;
}

.recom-orders-bulk {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr auto;
  gap: 10px;
  align-items: center;
  margin: 10px 0 12px;
}

.recom-orders-bulk .recom-check {
  margin: 0;
}

.recom-orders-bulk .recom-benef-list-meta {
  grid-column: 1 / -1;
  margin: 0;
}

.recom-orders-table th:first-child,
.recom-orders-table td:first-child {
  width: 34px;
  text-align: center;
}

.recom-orders-action-muted {
  color: #6a7a84;
  font-size: 12px;
}

.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%);
  max-height: min(88vh, 900px);
  overflow: auto;
  border: 1px solid #ddd5c9;
  border-radius: 16px;
  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;
  font-size: 42px;
  line-height: 1.08;
}

.recom-order-modal-card p {
  margin: 0 0 14px;
  color: #345264;
  font-size: 17px;
}

.recom-order-premium-form {
  gap: 14px;
}

.recom-order-premium-form label span {
  font-weight: 700;
  color: #163944;
  font-size: 14px;
}

.recom-order-section {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.recom-order-section-title {
  margin: 0 0 8px;
  color: #153a45;
  font-size: 17px;
  line-height: 1.2;
}

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

.recom-order-premium-form input[type='date'],
.recom-order-premium-form input[type='time'],
.recom-order-premium-form input[type='number'],
.recom-order-premium-form textarea,
.recom-order-premium-form select {
  height: 52px;
  border: 1px solid #cad6dd;
  border-radius: 12px;
  background: #fff;
  color: #1b3e48;
  padding: 0 14px;
}

.recom-order-premium-form textarea {
  min-height: 96px;
  padding: 12px 14px;
}

.recom-order-premium-form input[type='date']:focus,
.recom-order-premium-form input[type='time']:focus,
.recom-order-premium-form input[type='number']:focus,
.recom-order-premium-form textarea:focus,
.recom-order-premium-form select:focus {
  outline: none;
  border-color: #0c8a9a;
  box-shadow: 0 0 0 3px rgba(12, 138, 154, 0.15);
}

.recom-order-premium-form input[type='date']::-webkit-calendar-picker-indicator,
.recom-order-premium-form input[type='time']::-webkit-calendar-picker-indicator {
  opacity: 0.75;
  cursor: pointer;
}

.recom-hidden-native-select {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

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

.recom-smart-trigger {
  width: 100%;
  height: 52px;
  border: 1px solid #cad6dd;
  border-radius: 12px;
  background: #fff;
  color: #1b3e48;
  text-align: left;
  padding: 0 14px;
  cursor: pointer;
}

.recom-smart-trigger.is-open {
  border-color: #0c8a9a;
  box-shadow: 0 0 0 3px rgba(12, 138, 154, 0.15);
}

.recom-smart-trigger.is-disabled,
.recom-smart-trigger[aria-disabled='true'] {
  background: #f0f3f5;
  color: #5f737d;
  cursor: not-allowed;
}

.recom-smart-panel {
  position: absolute;
  z-index: 25;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  border: 1px solid #d6e1e6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(10, 34, 43, 0.14);
  padding: 8px;
}

.recom-smart-panel input {
  width: 100%;
  margin-bottom: 6px;
  height: 44px;
}

.recom-smart-results {
  max-height: 220px;
  overflow: auto;
  padding: 2px;
}

.recom-smart-item {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 10px 12px;
  border-radius: 9px;
  color: #173c46;
  cursor: pointer;
}

.recom-smart-item:hover {
  background: #eef5f8;
}

.recom-smart-item mark {
  background: #fff3bf;
  color: #173c46;
  padding: 0 2px;
  border-radius: 4px;
}

.recom-smart-empty {
  padding: 10px;
  font-size: 13px;
  color: #5f737d;
}

.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;
  padding-top: 4px;
}

.recom-orders-modal-actions .recom-btn-primary {
  border-radius: 14px;
  min-height: 50px;
  padding: 0 24px;
  font-size: 15px;
}

@media (max-width: 860px) {
  .recom-order-modal-card h3 {
    font-size: 36px;
  }

  .recom-order-modal-card p {
    font-size: 17px;
  }

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

.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: rgba(208, 208, 32, 0.9);
  background: #f3f7cd;
  color: #a24a0a;
  box-shadow: 0 6px 12px -10px rgba(248, 112, 24, 0.9);
}

.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: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  box-shadow: 0 24px 42px -18px rgba(18, 45, 52, 0.5);
  background: linear-gradient(180deg, #fff8f3 0%, #ffffff 62%);
  border: 1px solid #ecdac9;
}

.recom-benef-view-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 20px 16px;
  background: linear-gradient(135deg, #fff8f3 0%, #fff1e7 100%);
  border-bottom: 1px solid #eedbcf;
}

.recom-benef-view-body {
  padding: 16px 20px 20px;
  overflow-y: auto;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(248, 112, 24, 0.42) rgba(18, 58, 71, 0.06);
}

.recom-benef-view-body::-webkit-scrollbar {
  width: 9px;
}

.recom-benef-view-body::-webkit-scrollbar-track {
  background: rgba(18, 58, 71, 0.06);
  border-radius: 999px;
}

.recom-benef-view-body::-webkit-scrollbar-thumb {
  background: rgba(248, 112, 24, 0.38);
  border-radius: 999px;
}

.recom-benef-view-close {
  position: static;
  width: 34px;
  height: 34px;
  border: 1px solid #d7e0e4;
  border-radius: 999px;
  background: #fff;
  color: #19495a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.recom-benef-view-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.recom-benef-view-print {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #cf5d12;
  background: #f87018;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 18px -14px rgba(207, 93, 18, 0.8);
}

.recom-benef-view-print svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

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

.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: 72px;
  height: 72px;
  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: 12px;
}

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

.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;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.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_dialog .ZebraDialog_Body {
  overflow-x: hidden;
  max-height: 88vh;
}

.recom-pro-modal {
  position: relative;
  padding: 24px 20px 20px;
  background: linear-gradient(180deg, #fff8f3 0%, #fffefc 62%);
  border-top: 4px solid #f87018;
}

.recom-pro-modal h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #123a47;
  line-height: 1.1;
}

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

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

.recom-pro-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #d9c7b9;
  background: #fff4eb;
  color: #8a3f12;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.recom-pro-item {
  border: 1px solid #e6d7cb;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  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: #df9a6f;
  box-shadow: 0 0 0 2px rgba(248, 112, 24, 0.13);
}

.recom-pro-item.is-selected {
  border-color: #f08d4b;
  box-shadow: 0 0 0 2px rgba(248, 112, 24, 0.18);
}

.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, #0f6674 0%, #2a8e9c 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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e48f53;
  background: #f87018;
  color: #fff;
  font-weight: 800;
}

.recom-pro-modal:not(.recom-location-modal) .recom-pro-head {
  background: linear-gradient(180deg, #f3fbfd 0%, #fff9f4 100%);
  border: 1px solid #e5edf0;
  border-radius: 14px;
  padding: 12px;
}

.recom-pro-modal:not(.recom-location-modal) .recom-pro-head-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #e6f3f7;
  color: #196b79;
}

.recom-pro-modal:not(.recom-location-modal) .recom-pro-item .recom-pro-cta {
  min-height: 40px;
  padding: 8px 16px;
}

.recom-location-modal .recom-pro-head {
  background: linear-gradient(180deg, #f5fbfd 0%, #fffaf6 100%);
  border: 1px solid #e7ecef;
  border-radius: 14px;
  padding: 12px;
}

.recom-location-modal .recom-pro-head-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #ffe2d0;
  color: #9a3f09;
}

.recom-location-modal .recom-pro-item .recom-pro-cta {
  min-height: 40px;
  padding: 8px 16px;
}

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

body.recom-booking-modal-open .whatsapp-float,
body.recom-booking-modal-open .scroll-top,
body.recom-booking-modal-open .back-to-top,
body.recom-booking-modal-open .backtotop,
body.recom-booking-modal-open #back-top,
body.recom-booking-modal-open .joinchat,
body.recom-booking-modal-open [class*="joinchat"],
body.recom-booking-modal-open [id*="joinchat"] {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@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-benef-review-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .recom-benef-export-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .recom-dashboard-stats .recom-kpi-card p {
    font-size: 36px;
  }

  .recom-dashboard-layout .recom-card h2 {
    font-size: 30px;
  }

  .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-benef-export-actions .recom-icon-btn {
    width: 100%;
    justify-content: center;
  }

  .recom-dashboard-stats .recom-kpi-card p {
    font-size: 30px;
  }

  .recom-dashboard-layout .recom-card h2 {
    font-size: 26px;
  }

  .recom-dashboard-recent-list strong {
    font-size: 16px;
  }

  .recom-dashboard-recent-list span {
    font-size: 14px;
  }

  .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-filters {
    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: 8px;
    padding: 0 14px 30px;
  }

  .recom-booking-public.recom-booking-catalog .recom-booking-catalog-head h1 {
    font-size: clamp(46px, 12vw, 58px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-shadow: 0 6px 18px rgba(163, 62, 12, 0.16);
  }

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

  .recom-booking-public .recom-catalog-shell {
    border-radius: 18px;
    padding: 12px;
  }

  .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: 0 2px 6px;
    gap: 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .recom-booking-public .recom-catalog-chips::-webkit-scrollbar {
    display: none;
  }

  .recom-booking-public .recom-catalog-chip {
    flex: 0 0 auto;
    min-height: 44px;
    max-width: 170px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    scroll-snap-align: start;
  }

  .recom-booking-public .recom-catalog-chip .material-symbols-outlined {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .recom-booking-public .recom-catalog-chip span,
  .recom-booking-public .recom-catalog-chip strong,
  .recom-booking-public .recom-catalog-chip em {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

  .recom-booking-public .recom-catalog-pagination {
    margin-top: 12px;
  }

  .recom-booking-public .recom-catalog-pagination-btn {
    width: 100%;
    max-width: 240px;
  }

  .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_dialog .recom-pro-item {
    grid-template-columns: 44px 1fr !important;
    align-items: start;
  }

  .recom_pro_dialog .recom-pro-meta {
    min-width: 0;
  }

  .recom_pro_dialog .recom-pro-name {
    font-size: 17px;
    line-height: 1.15;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .recom_pro_dialog .recom-pro-role {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 6px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

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

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

  .recom_pro_dialog .recom-pro-cta {
    grid-column: 1 / -1 !important;
    justify-self: start;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: center;
    margin-top: 4px;
  }

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

  .recom-benef-view-top {
    flex-direction: column;
    align-items: stretch;
  }

  .recom-benef-view-actions {
    justify-content: space-between;
  }

  .recom-benef-view-print {
    flex: 1 1 auto;
    justify-content: center;
  }

  .recom-benef-view-grid {
    grid-template-columns: 1fr;
  }
}
.recom-hidden-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

[data-sponsor-submit-status] {
  min-height: 18px;
  margin-top: 8px;
}

[data-sponsor-submit-status].is-error {
  color: #b23b1b;
  font-weight: 700;
}
.recom-email-rules-head,
.recom-email-rule-row {
    display: grid;
    grid-template-columns: 1.3fr 1.2fr .5fr .4fr;
    gap: 12px;
    align-items: start;
}

.recom-email-screen {
    background: linear-gradient(180deg, #fffdfa 0%, #fff8f2 100%);
    border: 1px solid #efd9c5;
}

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

.recom-email-summary-card {
    background: #fff;
    border: 1px solid #ecd9c7;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 6px 18px -10px rgba(17, 43, 61, .32);
}

.recom-email-summary-card strong {
    display: block;
    color: #163b56;
    font-size: 16px;
    margin-top: 4px;
}

.recom-email-summary-kicker {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #4f6474;
    text-transform: uppercase;
}

.recom-email-summary-card.is-warning {
    border-color: #f4d7bc;
    background: #fff5eb;
}

.recom-email-summary-card.is-ok {
    border-color: #cfead9;
    background: #f3fbf6;
}

.recom-email-form .recom-inst-panel {
    border-radius: 16px;
    border-color: #ead6c2;
    background: #fff;
}

.recom-email-mode-panel {
    background: radial-gradient(circle at top right, #fff3e7 0%, #fff 55%);
}

.recom-email-flow-grid > label {
    background: #fffefc;
    border: 1px solid #efe3d4;
    border-radius: 12px;
    padding: 10px;
}

.recom-email-flow-grid > label > span {
    font-weight: 700;
}

.recom-email-actions-bar {
    position: sticky;
    bottom: 8px;
    z-index: 7;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #ecdac8;
    border-radius: 14px;
    padding: 10px;
    backdrop-filter: blur(4px);
}

.recom-email-mode-status {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 8px 0 14px;
}

.recom-email-mode-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 700;
    font-size: 13px;
    background: #e8f4ff;
    color: #0f4a75;
}

.recom-email-mode-badge.is-test {
    background: #fff0e8;
    color: #a54805;
}

.recom-email-mode-badge.is-prod {
    background: #eaf7ef;
    color: #1c6a3a;
}

.recom-email-mode-summary {
    color: #334b5f;
    font-size: 13px;
}

[data-email-catchall-wrap].is-highlight input {
    border-color: #f87018;
    box-shadow: 0 0 0 2px rgba(248, 112, 24, .16);
}

.recom-email-routing-preview {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #dfd4c2;
}

.recom-email-routing-preview h4 {
    margin: 0 0 8px;
    font-size: 14px;
    color: #1f3f58;
}

.recom-email-routing-preview .recom-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.recom-email-routing-preview .recom-list li span {
    text-align: right;
}

.recom-email-mode-alert {
    border: 1px solid #ffd7bf;
    background: #fff4ec;
    color: #8a3a03;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 8px 0 10px;
    font-weight: 600;
}

.recom-email-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 700;
    margin-right: 6px;
}

.recom-email-chip.is-ok {
    background: #e9f8ef;
    color: #1c6a3a;
}

.recom-email-chip.is-warn {
    background: #fff4d6;
    color: #8a6300;
}

.recom-email-chip.is-neutral {
    background: #ebf1f6;
    color: #355066;
}

@media (max-width: 980px) {
    .recom-email-summary-cards {
        grid-template-columns: 1fr;
    }
}

.recom-email-rules-head {
    font-weight: 700;
    color: #1f3f58;
    margin-bottom: 10px;
}

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

.recom-email-rule-row {
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 12px;
    padding: 12px;
}

.recom-email-rule-row select,
.recom-email-rule-row input[type="text"] {
    width: 100%;
    margin-bottom: 8px;
}

@media (max-width: 900px) {
    .recom-email-rules-head {
        display: none;
    }

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