/* =============================================================
   Red Hills Church — Pastoral Care App
   Design System & Styles
   Fonts: Nunito Sans (sans) + Roboto Serif (serif)
   Colors: RHC brand tokens — matches Org Dashboard
   ============================================================= */

/* ─── Google Fonts ─────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,400;0,6..12,600;0,6..12,700;0,6..12,800;1,6..12,400&family=Roboto+Serif:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

/* ─── Brand Tokens ─────────────────────────────────────────── */
:root {
  --rhc-brown:    #833921;
  --rhc-orange:   #CB6015;
  --rhc-dark:     #453536;
  --rhc-wg9:      #83786F;
  --rhc-wg3:      #BFB8AF;
  --rhc-cream:    #F4EFE8;
  --rhc-cream-dk: #EAE3D9;
  --rhc-blue:     #A4C8E1;
  --white:        #FFFFFF;
  --text-dark:    #3A2C2C;
  --text-mid:     #5C4F4A;
  --text-muted:   #83786F;
  --border:       #D6CEC5;
  --orange-bg:    #FDF1E6;
  --red-bg:       #FBEEEA;
  --green:        #2e7d32;
  --green-bg:     #EAF5EB;
  --yellow:       #9a6200;
  --yellow-bg:    #FEF8E7;

  --font-sans:    'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-serif:   'Roboto Serif', Georgia, 'Times New Roman', serif;

  --sidebar-w:    256px;
  --topbar-h:     60px;
  --header-h:     82px;
  --radius:       8px;
  --radius-sm:    5px;
  --shadow:       0 1px 4px rgba(69,53,54,.10);
  --shadow-md:    0 4px 16px rgba(69,53,54,.12);
  --shadow-lg:    0 8px 32px rgba(69,53,54,.16);
  --transition:   .15s ease;
}

/* ─── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { height: 100%; font-size: 15px; }

body {
  font-family: var(--font-sans);
  background: var(--rhc-cream);
  color: var(--text-dark);
  height: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--rhc-brown); text-decoration: none; }
a:hover { text-decoration: underline; }

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

button { cursor: pointer; border: none; background: none; font-family: var(--font-sans); }

input, textarea, select {
  font-family: var(--font-sans);
  font-size: 0.9375rem;
}

/* ─── Layout ────────────────────────────────────────────────── */
#app { display: flex; height: 100vh; overflow: hidden; }

/* Sidebar */
#sidebar {
  width: var(--sidebar-w);
  flex-shrink: 0;
  background: #D8D2CB;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

#sidebar-logo {
  height: var(--header-h);
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--rhc-brown);
  border-bottom: 3px solid rgba(0,0,0,.12);
  flex-shrink: 0;
}

#rhc-logo-img {
  width: 120px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);  /* white version on dark sidebar */
  margin-bottom: 3px;
  flex-shrink: 0;
}

#sidebar-logo .logo-wordmark {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1rem;
  color: var(--white);
  letter-spacing: .01em;
  line-height: 1.2;
}

#sidebar-logo .logo-sub {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--rhc-wg3);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 2px;
}

#sidebar-user {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--rhc-brown);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
}

img.user-avatar-photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.user-info { flex: 1; min-width: 0; }
.user-info .user-name {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-info .user-role {
  font-size: 0.6875rem;
  color: var(--text-muted);
  margin-top: 1px;
}

#sidebar-nav {
  flex: 1;
  padding: 12px 0;
}

/* ─── Nav section headers with icon blocks ────────────────── */
/* ─── Nav section headers (label dividers) ───────────────── */
.nav-section-header {
  padding: 14px 20px 6px;
  margin: 4px 16px 2px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-bottom: 1px solid rgba(0,0,0,.1);
  user-select: none;
}

/* ─── Nav items with inline icon blocks ──────────────────── */
.nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-mid);
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  border-left: 3px solid transparent;
  user-select: none;
}

