/* BetaForge system final polish */
html { scroll-behavior: smooth; }
a, button { -webkit-tap-highlight-color: transparent; }
.betaforge-mobile-nav {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 -8px 28px rgba(15,23,42,.08);
}
.betaforge-mobile-nav a { min-width: 58px; }
.betaforge-content-scroll { scrollbar-width: thin; scrollbar-color: #cbd5e1 transparent; }
.betaforge-content-scroll::-webkit-scrollbar { width: 6px; height: 6px; }
.betaforge-content-scroll::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 999px; }
.betaforge-content-scroll::-webkit-scrollbar-track { background: transparent; }

/* Keep service chips horizontally scrollable while hiding the visual scrollbar. */
.betaforge-chip-row {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}
.betaforge-chip-row::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  body { padding-bottom: 78px; }
  main { max-width: 100%; }
  .betaforge-card-soft { border-radius: 18px; }
}
@media (min-width: 768px) {
  .betaforge-mobile-nav { display: none !important; }
  body.betaforge-home-page { overflow: hidden; }
}


.betaforge-admin-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 95;
  pointer-events: none;
}
.betaforge-admin-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.36);
  opacity: 0;
  transition: opacity .22s ease;
}
.betaforge-admin-drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(82vw, 280px);
  height: 100%;
  transform: translateX(-100%);
  transition: transform .24s ease;
  box-shadow: 0 18px 38px rgba(15,23,42,.18);
}
.betaforge-admin-drawer-overlay.is-open {
  pointer-events: auto;
}
.betaforge-admin-drawer-overlay.is-open .betaforge-admin-drawer-backdrop {
  opacity: 1;
}
.betaforge-admin-drawer-overlay.is-open .betaforge-admin-drawer-panel {
  transform: translateX(0);
}




body { font-family: Inter, "Noto Sans Sinhala", "Noto Sans Tamil", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
select, .form-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%2345464D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 20px 20px !important;
  padding-right: 48px !important;
}
select::-ms-expand { display:none; }
.betaforge-helpful-btn.betaforge-liked { font-weight: 700; }
.betaforge-helpful-btn.betaforge-liked .material-symbols-outlined { font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24; }


/* Full bugfix safety styles */
body.betaforge-home-page {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
body.betaforge-home-page main,
body.betaforge-home-page main > div {
  width: 100% !important;
  min-width: 0 !important;
}
body.betaforge-home-page .betaforge-content-scroll {
  min-width: 0 !important;
}
body.betaforge-home-page #review-feed,
body.betaforge-home-page #review-feed article {
  min-width: 0 !important;
}
.betaforge-helpful-btn.betaforge-liked {
  font-weight: 700;
}
.betaforge-helpful-btn.betaforge-liked .material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}
@media (min-width: 768px) {
  body.betaforge-home-page { overflow:auto !important; }
}


/* Desktop-safe layout lock - prevents mobile fixes from breaking PC view */
body.betaforge-home-page {
  overflow-x: hidden !important;
}

body.betaforge-home-page .betaforge-public-main {
  width: 100% !important;
  min-height: 100vh !important;
}

