/* =========================================================
   LA CORTIGIANA · OLGA PERSONAL SHOPPING GUIDE
   Luxury Editorial Architecture & Scoped Styling (Phase 2)
   ========================================================= */

/* Global Page Scoping under Astra Theme */
body.lc-olga-page .site-content > .ast-container,
body.lc-olga-page .ast-article-single,
body.lc-olga-page .entry-content,
body.lc-olga-page #primary,
body.lc-olga-page .site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.lc-olga-page .entry-header {
  display: none !important;
}

/* Root Custom Properties */
.lc-olga-root {
  --og-ink: #191513;
  --og-ink-soft: #3d3733;
  --og-wine: #6f1f30;
  --og-wine-dark: #4d1421;
  --og-wine-soft: rgba(111, 31, 48, 0.06);
  --og-bone: #f7f2ea;
  --og-paper: #fbf8f4;
  --og-paper-pure: #ffffff;
  --og-line: rgba(25, 21, 19, 0.12);
  --og-line-light: rgba(25, 21, 19, 0.06);
  --og-gold: #a28156;
  --og-gold-soft: rgba(162, 129, 86, 0.12);
  --og-muted: #6e645e;
  --og-radius: 6px;
  --og-radius-lg: 10px;
  --og-shadow: 0 4px 20px rgba(25, 21, 19, 0.06);
  --og-shadow-lg: 0 12px 36px rgba(25, 21, 19, 0.1);

  background-color: var(--og-paper);
  color: var(--og-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 80vh;
  position: relative;
  overflow-x: hidden;
}

.lc-olga-root *,
.lc-olga-root *::before,
.lc-olga-root *::after {
  box-sizing: border-box;
}

.lc-olga-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 480px) {
  .lc-olga-container {
    padding: 0 16px;
  }
}

/* =========================================================
   HERO SCREEN (INITIAL VIEW)
   ========================================================= */
.lc-olga-hero {
  padding: 90px 0 110px;
  background: radial-gradient(circle at 50% 25%, #f4ede2 0%, var(--og-paper) 75%);
  border-bottom: 1px solid var(--og-line-light);
  text-align: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.lc-olga-hero__inner {
  max-width: 760px;
  margin: 0 auto;
}

.lc-olga-kicker {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--og-wine);
  margin-bottom: 20px;
}

.lc-olga-hero__title {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(64px, 8vw, 110px) !important;
  line-height: 1.05 !important;
  font-weight: 400 !important;
  color: var(--og-ink) !important;
  letter-spacing: -0.02em;
  margin: 0 0 18px !important;
}

.lc-olga-hero__subtitle {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-style: italic;
  color: var(--og-wine);
  margin: 0 0 22px;
  font-weight: 400;
}

.lc-olga-hero__lead {
  font-size: 19px;
  line-height: 1.65;
  color: var(--og-ink-soft);
  margin: 0 0 40px;
}

.lc-olga-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.lc-olga-btn-primary {
  display: inline-block;
  background-color: var(--og-wine);
  color: #ffffff !important;
  border: 1px solid var(--og-wine);
  padding: 18px 44px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border-radius: var(--og-radius);
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 18px rgba(111, 31, 48, 0.22);
}

.lc-olga-btn-primary:hover {
  background-color: var(--og-wine-dark);
  border-color: var(--og-wine-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(111, 31, 48, 0.3);
}

.lc-olga-hero__badge {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--og-muted);
}

.lc-olga-hero__escape {
  margin-top: 10px;
}

.lc-olga-link-subtle {
  font-size: 13px;
  color: var(--og-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.lc-olga-link-subtle:hover {
  color: var(--og-wine);
}

/* =========================================================
   TOPBAR
   ========================================================= */
.lc-olga-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--og-line-light);
  margin-bottom: 20px;
}

.lc-olga-guide-identity {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lc-olga-avatar-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--og-bone);
  border: 1px solid var(--og-gold);
  color: var(--og-wine);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(25, 21, 19, 0.06);
}

.lc-olga-guide-meta {
  display: flex;
  flex-direction: column;
}

.lc-olga-guide-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--og-ink);
  line-height: 1.2;
}