.nav-item-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nav-item-icon svg {
  width: 16px;
  height: 16px;
}

.nav-item:hover {
  background: var(--rhc-brown);
  color: var(--white);
}
.nav-item:hover .nav-item-icon svg,
.nav-item.active .nav-item-icon svg {
  stroke: var(--white) !important;
}

.nav-item.active {
  background: var(--rhc-brown);
  color: var(--white);
  border-left-color: rgba(255,255,255,.4);
  font-weight: 700;
}

.nav-badge {
  margin-left: auto;
  background: var(--rhc-brown);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
}

#sidebar-footer {
  padding: 12px 20px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.sign-out-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  padding: 6px 0;
  transition: color var(--transition);
  width: 100%;
  background: none;
  border: none;
}
.sign-out-btn:hover { color: var(--rhc-brown); }

/* Main content area */
#main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100vh;
  overflow: hidden;
}

/* Hamburger: fixed top-left, only visible on mobile */
#hamburger-btn {
  display: none;
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 300;
}

/* ─── Page Header (section title bar) ──────────────────────── */
.page-header {
  background: var(--rhc-brown);
  min-height: var(--header-h);
  box-sizing: border-box;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 -24px 20px;   /* bleed to content edges, gap below */
}

.page-header-left h1 {
  font-family: var(--font-sans);
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
}

.page-header-left .page-subtitle {
  font-size: 0.875rem;
  color: rgba(255,255,255,.7);
  margin-top: 3px;
}

/* Buttons inside page-header: inverse style */
.page-header .btn-primary,
.page-header .btn {
  background: rgba(255,255,255,.15);
  border: 1.5px solid rgba(255,255,255,.45);
  color: var(--white);
}
.page-header .btn-primary:hover,
.page-header .btn:hover {
  background: rgba(255,255,255,.25);
}

/* Search input inside page-header */
.page-header-search-wrap {
  position: relative;
  flex: 1;
  max-width: 260px;
}
.page-header-search-wrap .search-icon-ph {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  pointer-events: none;
  opacity: .6;
}
.page-header-search {
  width: 100%;
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.35);
  border-radius: var(--radius-sm);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 0.875rem;
  padding: 7px 12px 7px 32px;
  outline: none;
  transition: border-color var(--transition), background var(--transition);
}
.page-header-search::placeholder { color: rgba(255,255,255,.5); }
.page-header-search:focus {
  border-color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.18);
}

/* Content gets side+bottom padding; page-header bleeds to edges via negative margin */

/* Content area */
#content {
  flex: 1;
  overflow-y: auto;
  padding: 0 24px 24px;
  background: var(--white);
}

/* ─── Login Screen ──────────────────────────────────────────── */
#login-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #D8D2CB;
  padding: 24px;
}
@media (max-width: 768px) {
  #login-screen { background: var(--rhc-brown); }
}

.login-card {
  background: var(--white);
  border-radius: 12px;
  padding: 40px 44px;
  width: 100%;
  max-width: 400px;
  box-shadow: var(--shadow-lg);
}

.login-logo {
  text-align: center;
  margin-bottom: 28px;
}
.login-logo .wordmark {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--text-dark);
}
.login-logo .app-name {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-top: 2px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;
}

.login-card h2 {
  font-family: var(--font-serif);
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 6px;
}
.login-card .login-sub {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.login-error {
  background: var(--red-bg);
  border: 1px solid rgba(131,57,33,.3);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  font-size: 0.8125rem;
  color: var(--rhc-brown);
  margin-bottom: 16px;
  display: none;
}
.login-error.visible { display: block; }

/* ─── Form Controls ─────────────────────────────────────────── */
.form-group { margin-bottom: 16px; }

.form-group label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-mid);
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 9px 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.9375rem;
  color: var(--text-dark);
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--rhc-brown);
  box-shadow: 0 0 0 3px rgba(131,57,33,.12);
}
.form-group textarea { resize: vertical; min-height: 90px; line-height: 1.5; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--text-mid);
  cursor: pointer;
  user-select: none;
}
.form-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--rhc-brown);
  cursor: pointer;
  flex-shrink: 0;
}