@media (min-width: 768px) {
  body.betaforge-home-page {
    overflow-y: auto !important;
  }

  body.betaforge-home-page .betaforge-public-shell {
    width: 100% !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    display: grid !important;
    grid-template-columns: 280px minmax(0, 1fr) !important;
    gap: 40px !important;
    align-items: start !important;
  }

  body.betaforge-home-page .betaforge-public-sidebar {
    display: flex !important;
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    position: sticky !important;
    top: 88px !important;
    align-self: start !important;
    height: auto !important;
    max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important;
  }

  body.betaforge-home-page .betaforge-public-content {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: visible !important;
  }

  body.betaforge-home-page .betaforge-public-feed {
    width: 100% !important;
    max-width: 760px !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  body.betaforge-home-page .betaforge-public-feed article {
    width: 100% !important;
    max-width: 760px !important;
    min-width: 0 !important;
  }

  body.betaforge-home-page .betaforge-public-footer {
    width: 100% !important;
    max-width: 760px !important;
    min-width: 0 !important;
  }
}

@media (min-width: 1280px) {
  body.betaforge-home-page .betaforge-public-shell {
    max-width: 1360px !important;
    grid-template-columns: 300px minmax(0, 1fr) !important;
  }

  body.betaforge-home-page .betaforge-public-sidebar {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
  }

  body.betaforge-home-page .betaforge-public-feed,
  body.betaforge-home-page .betaforge-public-feed article,
  body.betaforge-home-page .betaforge-public-footer {
    max-width: 820px !important;
  }
}

@media (max-width: 767px) {
  body.betaforge-home-page .betaforge-public-shell {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.betaforge-home-page .betaforge-public-sidebar {
    display: none !important;
  }

  body.betaforge-home-page .betaforge-public-content,
  body.betaforge-home-page .betaforge-public-feed,
  body.betaforge-home-page .betaforge-public-footer {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* Desktop Add Review entry point */
.betaforge-desktop-add-review {
  white-space: nowrap;
}
.betaforge-floating-review {
  box-shadow: 0 14px 35px rgba(0, 88, 190, 0.22);
}
@media (max-width: 767px) {
  .betaforge-floating-review {
    bottom: 18px !important;
    right: 18px !important;
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    justify-content: center !important;
  }
}


/* BetaForge brand system */
:root {
  --bf-navy: #102A43;
  --bf-blue: #0789E8;
  --bf-cyan: #10B8F4;
  --bf-soft: #EEF7FF;
  --bf-line: #C4D8E8;
}

body {
  background-color: #F6FBFF;
  background-image:
    radial-gradient(circle at 8% 0%, rgba(16,184,244,.10), transparent 28rem),
    radial-gradient(circle at 100% 18%, rgba(7,137,232,.08), transparent 30rem);
}

/* Apply the glass background only to the page-level navigation header.
   Keeping this scoped prevents content <header> blocks from turning into white rectangles. */
body > header {
  background: rgba(255,255,255,.91) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-color: rgba(159,190,215,.65) !important;
}

/* Homepage hero heading must remain part of the page background. */
body.betaforge-home-page .betaforge-public-content > header {
  background: transparent !important;
  background-image: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.betaforge-logo-inline {
  display: block;
  width: auto;
  height: 34px;
  max-width: 190px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(16,42,67,.07));
}

footer .betaforge-logo-inline { height: 28px; max-width: 160px; }

.betaforge-eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(7,137,232,.18);
  border-radius: 999px;
  color: var(--bf-blue);
  background: rgba(238,247,255,.88);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.betaforge-eyebrow img { width: 18px; height: 18px; object-fit: contain; }

.bg-secondary {
  background: linear-gradient(135deg, var(--bf-blue), var(--bf-cyan)) !important;
  box-shadow: 0 10px 24px rgba(7,137,232,.18);
}
.bg-primary {
  background: linear-gradient(135deg, #102A43, #173F5F) !important;
}
.text-secondary { color: var(--bf-blue) !important; }
.border-secondary { border-color: var(--bf-blue) !important; }
.focus\:border-secondary:focus { border-color: var(--bf-blue) !important; }

.betaforge-card-soft,
.tonal-card,
section.bg-surface-container-lowest,
main > div.bg-surface-container-lowest {
  box-shadow: 0 12px 34px rgba(16,42,67,.055);
}

.betaforge-card-soft:hover,
.tonal-card:hover {
  box-shadow: 0 18px 42px rgba(7,137,232,.10);
  transform: translateY(-1px);
}

.betaforge-public-sidebar,
aside.bg-surface-container-low {
  background: linear-gradient(180deg, rgba(246,251,255,.98), rgba(238,247,255,.94)) !important;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--bf-blue) !important;
  box-shadow: 0 0 0 3px rgba(7,137,232,.12) !important;
}

.betaforge-login-page {
  background:
    radial-gradient(circle at 15% 10%, rgba(16,184,244,.20), transparent 26rem),
    radial-gradient(circle at 90% 90%, rgba(7,137,232,.14), transparent 30rem),
    #F6FBFF !important;
}
.betaforge-login-card {
  border-color: rgba(143,181,211,.55) !important;
  box-shadow: 0 28px 70px rgba(16,42,67,.14) !important;
  border-radius: 24px !important;
}
.betaforge-login-brand { text-align: center; }
.betaforge-login-logo {
  display: block;
  width: 178px;
  max-height: 138px;
  object-fit: contain;
  margin: 0 auto 4px;
}

@media (max-width: 767px) {
  .betaforge-logo-inline { height: 30px; max-width: 168px; }
  .betaforge-eyebrow { font-size: 10px; }
}

/* Single-action safeguards: one FAB and one select arrow only */
.betaforge-floating-review { isolation: isolate; }
select { background-origin: border-box !important; }

/* 2026-07 mobile hero alignment and navigation refinement */
.betaforge-site-header {
  height: 76px !important;
  padding: 8px 14px 0 !important;
  background: transparent !important;
  border-bottom: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.betaforge-site-header > nav {
  width: 100% !important;
  max-width: 1360px !important;
  height: 58px !important;
  margin: 0 auto !important;
  padding-left: 18px !important;
  padding-right: 12px !important;
  border: 1px solid rgba(159, 190, 215, .68);
  border-radius: 18px;
  background: rgba(255, 255, 255, .91);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(16, 42, 67, .09);
}

.betaforge-site-header > nav > div:last-child > button {
  width: 40px;
  height: 40px;
  padding: 0 !important;
  display: inline-grid;
  place-items: center;
  color: var(--bf-blue);
  border: 1px solid rgba(7, 137, 232, .18);
  background: linear-gradient(145deg, rgba(238, 247, 255, .98), rgba(215, 238, 255, .92));
  box-shadow: 0 7px 18px rgba(7, 137, 232, .11);
}

.betaforge-site-header > nav > div:last-child > button:hover {
  background: #e5f3ff !important;
  transform: translateY(-1px);
}

body.betaforge-home-page .betaforge-public-main {
  padding-top: 76px !important;
}

@media (min-width: 768px) {
  .betaforge-site-header {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .betaforge-site-header > nav {
    padding-left: 22px !important;
    padding-right: 14px !important;
  }
}

@media (max-width: 767px) {
  .betaforge-site-header {
    height: 72px !important;
    padding: 7px 10px 0 !important;
  }

  .betaforge-site-header > nav {
    height: 56px !important;
    padding-left: 14px !important;
    padding-right: 9px !important;
    border-radius: 17px;
  }

  .betaforge-site-header .betaforge-logo-inline {
    height: 29px !important;
    max-width: 154px !important;
  }

  .betaforge-site-header > nav > div:last-child {
    gap: 8px !important;
  }

  .betaforge-site-header > nav > div:last-child > button {
    width: 38px;
    height: 38px;
  }

  body.betaforge-home-page .betaforge-public-main {
    padding-top: 72px !important;
  }

  body.betaforge-home-page .betaforge-hero-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 4px 2px;
    text-align: center;
  }

  body.betaforge-home-page .betaforge-hero-header > div {
    align-items: center !important;
    gap: 16px !important;
  }

  body.betaforge-home-page .betaforge-hero-header > div > div:first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body.betaforge-home-page .betaforge-hero-header .betaforge-eyebrow {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }

  body.betaforge-home-page .betaforge-hero-header h1 {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(34px, 10.5vw, 42px) !important;
    line-height: 1.15 !important;
    letter-spacing: -.035em;
    text-align: center;
  }

  body.betaforge-home-page .betaforge-hero-header p {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  body.betaforge-home-page .betaforge-hero-header > div > div:last-child {
    width: auto !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding: 11px 17px !important;
    box-shadow: 0 9px 24px rgba(7, 137, 232, .08);
  }
}


/* Refined public footer */
.betaforge-public-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-top: 40px;
  padding: 24px !important;
  border: 1px solid rgba(137, 181, 215, .58) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(239,248,255,.96)) !important;
  box-shadow: 0 18px 46px rgba(16, 42, 67, .08);
}
.betaforge-public-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--bf-blue), var(--bf-cyan), transparent);
  opacity: .9;
}
.betaforge-public-footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 220px;
  right: -95px;
  top: -115px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,184,244,.14), transparent 68%);
  pointer-events: none;
}
.betaforge-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.betaforge-footer-brand {
  min-width: 0;
}
.betaforge-footer-logo-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 9px;
}
.betaforge-public-footer .betaforge-logo-inline {
  height: 31px;
  max-width: 168px;
}
.betaforge-footer-brand > p {
  margin: 0;
  max-width: 390px;
  color: #53687a;
  font-size: 13px;
  line-height: 1.55;
}
.betaforge-footer-trust {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(7,137,232,.17);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--bf-blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .025em;
}
.betaforge-footer-trust .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: 'FILL' 1;
}
.betaforge-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: 9px;
  flex: 0 0 auto;
}
.betaforge-footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 43px;
  padding: 9px 12px;
  border: 1px solid rgba(137,181,215,.46);
  border-radius: 13px;
  background: rgba(255,255,255,.82);
  color: #314b61;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.betaforge-footer-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(7,137,232,.46);
  color: var(--bf-blue);
  box-shadow: 0 9px 20px rgba(7,137,232,.10);
}
.betaforge-footer-links .material-symbols-outlined {
  font-size: 18px;
}
.betaforge-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(137,181,215,.38);
}
.betaforge-footer-bottom p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #647789;
  font-size: 11px;
  line-height: 1.4;
}
.betaforge-status-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #18a66a;
  box-shadow: 0 0 0 4px rgba(24,166,106,.10);
}
.betaforge-footer-area {
  width: 100%;
  padding: 0 24px 24px;
}
.betaforge-footer-area .betaforge-public-footer {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .betaforge-public-footer {
    margin-top: 32px;
    padding: 22px 18px 18px !important;
    border-radius: 22px !important;
  }
  .betaforge-public-footer::before {
    left: 18px;
    right: 18px;
  }
  .betaforge-footer-top {
    flex-direction: column;
    align-items: stretch;
    gap: 19px;
  }
  .betaforge-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .betaforge-footer-logo-link {
    margin-bottom: 8px;
  }
  .betaforge-public-footer .betaforge-logo-inline {
    height: 30px;
    max-width: 160px;
  }
  .betaforge-footer-brand > p {
    max-width: 285px;
    font-size: 12px;
  }
  .betaforge-footer-trust {
    margin-top: 11px;
  }
  .betaforge-footer-links {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .betaforge-footer-links a {
    min-width: 0;
    min-height: 42px;
    padding: 8px 10px;
  }
  .betaforge-footer-links a:last-child {
    grid-column: 1 / -1;
  }
  .betaforge-footer-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    margin-top: 17px;
    padding-top: 14px;
    text-align: center;
  }
  .betaforge-footer-bottom p {
    justify-content: center;
  }
  .betaforge-footer-area {
    padding: 0 16px 94px;
  }
}