.lc-olga-guide-status {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--og-muted);
}

.lc-olga-link-escape {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--og-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.lc-olga-link-escape:hover {
  color: var(--og-wine);
  border-color: var(--og-wine);
}

/* =========================================================
   WORKSPACE LAYOUT (VIEWPORT CONSCIOUS)
   ========================================================= */
.lc-olga-app-main {
  padding-bottom: 30px;
  animation: lcOlgaFadeIn 0.4s ease-out forwards;
}

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

.lc-olga-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 36px;
  align-items: stretch;
  height: calc(100dvh - 130px);
  max-height: 880px;
  min-height: 560px;
}

@media (max-width: 860px) {
  .lc-olga-layout {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 85px);
    max-height: none;
    min-height: 0;
    gap: 0;
  }
}

/* =========================================================
   CONVERSATION STREAM COLUMN
   ========================================================= */
.lc-olga-stream-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  position: relative;
}

.lc-olga-stream-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  position: relative;
  padding-right: 12px;
  scroll-behavior: smooth;
}

/* Stream scrollbar subtle styling */
.lc-olga-stream-scroll::-webkit-scrollbar {
  width: 6px;
}
.lc-olga-stream-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.lc-olga-stream-scroll::-webkit-scrollbar-thumb {
  background: var(--og-line);
  border-radius: 3px;
}

.lc-olga-stream {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 16px;
}

/* "New message ↓" Pill Indicator */
.lc-olga-scroll-pill {
  position: sticky;
  bottom: 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--og-wine);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 20;
  animation: lcOlgaPillIn 0.2s ease-out;
}

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

.lc-olga-scroll-pill:hover {
  background: var(--og-wine-dark);
}

/* Olga Message Turn */
.lc-olga-msg--olga {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 95%;
  animation: lcOlgaMsgIn 0.3s ease-out;
}

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

.lc-olga-msg-sender {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: var(--og-wine);
  margin-bottom: 8px;
}

.lc-olga-msg-bubble {
  background: var(--og-paper-pure);
  border: 1px solid var(--og-line);
  border-left: 3px solid var(--og-wine);
  padding: 22px 28px;
  border-radius: var(--og-radius);
  font-size: clamp(21px, 1.6vw, 25px);
  line-height: 1.55;
  color: var(--og-ink);
  box-shadow: var(--og-shadow);
}

.lc-olga-msg-bubble p {
  margin: 0 0 12px;
}

.lc-olga-msg-bubble p:last-child {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .lc-olga-msg-bubble {
    font-size: 20px;
    line-height: 1.5;
    padding: 16px 20px;
  }
}

/* User Message Turn */
.lc-olga-msg--user {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
  max-width: 82%;
  animation: lcOlgaMsgIn 0.3s ease-out;
}

.lc-olga-msg--user .lc-olga-msg-sender {
  color: var(--og-muted);
}

.lc-olga-msg--user .lc-olga-msg-bubble {
  background: var(--og-ink);
  color: #ffffff;
  border: 1px solid var(--og-ink);
  border-radius: var(--og-radius);
  padding: 12px 18px;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: var(--og-shadow);
}

/* =========================================================
   PRODUCT RECOMMENDATION CARD IN STREAM
   ========================================================= */
.lc-olga-product-card {
  margin-top: 16px;
  background: var(--og-paper-pure);
  border: 1px solid var(--og-line);
  border-radius: var(--og-radius);
  overflow: hidden;
  box-shadow: var(--og-shadow-lg);
  width: 100%;
  max-width: 520px;
  transition: border-color 0.2s;
}

.lc-olga-product-card__media {
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 280px;
  overflow: hidden;
  background: var(--og-bone);
}

.lc-olga-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lc-olga-product-card__info {
  padding: 18px 20px 14px;
}

.lc-olga-product-card__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--og-ink);
  margin: 0 0 6px;
  line-height: 1.3;
}

.lc-olga-product-card__specs {
  font-size: 14px;
  color: var(--og-muted);
  line-height: 1.45;
  margin-bottom: 8px;
}