/* ─── Buttons ───────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--transition), box-shadow var(--transition), opacity var(--transition);
  border: none;
  font-family: var(--font-sans);
}

.btn-primary {
  background: var(--rhc-brown);
  color: #fff;
}
.btn-primary:hover { background: var(--rhc-dark); box-shadow: var(--shadow); }
.btn-primary:disabled { opacity: .5; cursor: not-allowed; }

.btn-secondary {
  background: var(--rhc-cream-dk);
  color: var(--text-dark);
}
.btn-secondary:hover { background: var(--rhc-wg3); }

.btn-ghost {
  background: transparent;
  color: var(--text-mid);
  border: 1.5px solid var(--border);
}
.btn-ghost:hover { background: var(--rhc-cream); border-color: var(--rhc-wg3); }

.btn-danger {
  background: var(--red-bg);
  color: var(--rhc-brown);
  border: 1.5px solid rgba(131,57,33,.25);
}
.btn-danger:hover { background: #f5d8d0; }

.btn-sm {
  padding: 5px 11px;
  font-size: 0.8125rem;
}

.btn-full { width: 100%; justify-content: center; }

.btn-icon {
  width: 34px;
  height: 34px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-sm);
}

/* ─── Cards ─────────────────────────────────────────────────── */
.card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.card-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.card-title {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--text-dark);
}

.card-body { padding: 20px; }

/* ─── Activity Feed ─────────────────────────────────────────── */

/* Filter bar */
.feed-filter-row {
  padding: 14px 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.feed-filter-select {
  padding: 7px 32px 7px 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-family: inherit;
  color: var(--text-dark);
  background: var(--white);
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2383786F' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: border-color var(--transition);
}
.feed-filter-select:focus {
  border-color: var(--rhc-brown);
  box-shadow: 0 0 0 3px rgba(131,57,33,.10);
}
.feed-filter-select.active-filter {
  border-color: var(--rhc-brown);
  color: var(--rhc-brown);
  font-weight: 600;
}

.feed-list { display: flex; flex-direction: column; gap: 10px; }

.feed-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: box-shadow var(--transition);
  cursor: pointer;
}
.feed-item:hover { box-shadow: var(--shadow-md); border-color: var(--rhc-wg3); }

.feed-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--rhc-cream-dk);
}

.feed-avatar-placeholder {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--rhc-brown);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
}

.feed-body { flex: 1; min-width: 0; }

.feed-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.feed-person-name {
  font-weight: 800;
  font-size: 0.9375rem;
  color: var(--text-dark);
}

.feed-type-badge { flex-shrink: 0; }

.feed-note-preview {
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feed-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.feed-pastor { font-weight: 600; }
.feed-private-badge {
  font-size: 0.6875rem;
  font-weight: 700;
  background: var(--yellow-bg);
  color: var(--yellow);
  padding: 1px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* ─── Interaction Type Badges ───────────────────────────────── */
.type-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--text-mid);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.type-badge .type-icon-block {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.type-badge .type-icon-block svg {
  width: 11px;
  height: 11px;
}

/* ─── Interaction Type Tile Grid (modal) ───────────────────── */
.type-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.type-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 6px 9px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
  background: var(--white);
  user-select: none;
}
.type-tile input[type="radio"] { display: none; }
.type-tile:hover {
  border-color: var(--rhc-wg9);
  background: var(--rhc-cream);
}
.type-tile.selected {
  border-color: var(--rhc-brown);
  background: var(--red-bg);
}

.type-tile-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.type-tile-icon svg {
  width: 14px;
  height: 14px;
}

.type-tile-label {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--text-mid);
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.type-tile.selected .type-tile-label {
  color: var(--rhc-brown);
}

/* ─── Care Status Badges ────────────────────────────────────── */
.care-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.care-recent  { background: var(--green-bg);    color: var(--green); }
.care-checkin { background: var(--yellow-bg);   color: var(--yellow); }
.care-needed  { background: var(--red-bg);      color: var(--rhc-brown); }
.care-none    { background: var(--rhc-cream-dk); color: var(--text-muted); }

/* ─── Person Directory ──────────────────────────────────────── */
.directory-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.directory-search {
  flex: 1;
  position: relative;
}
.directory-search input {
  width: 100%;
  padding: 9px 12px 9px 38px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.9375rem;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
  background: var(--white);
}
.directory-search input:focus {
  border-color: var(--rhc-brown);
  box-shadow: 0 0 0 3px rgba(131,57,33,.12);
}
.directory-search .search-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}