/* Final flat, centered BetaForge footer */
.betaforge-public-footer,
.betaforge-footer-area .betaforge-public-footer {
  position: relative;
  overflow: visible;
  isolation: auto;
  width: 100%;
  max-width: 1080px;
  margin: 42px auto 0;
  padding: 34px 24px 42px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.betaforge-public-footer::before,
.betaforge-public-footer::after {
  display: none !important;
  content: none !important;
}
.betaforge-footer-top {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-align: center;
}
.betaforge-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
}
.betaforge-footer-logo-link {
  margin-bottom: 8px;
}
.betaforge-footer-brand > p {
  max-width: 430px;
  text-align: center;
}
.betaforge-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 18px;
}
.betaforge-footer-links a {
  min-height: auto;
  padding: 7px 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.betaforge-footer-links a:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}
.betaforge-footer-bottom {
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  max-width: 680px;
  margin: 22px auto 0;
  padding-top: 16px;
  text-align: center;
}
.betaforge-footer-bottom p {
  justify-content: center;
  text-align: center;
}
.betaforge-footer-area {
  padding: 0 24px 24px;
}
body.betaforge-home-page .betaforge-public-footer {
  padding-bottom: 104px !important;
}
.betaforge-recommended-by,
.betaforge-admin-recommended {
  margin-top: 9px;
  color: #6a7d8f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}
.betaforge-admin-recommended {
  margin-top: 3px;
  color: #0789e8;
}

/* Admin review moderation controls */
.betaforge-admin-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.betaforge-admin-actions button {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  transition: background-color .18s ease, opacity .18s ease;
}
.betaforge-admin-actions button:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.betaforge-action-view { color: #52687a; }
.betaforge-action-view:hover { background: #eef5fa; }
.betaforge-action-approve { color: #15803d; }
.betaforge-action-approve:hover { background: #dcfce7; }
.betaforge-action-reject { color: #b45309; }
.betaforge-action-reject:hover { background: #fef3c7; }
.betaforge-action-delete { color: #c62828; }
.betaforge-action-delete:hover { background: #fee2e2; }
.betaforge-admin-actions .material-symbols-outlined { font-size: 20px; }

.betaforge-review-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}
.betaforge-review-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 29, 45, .55);
  backdrop-filter: blur(3px);
}
.betaforge-review-modal-card {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: min(760px, 90vh);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid #c4d8e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16, 42, 67, .22);
}
.betaforge-review-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.betaforge-review-detail-grid > div {
  min-width: 0;
  padding: 13px;
  border-radius: 12px;
  background: #f6fbff;
}
.betaforge-review-detail-grid span {
  display: block;
  margin-bottom: 4px;
  color: #6a7d8f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.betaforge-review-detail-grid strong,
.betaforge-review-detail-grid p {
  display: block;
  margin: 0;
  overflow-wrap: anywhere;
  color: #102a43;
  font-size: 14px;
  line-height: 1.55;
}
.betaforge-review-detail-full { grid-column: 1 / -1; }

@media (max-width: 767px) {
  .betaforge-public-footer,
  .betaforge-footer-area .betaforge-public-footer {
    margin-top: 30px;
    padding: 28px 16px 34px !important;
  }
  body.betaforge-home-page .betaforge-public-footer {
    padding-bottom: 112px !important;
  }
  .betaforge-footer-area {
    padding: 0 16px 18px;
  }
  .betaforge-footer-links {
    width: 100%;
    display: flex;
    gap: 4px 14px;
  }
  .betaforge-footer-links a,
  .betaforge-footer-links a:last-child {
    grid-column: auto;
    width: auto;
    padding: 7px 3px;
  }
  .betaforge-review-modal-card {
    padding: 18px;
    border-radius: 16px;
  }
  .betaforge-review-detail-grid {
    grid-template-columns: 1fr;
  }
  .betaforge-review-detail-full { grid-column: auto; }
}