.lc-olga-product-card__price {
  font-size: 20px;
  font-weight: 600;
  color: var(--og-wine);
}

.lc-olga-product-card__actions {
  display: flex;
  gap: 12px;
  padding: 12px 20px 16px;
  border-top: 1px solid var(--og-line-light);
  background: #faf8f5;
}

.lc-olga-btn-keep {
  flex: 1;
  background: var(--og-ink);
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.lc-olga-btn-keep:hover {
  background: var(--og-wine);
}

.lc-olga-btn-change {
  background: transparent;
  color: var(--og-muted);
  border: 1px solid var(--og-line);
  padding: 12px 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

.lc-olga-btn-change:hover {
  border-color: var(--og-ink);
  color: var(--og-ink);
}

/* =========================================================
   TYPING / STATUS BAR
   ========================================================= */
.lc-olga-status-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--og-muted);
  font-style: italic;
}

.lc-olga-status-dots span {
  animation: lcOlgaDotPulse 1.2s infinite;
  display: inline-block;
}

.lc-olga-status-dots span:nth-child(2) { animation-delay: 0.2s; }
.lc-olga-status-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes lcOlgaDotPulse {
  0%, 80%, 100% { opacity: 0.2; transform: scale(0.9); }
  40% { opacity: 1; transform: scale(1.2); }
}

/* =========================================================
   INTERACTION DOCK (QUICK REPLIES, BAR, COMPOSER)
   ========================================================= */
.lc-olga-dock {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--og-line-light);
  background: var(--og-paper);
}

.lc-olga-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.lc-olga-chip {
  background: var(--og-paper-pure);
  border: 1px solid var(--og-line);
  color: var(--og-ink);
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.lc-olga-chip:hover {
  border-color: var(--og-wine);
  color: var(--og-wine);
  background: var(--og-wine-soft);
  transform: translateY(-1px);
}

@media (max-width: 860px) {
  .lc-olga-chip {
    font-size: 15px;
    padding: 8px 14px;
  }
}

/* Mobile compact selection bar */
.lc-olga-mobile-selection-bar {
  display: none;
  justify-content: space-between;
  align-items: center;
  background: var(--og-bone);
  border: 1px solid var(--og-line);
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 10px;
}

@media (min-width: 861px) {
  .lc-olga-mobile-selection-bar {
    display: none !important;
  }
}

.lc-olga-msb__info {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  flex: 1;
}

.lc-olga-msb__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--og-wine);
}

.lc-olga-msb__dot {
  color: var(--og-muted);
}

.lc-olga-msb__details {
  font-size: 13px;
  font-weight: 600;
  color: var(--og-ink);
}

.lc-olga-msb__trigger {
  background: transparent;
  border: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--og-wine);
  cursor: pointer;
  padding: 4px 8px;
}

.lc-olga-form {
  width: 100%;
}

.lc-olga-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.lc-olga-input {
  width: 100%;
  background: var(--og-paper-pure);
  border: 1px solid var(--og-line);
  border-radius: var(--og-radius);
  padding: 16px 56px 16px 20px;
  font-size: 18px;
  color: var(--og-ink);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lc-olga-input:focus {
  border-color: var(--og-wine);
  box-shadow: 0 0 0 3px rgba(111, 31, 48, 0.08);
}

.lc-olga-input::placeholder {
  color: #9e948d;
}

.lc-olga-send-btn {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--og-wine);
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.lc-olga-send-btn:hover {
  background: var(--og-wine-dark);
}

.lc-olga-send-btn:disabled {
  background: #d8d0c8;
  cursor: not-allowed;
}

/* =========================================================
   RIGHT SIDEBAR: "YOUR SELECTION" (DESKTOP)
   ========================================================= */
.lc-olga-sidebar {
  height: 100%;
  overflow-y: auto;
}

@media (max-width: 860px) {
  .lc-olga-sidebar {
    display: none !important;
  }
}

.lc-olga-box-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--og-paper-pure);
  border: 1px solid var(--og-line);
  border-radius: var(--og-radius-lg);
  padding: 24px;
  box-shadow: var(--og-shadow);
}