.person-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  cursor: pointer;
  transition: box-shadow var(--transition), border-color var(--transition);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.person-card:hover { box-shadow: var(--shadow-md); border-color: var(--rhc-wg3); }

.person-card-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--rhc-cream-dk);
}
.person-card-avatar-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--rhc-dark);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
}
.person-card-info { flex: 1; min-width: 0; }
.person-card-name {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--text-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.person-card-detail {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 2px;
}
.person-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

/* ─── Person Profile ────────────────────────────────────────── */
.profile-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--rhc-brown);
  cursor: pointer;
  margin-bottom: 16px;
  padding: 0;
  background: none;
  border: none;
  transition: color var(--transition);
}
.profile-back:hover { color: var(--rhc-dark); }

.profile-header {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.profile-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--rhc-cream-dk);
}
.profile-photo-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--rhc-brown);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
}

.profile-info { flex: 1; min-width: 0; }

.profile-name {
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--text-dark);
}
.profile-meta {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.profile-meta span { display: inline-flex; align-items: center; gap: 5px; }

.profile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.profile-milestones {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.milestone-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: var(--orange-bg);
  border: 1px solid rgba(203,96,21,.25);
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--rhc-orange);
}

/* ─── Tabs ──────────────────────────────────────────────────── */
.tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--border);
  margin-bottom: 16px;
}

.tab-btn {
  padding: 10px 16px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color var(--transition), border-color var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}
.tab-btn:hover { color: var(--text-dark); }
.tab-btn.active {
  color: var(--rhc-brown);
  border-bottom-color: var(--rhc-brown);
}

.tab-count {
  font-size: 0.6875rem;
  font-weight: 700;
  background: var(--rhc-cream-dk);
  color: var(--text-muted);
  padding: 1px 6px;
  border-radius: 8px;
}
.tab-btn.active .tab-count {
  background: var(--red-bg);
  color: var(--rhc-brown);
}

/* ─── Milestones ────────────────────────────────────────────── */
.milestones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.milestone-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: box-shadow var(--transition);
}
.milestone-card:hover { box-shadow: var(--shadow-md); }

.milestone-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  flex-shrink: 0;
}
.milestone-icon.birthday   { background: #FFF8E1; }
.milestone-icon.anniversary{ background: var(--red-bg); }
.milestone-icon.today      { outline: 2px solid var(--rhc-brown); }

.milestone-card-info { flex: 1; min-width: 0; }
.milestone-card-name {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--text-dark);
}
.milestone-card-detail {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 2px;
}
.milestone-card-when {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--rhc-brown);
  text-align: right;
  flex-shrink: 0;
}

/* ─── Prayer Requests ───────────────────────────────────────── */
.prayer-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: box-shadow var(--transition);
}
.prayer-item + .prayer-item { margin-top: 8px; }
.prayer-item.answered {
  background: var(--green-bg);
  border-color: rgba(46,125,50,.2);
  opacity: .75;
}

