/* ============================================================================
 * people-search.css — Radar "Important Persons" search vertical.
 * Reuses the warm-cream brand palette (#705d00 primary, #fcf9f4 surface) and
 * sb-* sidebar component classes from search.php. Only people-specific
 * components (ps-*) live here.
 * ========================================================================== */

/* ---- Layout ---- */
#people_results { display: flex; flex-direction: column; gap: 14px; }
#people_results.ps-variant-A { gap: 8px; }

/* ---- Results toolbar ---- */
.ps-toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  flex-wrap: wrap; margin-bottom: 14px;
}
.ps-results-count {
  font-family: 'Manrope', sans-serif; font-size: 20px; font-weight: 800; color: #1c1c19;
}
.ps-toolbar-right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ps-sort-wrap { display: flex; align-items: center; gap: 6px; }
.ps-sort-wrap label { font-size: 11px; font-weight: 700; color: #6b6253; text-transform: uppercase; letter-spacing: 0.06em; }
#ps-sort-select {
  background: #fff; border: 1.5px solid #d0c6ab; border-radius: 10px;
  padding: 8px 30px 8px 12px; font-family: 'Inter', sans-serif; font-size: 12px;
  font-weight: 600; color: #1c1c19; outline: none; cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%234d4732' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat; background-position: right 10px center;
}

/* ---- A/B variant pill in toolbar ---- */
.ps-variant-tag {
  display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; color: #705d00;
  background: #f0ede8; border-radius: 999px; padding: 4px 10px;
}

/* ---- Entitlement notice ---- */
#ps-entitlement-notice {
  display: flex; align-items: center; gap: 8px; background: #fff7e6;
  border: 1px solid #e6b800; border-radius: 10px; padding: 10px 14px;
  font-family: 'Inter', sans-serif; font-size: 12.5px; color: #7a5a2a; margin-bottom: 14px;
}
#ps-entitlement-notice .material-symbols-outlined { font-size: 16px; color: #b58a00; }
#ps-entitlement-notice a { color: #705d00; font-weight: 700; }
#ps-entitlement-notice .ps-ent-text { flex: 1 1 auto; }
#ps-entitlement-notice .ps-ent-close {
  flex: 0 0 auto; background: none; border: none; cursor: pointer;
  font-size: 18px; line-height: 1; color: #b58a00; padding: 0 2px; opacity: 0.7;
}
#ps-entitlement-notice .ps-ent-close:hover { opacity: 1; }
/* The `#ps-entitlement-notice { display:flex }` ID rule beats the `.hidden`
   class on specificity, so adding `.hidden` never hid it — it stayed on as an
   empty yellow box. This ID+class rule wins and actually hides it. */
#ps-entitlement-notice.hidden { display: none !important; }