.lc-olga-box-card__header {
  border-bottom: 1px solid var(--og-line-light);
  padding-bottom: 14px;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.lc-olga-box-card__kicker {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--og-wine);
  margin-bottom: 4px;
}

.lc-olga-box-card__title {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  color: var(--og-ink) !important;
  margin: 0 !important;
}

.lc-olga-box-card__items {
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
  padding-right: 4px;
}

.lc-olga-selection-empty {
  padding: 30px 10px;
  text-align: center;
  color: var(--og-muted);
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
}

/* Selection Item Row */
.lc-olga-selection-item {
  display: flex;
  gap: 12px;
  background: #fdfbf8;
  border: 1px solid var(--og-line-light);
  border-left: 3px solid var(--og-wine);
  border-radius: 4px;
  padding: 10px 12px;
  animation: lcOlgaItemIn 0.2s ease-out;
}

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

.lc-olga-selection-item--secret {
  background: #faf6f0;
  border-left-color: var(--og-gold);
}

.lc-olga-selection-item__media {
  width: 54px;
  height: 64px;
  border-radius: 3px;
  overflow: hidden;
  background: var(--og-bone);
  flex-shrink: 0;
}

.lc-olga-selection-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lc-olga-selection-item__content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lc-olga-selection-item__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--og-ink);
  line-height: 1.3;
}

.lc-olga-selection-item__meta {
  font-size: 12px;
  color: var(--og-muted);
  margin-top: 2px;
}

.lc-olga-selection-item__price {
  font-size: 13px;
  font-weight: 600;
  color: var(--og-ink);
  align-self: center;
  flex-shrink: 0;
}

/* Total & CTA area (pinned to bottom of sidebar) */
.lc-olga-box-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid var(--og-line);
  padding-top: 14px;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.lc-olga-box-total__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--og-ink);
}

.lc-olga-box-total__amount {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--og-wine);
}

.lc-olga-alert {
  padding: 10px 14px;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 14px;
  background: #fdf2f2;
  color: #9c2727;
  border: 1px solid #f8d7da;
  flex-shrink: 0;
}

.lc-olga-btn-action {
  width: 100%;
  background: var(--og-wine);
  color: #ffffff !important;
  border: none;
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border-radius: var(--og-radius);
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(111, 31, 48, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
}

.lc-olga-btn-action:hover:not(:disabled) {
  background: var(--og-wine-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(111, 31, 48, 0.28);
}

.lc-olga-btn-action:disabled {
  background: #d4ccc4;
  color: #7d756d !important;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.lc-btn-loader {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: lcOlgaSpin 0.7s linear infinite;
  display: inline-block;
}

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

.lc-olga-box-trust {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--og-line-light);
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.lc-trust-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--og-muted);
}

.lc-trust-row svg {
  color: var(--og-gold);
  flex-shrink: 0;
}

/* =========================================================
   MOBILE BOTTOM SHEET DRAWER
   ========================================================= */
body.lc-olga-drawer-open {
  overflow: hidden !important;
}

body.lc-olga-drawer-open .trp-floating-switcher,
body:has(.lc-olga-drawer.active) .trp-floating-switcher {
  display: none !important;
}

.lc-olga-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(18, 14, 13, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 99998;
}

.lc-olga-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 85vh;
  background: var(--og-paper-pure);
  border-top: 1px solid var(--og-line);
  border-radius: 14px 14px 0 0;
  z-index: 99999;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  padding: 0 20px max(20px, env(safe-area-inset-bottom));
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.2);
}

.lc-olga-drawer.active {
  transform: translateY(0);
}

.lc-olga-drawer__header {
  padding: 14px 0 12px;
  border-bottom: 1px solid var(--og-line-light);
}

.lc-olga-drawer__handle {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: var(--og-line);
  margin: 0 auto 10px;
}

.lc-olga-drawer__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lc-olga-drawer__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  margin: 0;
  color: var(--og-ink);
}

.lc-olga-drawer__close {
  background: transparent;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: var(--og-muted);
  cursor: pointer;
}

.lc-olga-drawer__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lc-olga-drawer__footer {
  border-top: 1px solid var(--og-line-light);
  padding-top: 14px;
}