.prayer-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--rhc-wg3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition);
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 0.625rem;
  color: transparent;
}
.prayer-item.answered .prayer-checkbox {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.prayer-body { flex: 1; min-width: 0; }
.prayer-person-name {
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 3px;
}
.prayer-text {
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.5;
}
.prayer-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ─── Tasks ─────────────────────────────────────────────────── */
.task-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: box-shadow var(--transition);
}
.task-item + .task-item { margin-top: 6px; }
.task-item.completed { opacity: .55; }

.task-check {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid var(--rhc-wg3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition);
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 0.625rem;
  color: transparent;
}
.task-item.completed .task-check {
  background: var(--rhc-brown);
  border-color: var(--rhc-brown);
  color: #fff;
}

.task-body { flex: 1; min-width: 0; }
.task-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--text-dark);
}
.task-item.completed .task-title { text-decoration: line-through; color: var(--text-muted); }
.task-person { font-size: 0.75rem; color: var(--text-muted); margin-top: 2px; }
.task-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.task-due-overdue { color: var(--rhc-brown); font-weight: 700; }

/* ─── Empty States ──────────────────────────────────────────── */
.empty-state {
  text-align: center;
  padding: 48px 24px;
  color: var(--text-muted);
}
.empty-state .empty-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  opacity: .5;
}
.empty-state h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-mid);
  margin-bottom: 6px;
}
.empty-state p { font-size: 0.875rem; line-height: 1.5; max-width: 280px; margin: 0 auto; }

/* ─── Loading States ────────────────────────────────────────── */
.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.875rem;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2.5px solid var(--border);
  border-top-color: var(--rhc-brown);
  border-radius: 50%;
  animation: spin .7s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

.skeleton {
  background: linear-gradient(90deg, var(--rhc-cream) 25%, var(--rhc-cream-dk) 50%, var(--rhc-cream) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border-radius: var(--radius-sm);
}
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ─── Modal ─────────────────────────────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(69,53,54,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
  backdrop-filter: blur(2px);
  animation: fadeIn .15s ease;
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.modal {
  background: var(--white);
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
  animation: slideUp .2s ease;
}

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

.modal-header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--text-dark);
}

.modal-close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  font-size: 1.125rem;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  border: none;
  background: none;
}
.modal-close:hover { background: var(--rhc-cream); color: var(--text-dark); }

.modal-body { padding: 20px 24px; }

.modal-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

/* ─── Person Search in Modal ────────────────────────────────── */
.person-search-result {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--transition);
}
.person-search-result:hover { background: var(--rhc-cream); }
.person-search-result.selected { background: var(--red-bg); }

.person-search-results {
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  max-height: 220px;
  overflow-y: auto;
  margin-top: 4px;
  background: var(--white);
}

.person-search-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--rhc-cream-dk);
  flex-shrink: 0;
}
.person-search-avatar-ph {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--rhc-dark);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
}

/* ─── Section Divider ───────────────────────────────────────── */
.section-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 16px;
}
.section-divider span {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}
.section-divider::before,
.section-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

/* ─── Toast Notifications ───────────────────────────────────── */
#toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2000;
}