/* ---- State cards (empty / error) ---- */
.ps-state-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: #fff; border: 1px dashed #d0c6ab; border-radius: 16px;
  padding: 48px 28px; font-family: 'Inter', sans-serif;
}
.ps-state-title { font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 800; color: #1c1c19; margin-top: 12px; }
.ps-state-sub { font-size: 13px; color: #6b6253; line-height: 1.55; max-width: 420px; margin-top: 6px; }

/* ---- Loading spinner ---- */
#ps-loading { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 36px; color: #705d00; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; }
/* The bare `.hidden { display:none }` class loses to the #ps-loading ID rule on
   specificity, so toggling `.hidden` never hid the spinner — "Searching people…"
   stayed on screen over the results. This ID+class rule wins and hides it. */
#ps-loading.hidden { display: none !important; }
.ps-spin { animation: ps-spin 0.8s linear infinite; }
@keyframes ps-spin { to { transform: rotate(360deg); } }

/* ---- Filter autocomplete dropdown (location, etc.) ---- */
.ps-ac-drop { position: absolute; left: 0; right: 0; top: 100%; z-index: 60; background: #fff; border: 1px solid #e6e0c8; border-top: none; border-radius: 0 0 10px 10px; box-shadow: 0 10px 26px rgba(60, 50, 10, 0.12); max-height: 268px; overflow-y: auto; }
.ps-ac-item { display: flex; align-items: center; gap: 8px; padding: 9px 12px; font-family: 'Inter', sans-serif; font-size: 13px; color: #3a3320; cursor: pointer; border-bottom: 1px solid #f3eeda; }
.ps-ac-item:last-child { border-bottom: none; }
.ps-ac-item:hover { background: #faf6e6; }
.ps-ac-item .material-symbols-outlined { font-size: 17px; color: #b9a75e; }

/* ============================================================================
 * PERSON CARD — shared
 * ========================================================================== */
.ps-card {
  background: #fff; border: 1px solid #e5e2dd; border-radius: 16px;
  box-shadow: 0 1px 4px rgba(28,28,25,0.05); transition: box-shadow 0.15s, transform 0.15s;
  font-family: 'Inter', sans-serif;
}
.ps-card:hover { box-shadow: 0 6px 22px rgba(112,93,0,0.12); }

.ps-avatar { border-radius: 50%; object-fit: cover; background: #f6f3ee; border: 2px solid #fff; box-shadow: 0 1px 6px rgba(28,28,25,0.12); display: block; }
.ps-avatar-initials {
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: 'Manrope', sans-serif; font-weight: 800; letter-spacing: 0.02em;
  border: 2px solid #fff; box-shadow: 0 1px 6px rgba(28,28,25,0.12);
}

.ps-name { font-family: 'Manrope', sans-serif; font-weight: 800; color: #1c1c19; margin: 0; line-height: 1.2; }
.ps-name-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ps-headline { font-size: 13px; color: #4d4732; font-weight: 600; margin-top: 2px; }
.ps-loc { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; color: #6b6253; margin-top: 4px; }
.ps-loc .material-symbols-outlined { font-size: 15px; color: #9a8f7e; }

.ps-summary { font-size: 13px; color: #4d4732; line-height: 1.6; margin: 12px 0 0; }

/* Role badges */
.ps-roles { display: flex; flex-wrap: wrap; gap: 5px; }
.ps-role-badge {
  font-size: 10px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 999px; background: #f0ede8; color: #4d4732;
}
.ps-role-founder   { background: #fff0d6; color: #8a5a00; }
.ps-role-executive { background: #e6f0fb; color: #0060ac; }
.ps-role-investor  { background: #eaf7ec; color: #2e7d32; }
.ps-role-board     { background: #f3e9fb; color: #6a3fa0; }

/* Score badge */
.ps-score-badge {
  display: inline-flex; flex-direction: column; align-items: center;
  background: #705d00; color: #fff; border-radius: 12px; padding: 5px 11px;
  line-height: 1.05; flex-shrink: 0;
}
.ps-score-label { font-size: 8px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }
.ps-score-val { font-family: 'Manrope', sans-serif; font-size: 17px; font-weight: 900; }

/* Skills */
.ps-skills { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.ps-skill-chip { font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 999px; background: #f0ede8; color: #4d4732; }

/* Stats (founder / investor) */
.ps-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.ps-stat { font-size: 12px; color: #6b6253; background: #fcf9f4; border: 1px solid #ede9e0; border-radius: 8px; padding: 4px 10px; }
.ps-stat b { color: #1c1c19; font-weight: 800; }

/* Credentials (edu + experience) */
.ps-credentials { margin-top: 12px; display: flex; flex-direction: column; gap: 5px; }
.ps-edu, .ps-exp-row { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #4d4732; }
.ps-edu .material-symbols-outlined, .ps-exp-row .material-symbols-outlined { font-size: 15px; color: #9a8f7e; flex-shrink: 0; }
.ps-edu-yr { color: #9a8f7e; font-size: 11px; }

/* Card actions */
.ps-card-actions { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.ps-cta {
  display: inline-flex; align-items: center; gap: 6px; border: 1px solid #d0c6ab;
  background: #fff; color: #4d4732; border-radius: 10px; padding: 8px 14px;
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700; cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.ps-cta .material-symbols-outlined { font-size: 17px; }
.ps-cta:hover { background: #f0ede8; color: #705d00; }
.ps-cta-reveal { background: #705d00; border-color: #705d00; color: #fff; }
.ps-cta-reveal:hover { background: #5a4b00; color: #fff; }
.ps-cta-active { background: #705d00 !important; border-color: #705d00 !important; color: #fff !important; }
.ps-cta:disabled { opacity: 0.7; cursor: default; }

/* ============================================================================
 * VARIANT B — rich card (large photo, full bio, prominent scores)
 * ========================================================================== */
.ps-card-rich { padding: 22px 24px; }
.ps-card-rich .ps-card-top { display: flex; gap: 18px; align-items: flex-start; }
.ps-card-rich .ps-avatar-wrap { flex-shrink: 0; }
.ps-card-rich .ps-card-headinfo { flex: 1; min-width: 0; }
.ps-card-rich .ps-name { font-size: 19px; }
.ps-card-rich .ps-roles { margin-top: 8px; }

/* ============================================================================
 * VARIANT A — compact horizontal row (smaller photo, dense)
 * ========================================================================== */
.ps-card-compact {
  display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-radius: 12px;
}
.ps-card-compact .ps-avatar-wrap { flex-shrink: 0; }
.ps-card-compact .ps-compact-main { flex: 1; min-width: 0; }
.ps-card-compact .ps-name { font-size: 15px; }
.ps-card-compact .ps-headline { font-size: 12px; margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ps-card-compact .ps-compact-meta { display: flex; align-items: center; gap: 12px; margin-top: 4px; flex-wrap: wrap; }
.ps-card-compact .ps-loc { margin-top: 0; }
.ps-roles-inline { display: inline-flex; }
.ps-skills-inline { margin-top: 0; }
.ps-card-compact .ps-compact-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.ps-card-compact .ps-card-actions { margin-top: 0; }
.ps-card-compact .ps-cta { padding: 6px 10px; }
.ps-card-compact .ps-cta-txt { display: none; }    /* icon-only in compact mode */
@media (max-width: 720px) {
  .ps-card-compact { flex-wrap: wrap; }
  .ps-card-compact .ps-compact-right { width: 100%; justify-content: space-between; }
}

/* ============================================================================
 * PAGINATION
 * ========================================================================== */
#ps-pagination {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  padding: 26px 0 8px; margin-top: 14px; border-top: 1px solid rgba(208,198,171,0.35);
}
.ps-page-btn {
  display: inline-flex; align-items: center; gap: 4px; border: 1px solid #d0c6ab;
  background: #fff; color: #4d4732; border-radius: 10px; padding: 9px 18px;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; cursor: pointer;
}
.ps-page-btn:hover:not(:disabled) { background: #f0ede8; color: #705d00; }
.ps-page-btn:disabled { opacity: 0.4; cursor: default; }
.ps-page-btn .material-symbols-outlined { font-size: 18px; }
.ps-page-info { font-size: 12px; font-weight: 600; color: #6b6253; }

/* ============================================================================
 * SHORTLIST DRAWER
 * ========================================================================== */
#ps-shortlist-overlay {
  position: fixed; inset: 0; background: rgba(28,28,25,0.35); z-index: 10040;
  opacity: 0; pointer-events: none; transition: opacity 0.2s;
}
#ps-shortlist-overlay.open { opacity: 1; pointer-events: auto; }
#ps-shortlist-drawer {
  position: fixed; top: 0; right: 0; height: 100vh; width: 420px; max-width: 92vw;
  background: #fcf9f4; z-index: 10050; box-shadow: -12px 0 40px rgba(28,28,25,0.18);
  transform: translateX(100%); transition: transform 0.24s ease-out;
  display: flex; flex-direction: column; font-family: 'Inter', sans-serif;
}
#ps-shortlist-drawer.open { transform: translateX(0); }
.ps-sl-head {
  display: flex; align-items: center; justify-content: space-between; padding: 18px 20px;
  border-bottom: 1px solid #ede9e0;
}
.ps-sl-head h2 { font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 800; color: #1c1c19; margin: 0; }
#ps-shortlist-count { font-size: 12px; color: #6b6253; font-weight: 600; }
#ps-shortlist-close { background: none; border: none; cursor: pointer; color: #9a8f7e; font-size: 22px; line-height: 1; }
#ps-shortlist-close:hover { color: #705d00; }
#ps-shortlist-body { flex: 1; overflow-y: auto; padding: 14px 16px; }
.ps-sl-loading { display: flex; align-items: center; gap: 8px; color: #705d00; font-size: 13px; padding: 20px; }
.ps-sl-row {
  display: flex; align-items: flex-start; gap: 12px; background: #fff;
  border: 1px solid #e5e2dd; border-radius: 12px; padding: 12px; margin-bottom: 10px;
}
.ps-sl-info { flex: 1; min-width: 0; }
.ps-sl-name { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14px; color: #1c1c19; }
.ps-sl-head { font-size: 12px; color: #6b6253; margin-top: 1px; }
.ps-sl-contact { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.ps-sl-chip { font-size: 11px; background: #f0ede8; color: #705d00; border-radius: 999px; padding: 3px 9px; text-decoration: none; font-weight: 600; }
.ps-sl-chip:hover { background: #e5e2dd; }
.ps-sl-nocontact { font-size: 11px; color: #9a8f7e; }
.ps-sl-remove { background: none; border: none; cursor: pointer; color: #b9a75e; flex-shrink: 0; }
.ps-sl-remove:hover { color: #705d00; }
.ps-sl-remove .material-symbols-outlined { font-size: 18px; }
.ps-sl-foot { padding: 16px 20px; border-top: 1px solid #ede9e0; }
#ps-bulk-reveal-btn {
  width: 100%; background: #705d00; color: #fff; border: none; border-radius: 12px;
  padding: 13px; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 13px;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px;
}
#ps-bulk-reveal-btn:hover:not(:disabled) { background: #5a4b00; }
#ps-bulk-reveal-btn:disabled { opacity: 0.5; cursor: default; }
.ps-sl-foot-note { font-size: 11px; color: #9a8f7e; text-align: center; margin-top: 8px; }

/* ---- Sidebar number inputs ---- */
.ps-num-input {
  width: 100%; background: #f0ede8; border: none; border-radius: 8px; padding: 9px 12px;
  font-family: 'Inter', sans-serif; font-size: 12px; color: #1c1c19; outline: none;
}
.ps-num-input:focus { box-shadow: 0 0 0 2px rgba(112,93,0,0.18); }

/* ---- Filter counter badge (nav) ---- */
#ps-filter-counter {
  background: #705d00; color: #fff; font-size: 10px; font-weight: 800; border-radius: 999px;
  padding: 1px 6px; min-width: 16px; text-align: center;
}

/* ============================================================================
 * Social links (always visible, ungated) + bulk-select + bulk action bar
 * ========================================================================== */

/* Social link chips — sit on the right of every card. */
.ps-social { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.ps-card-rich .ps-social { margin-left: auto; align-self: flex-start; padding-top: 2px; }
.ps-soc {
  width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid #d0c6ab; background: #fff; color: #4d4732; border-radius: 8px;
  font-weight: 800; font-size: 14px; line-height: 1; text-decoration: none;
  transition: transform .14s ease, background .14s ease, color .14s ease, border-color .14s ease;
}
.ps-soc:hover { transform: translateY(-1px); }
.ps-soc .material-symbols-outlined { font-size: 18px; }
.ps-soc-li { color: #0a66c2; border-color: #bcd6f0; font-family: Georgia, 'Times New Roman', serif; }
.ps-soc-li:hover { background: #0a66c2; color: #fff; border-color: #0a66c2; }
.ps-soc-x { color: #111; border-color: #cfcfcf; font-size: 15px; }
.ps-soc-x:hover { background: #111; color: #fff; border-color: #111; }
.ps-soc-w:hover { background: #705d00; color: #fff; border-color: #705d00; }

/* Per-card bulk-select checkbox (top-left). Content is shifted right to clear it. */
.ps-card { position: relative; }
.ps-card-rich { padding-left: 48px; }
.ps-card-compact { padding-left: 44px; }
.ps-sel-wrap {
  position: absolute; top: 14px; left: 14px; z-index: 6; margin: 0;
  width: 22px; height: 22px; display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.ps-card-compact .ps-sel-wrap { top: 50%; transform: translateY(-50%); }
/* Custom-drawn checkbox — a bare native box is nearly invisible on the dark
   theme, so draw an explicit bordered box + checkmark on every theme. */
input.ps-select {
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  width: 22px; height: 22px; margin: 0; cursor: pointer;
  border: 2px solid #b9a75e; border-radius: 6px; background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.14);
  transition: background .12s ease, border-color .12s ease;
}
input.ps-select:hover { border-color: #705d00; }
/* checkmark via background-image SVG — ::before/::after do NOT render on
   <input> elements, so the glyph must be a background image. */
input.ps-select:checked {
  background-color: #705d00 !important; border-color: #705d00 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") !important;
  background-size: 72%; background-position: center; background-repeat: no-repeat;
}
.ps-card.ps-card-selected { border-color: #705d00 !important; box-shadow: 0 0 0 1.5px #705d00 inset !important; }

/* Social fallback inside the contact popover (no email/phone on record). */
.rcp-social { display: flex; gap: 8px; margin-top: 4px; }

/* Floating bulk action bar (appears when ≥1 card selected). */
.ps-bulkbar {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%);
  z-index: 10050; display: flex; align-items: center; gap: 12px;
  background: #1c1c19; color: #fff; padding: 10px 14px; border-radius: 14px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.30);
}
.ps-bulkbar-count { font-size: 13px; font-weight: 600; padding: 0 4px; }
.ps-bulkbar-count b { color: #dee073; }
.ps-bulkbar-btn {
  display: inline-flex; align-items: center; gap: 6px; cursor: pointer;
  background: rgba(255,255,255,0.10); color: #fff; border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px; padding: 8px 14px; font-size: 13px; font-weight: 600;
  font-family: 'Inter', sans-serif;
}
.ps-bulkbar-btn:hover { background: rgba(255,255,255,0.18); }
.ps-bulkbar-btn .material-symbols-outlined { font-size: 18px; }
.ps-bulkbar-primary { background: #705d00; border-color: #705d00; }
.ps-bulkbar-primary:hover { background: #8a6d1f; }
.ps-bulkbar-x {
  background: transparent; border: none; color: #cfcabb; font-size: 22px; line-height: 1;
  cursor: pointer; padding: 0 4px;
}
.ps-bulkbar-x:hover { color: #fff; }

/* ============================================================================
 * MOBILE RESPONSIVE  (added 2026-06-03)
 * Scoped <=767.98px so the desktop layout is byte-for-byte unchanged.
 * Pairs with src/js/core/mobile-ui.js (hamburger nav + filter drawer).
 * Works on both the white (default) + dark (people default) themes.
 * ========================================================================== */
@media (max-width: 767.98px) {

  html, body { max-width: 100%; overflow-x: hidden; }

  /* ---- NAV: brand + flexible name-search + hamburger only ---- */
  nav.fixed.top-0 > div { padding-left: 12px; padding-right: 12px; gap: 8px; }
  /* The right-hand cluster (Shortlist / Dashboard / Sign In) moves into the
     hamburger menu. */
  nav.fixed.top-0 .flex.items-center.gap-2.shrink-0 { display: none !important; }
  /* The name-search box fills the middle and never overflows. */
  #nav_ps_box { min-width: 0 !important; width: 100% !important; max-width: 100% !important; flex: 1 1 auto; }
  /* Hide the inline "Search" submit button — Enter / the icon submit; saves
     width in the cramped mobile nav. */
  #nav_ps_box button { display: none !important; }
  #nav_ps_box input { padding-right: 8px; }
  nav.fixed.top-0 a.shrink-0 { flex: 0 0 auto; }

  /* ---- MAIN: single column. The aside is drawerized (position:fixed) by
       mobile-ui.js, so the results section just fills the row. ---- */
  main.flex { display: block !important; padding-top: 60px; }
  main.flex > section { width: 100% !important; max-width: 100% !important; padding: 16px 14px 48px !important; }

  /* ---- Toolbar ---- */
  .ps-toolbar { margin-bottom: 10px; }
  .ps-results-count { font-size: 18px; }

  /* ---- Cards: stack internal columns, keep social + actions usable ---- */
  #people_results { gap: 12px; }
  .ps-card-rich { padding: 18px 16px !important; padding-left: 44px !important; }
  .ps-card-rich .ps-card-top { flex-direction: column; gap: 12px; }
  /* Social chips: drop below the head info instead of floating to the right
     edge (where they collide with the name on narrow cards). */
  .ps-card-rich .ps-social { margin-left: 0; align-self: flex-start; }
  .ps-card-actions { gap: 8px; }
  .ps-cta { padding: 9px 13px; min-height: 40px; }

  /* Compact cards: let the right cluster wrap full width. */
  .ps-card-compact { padding: 12px 14px 12px 40px !important; }
  .ps-card-compact .ps-compact-right { width: 100%; justify-content: space-between; margin-top: 4px; }

  /* ---- Shortlist drawer: full viewport width on phones ---- */
  #ps-shortlist-drawer { width: 100vw !important; max-width: 100vw !important; }

  /* ---- Floating bulk bar: keep within the viewport, clear of the copilot ---- */
  .ps-bulkbar {
    left: 12px !important; right: 12px !important; transform: none !important;
    width: auto !important; max-width: calc(100vw - 24px); bottom: 16px !important;
    flex-wrap: wrap; justify-content: center;
  }

  /* ---- Contact popover fits the screen ---- */
  .radar-contact-pop, .rcp-pop { max-width: 92vw !important; }
}