.toast {
  background: var(--rhc-dark);
  color: #fff;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  animation: slideUp .2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 220px;
  max-width: 340px;
}
.toast.success { background: #2e7d32; }
.toast.error   { background: #b71c1c; }

/* ─── Settings ──────────────────────────────────────────────── */
.settings-section { margin-bottom: 28px; }
.settings-section h3 {
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.team-member-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.team-member-row:last-child { border-bottom: none; }

/* ─── Divider line ──────────────────────────────────────────── */
hr { border: none; border-top: 1px solid var(--border); margin: 16px 0; }

/* ─── Utility ───────────────────────────────────────────────── */
.text-muted  { color: var(--text-muted); }
.text-small  { font-size: 0.8125rem; }
.text-bold   { font-weight: 700; }
.mt-8  { margin-top: 8px; }
.mt-12 { margin-top: 12px; }
.mt-16 { margin-top: 16px; }
.mb-16 { margin-bottom: 16px; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-8  { gap: 8px; }
.gap-12 { gap: 12px; }

/* ─── Scrollbar ─────────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--rhc-wg3); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--rhc-wg9); }

/* ─── Responsive ────────────────────────────────────────────── */
/* ── Hamburger button (hidden on desktop) ─────────────────────── */
#hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
#hamburger-btn span {
  display: block;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.2s;
}

/* ── Sidebar backdrop (mobile only) ──────────────────────────── */
#sidebar-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 99;
}

/* ── Mobile layout ────────────────────────────────────────────── */
@media (max-width: 768px) {
  /* Sidebar: off-screen by default, slides in as overlay */
  #sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    box-shadow: 4px 0 24px rgba(0,0,0,0.18);
  }
  #sidebar.open {
    transform: translateX(0);
  }

  /* Show backdrop when sidebar open */
  #sidebar-backdrop.open {
    display: block;
  }

  /* Main area takes full width */
  #main {
    width: 100%;
  }

  /* Show hamburger (fixed top-left) */
  #hamburger-btn {
    display: flex;
  }

  /* Content padding */
  #content { padding: 0 16px 24px; }

  /* Page-header: adjust negative margin and left-pad for hamburger */
  .page-header {
    margin: 0 -16px 20px;
    padding-left: 56px; /* 16px margin + 28px btn + 12px gap */
  }

  /* Single-column grids */
  .people-grid { grid-template-columns: 1fr; }
  .milestones-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }

  /* Person profile tabs: scroll horizontally */
  .profile-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  .profile-tab {
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* Modals: full width on small screens */
  .modal-box {
    width: 96vw;
    max-width: 96vw;
    margin: 16px auto;
    max-height: 90vh;
    overflow-y: auto;
  }
}

/* =============================================================
   Reactions & Replies
   ============================================================= */

/* ─── Reactions bar ─────────────────────────────────────────── */
.reactions-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--border);
}

.reaction-btn {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px 8px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--white);
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  color: var(--text-mid);
  line-height: 1.4;
}
.reaction-btn:hover {
  background: var(--rhc-cream);
  border-color: var(--rhc-wg3);
}
.reaction-btn.reaction-active {
  background: var(--orange-bg);
  border-color: var(--rhc-orange);
  color: var(--rhc-brown);
  font-weight: 600;
}

.reaction-count {
  font-size: 12px;
  font-weight: 600;
  min-width: 10px;
}

.reply-toggle-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: transparent;
  font-size: 12px;
  color: var(--text-muted);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.reply-toggle-btn:hover {
  background: var(--rhc-cream);
  color: var(--rhc-brown);
  border-color: var(--rhc-wg3);
}

/* ─── Emoji picker button & popup ───────────────────────────── */
.reaction-add-wrap {
  position: relative;
  display: inline-flex;
}

.reaction-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 26px;
  border: 1px dashed var(--border);
  border-radius: 20px;
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  flex-shrink: 0;
}
.reaction-add-btn:hover {
  background: var(--rhc-cream);
  color: var(--rhc-brown);
  border-color: var(--rhc-wg3);
  border-style: solid;
}
.reaction-add-btn svg {
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.emoji-picker-popup {
  display: none;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 6px 8px;
  gap: 2px;
  box-shadow: 0 4px 20px rgba(0,0,0,.13);
  z-index: 200;
  white-space: nowrap;
}
.emoji-picker-popup.open {
  display: flex;
}

.picker-emoji-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 5px 6px;
  border-radius: 8px;
  transition: background 0.1s, transform 0.1s;
  position: relative;
}
.picker-emoji-btn:hover {
  background: var(--rhc-cream);
  transform: scale(1.25);
}
.picker-emoji-btn.picker-active {
  background: var(--orange-bg);
}

.reply-count-label {
  font-size: 12px;
}

/* ─── Replies section ───────────────────────────────────────── */
.replies-section {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed var(--border);
}

.reply-item {
  display: flex;
  gap: 10px;
  padding: 6px 0;
  position: relative;
}
.reply-item + .reply-item {
  border-top: 1px solid var(--rhc-cream-dk);
}

.reply-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--rhc-dark);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reply-body-wrap {
  flex: 1;
  min-width: 0;
}

.reply-author {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-dark);
}

.reply-meta {
  font-size: 11px;
  color: var(--text-muted);
  margin-left: 6px;
}

.reply-body {
  font-size: 13px;
  color: var(--text-mid);
  margin-top: 2px;
  word-break: break-word;
}

.reply-delete-btn {
  position: absolute;
  top: 6px;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: var(--text-muted);
  padding: 2px 4px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.15s;
}
.reply-item:hover .reply-delete-btn {
  opacity: 1;
}
.reply-delete-btn:hover {
  background: var(--red-bg);
  color: var(--rhc-brown);
}

/* ─── Reply input row ───────────────────────────────────────── */
.reply-input-row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  align-items: flex-end;
}

.reply-input {
  flex: 1;
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 13px;
  color: var(--text-dark);
  resize: none;
  min-height: 36px;
  max-height: 100px;
  background: var(--white);
  transition: border-color 0.15s;
  line-height: 1.4;
}
.reply-input:focus {
  outline: none;
  border-color: var(--rhc-orange);
}
.reply-input::placeholder {
  color: var(--text-muted);
}

.reply-send-btn {
  padding: 7px 14px;
  background: var(--rhc-brown);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
  font-family: inherit;
}
.reply-send-btn:hover {
  background: var(--rhc-orange);
}
.reply-send-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* =============================================================
   Person Tags — Profile section & directory search
   ============================================================= */

/* ─── Profile tags section ──────────────────────────────────── */
.profile-tags-section {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 16px;
}

.profile-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 28px;
  margin-bottom: 10px;
}

.tags-loading,
.tags-empty {
  font-size: 13px;
  color: var(--text-muted);
  font-style: italic;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px 4px 12px;
  background: var(--rhc-cream);
  border: 1px solid var(--rhc-wg3);
  border-radius: 20px;
  font-size: 13px;
  color: var(--rhc-dark);
  font-weight: 500;
  line-height: 1.3;
}

.tag-chip-remove {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  color: var(--text-muted);
  padding: 0 0 0 2px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  transition: color 0.15s, background 0.15s;
}
.tag-chip-remove:hover {
  color: var(--rhc-brown);
  background: var(--rhc-cream-dk);
}

.tag-input-row {
  display: flex;
  gap: 8px;
}

.tag-input {
  flex: 1;
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 13px;
  font-family: inherit;
  color: var(--text-dark);
  background: var(--white);
  transition: border-color 0.15s;
}
.tag-input:focus {
  outline: none;
  border-color: var(--rhc-orange);
}
.tag-input::placeholder {
  color: var(--text-muted);
}

.tag-add-btn {
  padding: 6px 16px;
  background: var(--rhc-dark);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
  white-space: nowrap;
}
.tag-add-btn:hover {
  background: var(--rhc-brown);
}
.tag-add-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ─── Directory search mode toggle ──────────────────────────── */
.dir-search-modes {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.search-mode-btn {
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--white);
  font-size: 13px;
  font-family: inherit;
  color: var(--text-mid);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.search-mode-btn:hover {
  background: var(--rhc-cream);
  border-color: var(--rhc-wg3);
}
.search-mode-btn.active {
  background: var(--rhc-dark);
  border-color: var(--rhc-dark);
  color: var(--white);
  font-weight: 600;
}

/* ─── Tag search results ────────────────────────────────────── */
.tag-search-note {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.tag-search-note strong {
  color: var(--rhc-brown);
}

.person-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}

.tag-result-chip {
  display: inline-block;
  padding: 2px 8px;
  background: var(--orange-bg);
  border: 1px solid #e8c49a;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  color: var(--rhc-brown);
  white-space: nowrap;
}
