/* Eurokreator — styles for the new (Flask) site components.
   Complements assets/css/custom.css; brand vars: --brand-orange #E87A1D,
   --brand-graphite #2D2D2D. Serif accents use DM Serif Display (self-hosted). */

/* .ek-serif retired — the serif/italic accent read poorly (user feedback);
   the class is kept as a no-op for any stragglers. The bon ticket & passport
   graphics keep their own scoped serif rules on purpose. */
.ek-serif { font-family: inherit; font-style: normal; }

/* ── Utility shims ────────────────────────────────────────────────────────
   Classes the new templates use that the purged tailwind.css build doesn't
   include (config lives off-repo). Values match Tailwind's scale exactly —
   after a proper Tailwind rebuild this block can be deleted. */
.grow { flex-grow: 1; }
.text-right { text-align: right; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.items-end { align-items: flex-end; }
.-bottom-5 { bottom: -1.25rem; }
.-left-5 { left: -1.25rem; }
.w-3\.5 { width: 0.875rem; }
.h-3\.5 { height: 0.875rem; }
.w-24 { width: 6rem; }
.h-24 { height: 6rem; }
.w-28 { width: 7rem; }
.h-28 { height: 7rem; }
.h-56 { height: 14rem; }
.gap-y-2 { row-gap: 0.5rem; }
.pl-5 { padding-left: 1.25rem; }
.space-y-5 > * + * { margin-top: 1.25rem; }
.h-44 { height: 11rem; }
.h-80 { height: 20rem; }
.max-w-md { max-width: 28rem; }
.mb-0 { margin-bottom: 0; }
.mb-1\.5 { margin-bottom: 0.375rem; }
.mb-7 { margin-bottom: 1.75rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-14 { margin-top: 3.5rem; }
.mt-16 { margin-top: 4rem; }
.p-7 { padding: 1.75rem; }
.pl-4 { padding-left: 1rem; }
.pt-10 { padding-top: 2.5rem; }
.rounded-t-xl { border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-2\.5 > * + * { margin-top: 0.625rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-8xl { font-size: 6rem; line-height: 1; }
.rotate-180 { transform: rotate(180deg); }
.ek-h-420 { height: 26.25rem; }
.ek-maxh-400 { max-height: 25rem; }
.ek-maxh-480 { max-height: 30rem; }
/* This Tailwind build emits display utilities with !important (.hidden is
   display:none!important) — the display shims must match to win. */
@media (min-width: 640px) {
    .sm\:inline-flex { display: inline-flex !important; }
}
@media (min-width: 768px) {
    .md\:block { display: block !important; }
    .md\:flex { display: flex !important; }
    .md\:inline-flex { display: inline-flex !important; }
    .md\:pt-14 { padding-top: 3.5rem; }
    .md\:pt-16 { padding-top: 4rem; }
    .ek-grid-side-320 { grid-template-columns: 1fr 320px; }
}
@media (min-width: 1280px) {
    .xl\:block { display: block !important; }
}
@media (min-width: 1024px) {
    .ek-grid-side { grid-template-columns: 1fr 280px; }
    .ek-grid-side-360 { grid-template-columns: 1fr 360px; }
    .ek-grid-side-380 { grid-template-columns: 1fr 380px; }
    .ek-grid-pass { grid-template-columns: 380px 1fr; }
}

/* ── Two-row header: row 1 = logo + phone + CTA, row 2 = nav rail ── */
.site-header, .site-header.scrolled { background: #fff; }  /* fully opaque — 0.97 ghosted under the taller header */
.ek-header-inner { max-width: min(1560px, 100%); }
.ek-header-top { height: 3.75rem; }
.ek-header-nav { border-top: 1px solid #f3f4f6; height: 3.1rem; }
.ek-header-nav > div { height: 100%; }
.ek-nav { gap: clamp(0.25rem, 1.4vw, 1.5rem); }
.ek-nav .nav-link { padding-left: clamp(0.5rem, 0.9vw, 1rem); padding-right: clamp(0.5rem, 0.9vw, 1rem); }
.ek-header-spacer { height: 3.75rem; }
@media (min-width: 768px) {
    .ek-header-top { height: 4.75rem; }
    .ek-header-spacer { height: 4.75rem; }
}
@media (min-width: 1280px) {
    .ek-header-spacer { height: calc(4.75rem + 3.1rem); }
}

/* ── Hero face strip (human touch under the CTAs) ── */
.ek-face-strip { display: flex; align-items: center; gap: 0.9rem; margin-top: 2rem;
    text-decoration: none; max-width: 100%; }
/* The stack must never flex-shrink: its images would overflow the shrunken box
   and the caption would render on top of them (mobile bug). */
.ek-face-stack { display: flex; flex-shrink: 0; }
.ek-face-text { flex: 1 1 0%; min-width: 0; }
.ek-face-stack img { width: 2.75rem; height: 2.75rem; border-radius: 999px; object-fit: cover;
    border: 3px solid #fff; box-shadow: 0 2px 8px rgba(45,45,45,0.15); transition: transform .2s; }
.ek-face-stack img + img { margin-left: -0.8rem; }
.ek-face-strip:hover .ek-face-stack img { transform: translateY(-2px); }
.ek-face-text { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.85rem;
    font-weight: 600; color: #6b7280; }
.ek-face-strip:hover .ek-face-text { color: #E87A1D; }

/* ── Hero news feed (right column of the hero) ── */
/* min-width guards at every level: without them the nowrap meta line drives
   the grid column's min-content past the phone viewport (page got clipped). */
.ek-hero-feed { display: flex; flex-direction: column; gap: 0.9rem; min-width: 0; max-width: 100%; }
.ek-hero-feed-card > span:last-child { min-width: 0; flex: 1 1 0%; }
.ek-hero-feed-head { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.1rem; }
.ek-live-dot { width: 10px; height: 10px; border-radius: 999px; background: #E87A1D;
    box-shadow: 0 0 0 0 rgba(232,122,29,0.5); animation: ek-pulse 2s infinite; }
@keyframes ek-pulse {
    0% { box-shadow: 0 0 0 0 rgba(232,122,29,0.45); }
    70% { box-shadow: 0 0 0 10px rgba(232,122,29,0); }
    100% { box-shadow: 0 0 0 0 rgba(232,122,29,0); }
}
.ek-hero-feed-card { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 1.25rem;
    text-decoration: none; transition: transform .2s, box-shadow .2s; }
.ek-hero-feed-card:hover { transform: translateX(4px); box-shadow: 0 10px 28px rgba(45,45,45,0.10); }
.ek-hero-feed-card:nth-child(3) { margin-left: 1.5rem; }   /* broken symmetry */
.ek-hero-feed-card:nth-child(4) { margin-left: 3rem; }
@media (max-width: 640px) { .ek-hero-feed-card:nth-child(3), .ek-hero-feed-card:nth-child(4) { margin-left: 0; } }
.ek-hero-feed-card img { width: 3.25rem; height: 3.25rem; border-radius: 0.75rem; object-fit: cover;
    flex-shrink: 0; }
.ek-hero-feed-meta { display: block; font-size: 0.72rem; color: #9ca3af; margin-bottom: 0.2rem;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ek-hero-feed-title { display: block; font-weight: 700; line-height: 1.35; color: #2D2D2D; }
.ek-hero-feed-cta { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.78rem;
    font-weight: 600; color: #E87A1D; margin-top: 0.35rem; }
.ek-hero-feed-all { align-self: flex-end; display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.875rem; font-weight: 600; color: #E87A1D; text-decoration: none; margin-top: 0.1rem; }
.ek-hero-feed-all:hover { text-decoration: underline; }

/* ── Trust bar (credibility strip under the hero) ── */
.ek-trustbar { padding: 2rem 0; border-top: 1px solid #f3f4f6; border-bottom: 1px solid #f3f4f6;
    background: #fff; }

/* ── Flash messages ── */
.flash { padding: 0.875rem 1.25rem; border-radius: 0.75rem; font-size: 0.9rem; margin-bottom: 0.75rem; }
.flash-error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.flash-ok { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }

/* ── Event carousel ("Dzieje się") ── */
.ek-carousel { position: relative; min-width: 0; }
.ek-car-track { display: flex; gap: 1.25rem; overflow-x: auto; scroll-snap-type: x mandatory;
    scrollbar-width: none; padding-bottom: 0.5rem; }
.ek-car-track::-webkit-scrollbar { display: none; }
.ek-car-card { flex: 0 0 min(340px, 85vw); scroll-snap-align: start; display: flex; flex-direction: column; }
/* Fade the clipped card at the right edge so it doesn't collide with the calendar. */
.ek-carousel::after { content: ''; position: absolute; top: 0; bottom: 0.5rem; right: 0;
    width: 64px; background: linear-gradient(90deg, rgba(255,255,255,0), #fff 85%);
    pointer-events: none; z-index: 4; }
.ek-car-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
    width: 2.5rem; height: 2.5rem; border-radius: 999px; border: 1px solid #e5e7eb;
    background: #fff; color: #2D2D2D; display: flex; align-items: center; justify-content: center;
    cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: all .2s; }
.ek-car-btn:hover { background: #E87A1D; color: #fff; border-color: #E87A1D; }
.ek-car-btn.prev { left: -0.75rem; }
.ek-car-btn.next { right: -0.75rem; }
@media (max-width: 640px) { .ek-car-btn { display: none; } }

/* Card action row: badge left, CTA right; stacks when the pair can't fit
   (a two-line "Strefa/VIP" badge next to a squeezed button read as broken). */
.ek-card-actions { display: flex; align-items: center; justify-content: space-between;
    gap: 0.6rem; margin-top: auto; flex-wrap: wrap; }
.ek-card-actions .badge { white-space: nowrap; flex-shrink: 0; }
@media (max-width: 480px) {
    .ek-card-actions .btn { width: 100%; justify-content: center; }
}

.ek-date-badge { display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
    width: 3.25rem; height: 3.25rem; border-radius: 0.75rem; background: #fdf1e5; color: #E87A1D;
    line-height: 1; flex-shrink: 0; }
.ek-date-badge strong { font-size: 1.25rem; }
.ek-date-badge small { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.04em; }

/* ── Mini month calendar ── */
.ek-cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; text-align: center; }
.ek-cal-h { font-size: 0.65rem; color: #9ca3af; text-transform: uppercase; padding: 2px 0; }
.ek-cal-d { font-size: 0.8rem; color: #4b5563; padding: 5px 0; border-radius: 0.5rem; position: relative; }
.ek-cal-d.today { background: #f3f4f6; font-weight: 700; }
.ek-cal-d.has-event { font-weight: 700; }
.ek-cal-d.has-event a { color: #E87A1D; text-decoration: none; }
.ek-cal-d.has-event::after { content: ''; position: absolute; bottom: 1px; left: 50%;
    transform: translateX(-50%); width: 4px; height: 4px; border-radius: 999px; background: #E87A1D; }

/* ── Process axis (Kierunki: 5 steps, Bon: 4 steps) ── */
.ek-process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; position: relative;
    counter-reset: step; padding: 0; margin: 0; list-style: none; }
.ek-process-4 { grid-template-columns: repeat(4, 1fr); }
.ek-process::before { content: ''; position: absolute; top: 1.25rem; left: 4%; right: 4%;
    height: 2px; background: repeating-linear-gradient(90deg, #f0c9a4 0 8px, transparent 8px 16px); z-index: 0; }
.ek-process-step { position: relative; z-index: 1; background: #fff; border: 1px solid #f3f4f6;
    border-radius: 1rem; padding: 1.5rem; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.ek-process-no { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem;
    height: 2.5rem; border-radius: 999px; background: #E87A1D; color: #fff; font-weight: 700;
    margin-bottom: 0.75rem; }
@media (max-width: 1024px) { .ek-process, .ek-process-4 { grid-template-columns: 1fr 1fr; } .ek-process::before { display: none; } }
@media (max-width: 640px) { .ek-process, .ek-process-4 { grid-template-columns: 1fr; } }

/* ── Voucher ticket (brand colours — replaces the green inspiration PNG) ── */
.ek-ticket { display: grid; grid-template-columns: 1.9fr 1fr; border-radius: 1.25rem; overflow: hidden;
    box-shadow: 0 20px 40px rgba(45,45,45,0.18); font-family: 'DM Serif Display', Georgia, serif; }
.ek-ticket-main { background: linear-gradient(135deg, #2D2D2D 0%, #443a31 60%, #5a4632 100%);
    color: #fff; padding: 2.25rem 2rem; position: relative; }
.ek-ticket-main::after { content: ''; position: absolute; top: 0; right: -1px; bottom: 0; width: 2px;
    background: repeating-linear-gradient(180deg, #fff 0 6px, transparent 6px 14px); opacity: 0.7; }
.ek-ticket-brand { letter-spacing: 0.35em; font-size: 0.8rem; color: #f0b27c; margin: 0 0 0.75rem; }
.ek-ticket-name { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin: 0; line-height: 1.05; }
.ek-ticket-sub { font-style: italic; color: #d9c3ab; margin: 0.4rem 0 0.75rem; font-size: 0.95rem; }
.ek-ticket-amount { font-size: clamp(3.2rem, 7vw, 5rem); margin: 0 0 1rem; line-height: 1; }
.ek-ticket-amount span { font-size: 0.35em; color: #f0b27c; margin-left: 0.35rem; }
.ek-ticket-pill { display: inline-block; background: rgba(232,122,29,0.25); border: 1px solid rgba(240,178,124,0.5);
    padding: 0.5rem 1.1rem; border-radius: 999px; font-size: 0.85rem; margin: 0 0 1rem; }
.ek-ticket-foot { font-style: italic; font-size: 0.85rem; color: #bfae9c; margin: 0; }
.ek-ticket-stub { background: #fdf4ec; color: #2D2D2D; padding: 1.75rem 1.25rem; text-align: center;
    display: flex; flex-direction: column; justify-content: center; gap: 0.6rem; }
.ek-ticket-stub-title { letter-spacing: 0.2em; font-size: 0.7rem; color: #b0651d;
    border-bottom: 1px solid #ecd9c4; padding-bottom: 0.6rem; margin: 0; }
.ek-ticket-tier { display: flex; align-items: center; gap: 0.75rem; text-align: left; font-size: 0.85rem;
    justify-content: center; }
.ek-tier-x { display: inline-flex; align-items: center; justify-content: center; width: 2.6rem; height: 2.6rem;
    border-radius: 999px; background: #E87A1D; color: #fff; font-size: 1rem; flex-shrink: 0; }
.ek-ticket-dots { height: 1.2rem; width: 2px; margin: 0 auto;
    background: repeating-linear-gradient(180deg, #d9b891 0 3px, transparent 3px 7px); }
.ek-ticket-stub-foot { border-top: 1px solid #ecd9c4; padding-top: 0.6rem; margin: 0; font-size: 0.8rem; }
.ek-ticket-stub-foot em { color: #8a7260; font-size: 0.75rem; }
@media (max-width: 640px) { .ek-ticket { grid-template-columns: 1fr; } .ek-ticket-main::after { display: none; } }

/* ── Paszport Lidera (Klub) ── */
.ek-passport { max-width: 340px; margin: 0 auto; aspect-ratio: 3/4.1; border-radius: 1rem;
    background: linear-gradient(160deg, #232323 0%, #33291d 70%, #4a3518 100%);
    box-shadow: 0 24px 48px rgba(20,20,20,0.35); padding: 0.9rem; }
.ek-passport-inner { border: 1px solid rgba(200,164,92,0.55); border-radius: 0.7rem; height: 100%;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: #c8a45c; text-align: center; padding: 1.5rem; }
.ek-passport-top { letter-spacing: 0.25em; font-size: 0.65rem; margin: 0; }
.ek-passport-name { font-family: 'DM Serif Display', Georgia, serif; font-size: 2.2rem; line-height: 1.05;
    color: #ecd9b0; margin: 0; }
.ek-passport-sub { font-style: italic; font-size: 0.85rem; margin: 0.6rem 0 1.4rem; color: #a98c54; }
.ek-passport-price { font-family: 'DM Serif Display', Georgia, serif; font-size: 1.6rem; margin: 0;
    border-top: 1px solid rgba(200,164,92,0.4); padding-top: 1rem; color: #ecd9b0; }

/* ── VIP hero/CTA sections ── */
.ek-vip-hero { background: linear-gradient(160deg, #1f1f1f 0%, #2D2D2D 60%, #3b2f20 100%);
    padding: 5.5rem 0; }
.ek-vip-form .form-input { background: #1f2937; border-color: #4b5563; color: #fff; }
.ek-vip-form .form-input:focus { border-color: #E87A1D; }

/* ── Availability badges (Spotkajmy się) ── */
.ek-avail { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 600;
    padding: 0.3rem 0.8rem; border-radius: 999px; width: fit-content; }
.ek-avail::before { content: ''; width: 8px; height: 8px; border-radius: 999px; background: currentColor; }
.ek-avail-high { background: #f0fdf4; color: #16a34a; }
.ek-avail-mid { background: #fffbeb; color: #d97706; }
/* Half-filled dot = limited availability (concept doc: "bursztynowa połówka"). */
.ek-avail-mid::before { background: linear-gradient(90deg, currentColor 50%, transparent 50%);
    border: 1.5px solid currentColor; box-sizing: border-box; }
.ek-avail-ai { background: #eef2ff; color: #6366f1; }

/* ── Contact-path portraits (Spotkajmy się tiles) ── */
.ek-path-photo { width: 4.5rem; height: 4.5rem; border-radius: 999px; object-fit: cover;
    margin-bottom: 1rem; display: flex; align-items: center; justify-content: center; }
.ek-path-initial { background: #fdf1e5; color: #E87A1D; font-weight: 800; font-size: 1.5rem; }
.ek-path-ai { background: #eef2ff; color: #6366f1; }

/* ── Expert avatar with play dot ── */
.ek-avatar-play { position: relative; width: fit-content; }
.ek-play-dot { position: absolute; bottom: 4px; right: 4px; width: 2rem; height: 2rem;
    border-radius: 999px; background: #E87A1D; color: #fff; display: flex; align-items: center;
    justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.25); }

/* ── Photo frames strip (Notatnik) ── */
.ek-frames { display: flex; gap: 0.75rem; overflow-x: auto; padding-bottom: 0.5rem; }
.ek-frames::-webkit-scrollbar { display: none; }
.ek-frame { flex: 0 0 200px; height: 200px; border-radius: 0.9rem; overflow: hidden; }
.ek-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.ek-frame:hover img { transform: scale(1.06); }

/* ── Knowledge graph ── */
.ek-graph-canvas { width: 100%; display: block; border-radius: 0.9rem; background:
    radial-gradient(circle at 30% 20%, #fdf8f3 0%, #f8f7f5 60%, #f3f4f6 100%); cursor: grab; }
.ek-graph-canvas:active { cursor: grabbing; }
.ek-graph-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem;
    flex-wrap: wrap; padding: 0.75rem 1rem; }
.ek-graph-legend { display: flex; gap: 1rem; flex-wrap: wrap; font-size: 0.75rem; color: #6b7280; }
.ek-graph-legend i { display: inline-block; width: 10px; height: 10px; border-radius: 999px;
    margin-right: 4px; }
.ek-graph-period .btn.active { background: #FA6A24; color: #fff; border-color: #FA6A24; }
/* Docked bottom-left, clear of the toolbar and the map centre. */
.ek-graph-panel { position: absolute; left: 1.25rem; bottom: 1.25rem; width: min(320px, 85%);
    background: #fff; border: 1px solid #e5e7eb; border-radius: 0.9rem; padding: 1.1rem 1.25rem;
    box-shadow: 0 12px 32px rgba(0,0,0,0.14); font-size: 0.85rem; z-index: 10; }
.ek-graph-panel h4 { margin: 0 0 0.3rem; font-size: 1rem; padding-right: 2rem; }
.ek-graph-panel .close { position: absolute; top: 0.5rem; right: 0.5rem; cursor: pointer;
    color: #9ca3af; border: 0; background: #f5f5f4; border-radius: 999px; width: 2rem;
    height: 2rem; font-size: 1.2rem; line-height: 1; }
.ek-graph-panel .close:hover { background: #eceae8; color: #2D2D2D; }

/* ── AI chat widget ── */
.ek-chat { position: fixed; right: 1.25rem; bottom: 4.5rem; z-index: 60; }
@media (min-width: 1024px) { .ek-chat { bottom: 1.5rem; } }
.ek-chat-toggle { width: 3.5rem; height: 3.5rem; border-radius: 999px; border: 0; background: #E87A1D;
    color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer;
    box-shadow: 0 10px 24px rgba(232,122,29,0.45); transition: transform .2s; }
.ek-chat-toggle:hover { transform: scale(1.06); }
.ek-chat-panel { position: absolute; right: 0; bottom: 4.25rem; width: min(360px, calc(100vw - 2.5rem));
    background: #fff; border-radius: 1.1rem; border: 1px solid #e5e7eb;
    box-shadow: 0 24px 56px rgba(0,0,0,0.18); overflow: hidden; display: flex; flex-direction: column; }
.ek-chat-panel[hidden] { display: none; }
.ek-chat-head { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem;
    background: #2D2D2D; color: #fff; padding: 0.9rem 1.1rem; }
.ek-chat-status { display: block; font-size: 0.7rem; color: #9ca3af; }
.ek-chat-head button { background: none; border: 0; color: #9ca3af; font-size: 1.4rem; cursor: pointer; }
.ek-chat-log { height: 320px; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column;
    gap: 0.6rem; background: #fafaf9; }
.ek-msg { max-width: 85%; padding: 0.6rem 0.9rem; border-radius: 0.9rem; font-size: 0.875rem;
    line-height: 1.45; white-space: pre-wrap; }
.ek-msg-user { align-self: flex-end; background: #E87A1D; color: #fff; border-bottom-right-radius: 0.25rem; }
.ek-msg-ai { align-self: flex-start; background: #fff; border: 1px solid #eceae8;
    border-bottom-left-radius: 0.25rem; color: #374151; }
.ek-msg-typing { align-self: flex-start; color: #9ca3af; font-size: 0.8rem; }
.ek-chat-form { display: flex; gap: 0.5rem; padding: 0.75rem; border-top: 1px solid #f3f4f6; }
.ek-chat-form input { flex: 1; min-width: 0; border: 1px solid #e5e7eb; border-radius: 0.7rem;
    padding: 0.55rem 0.85rem; font-size: 0.875rem; }
.ek-chat-form input:focus { outline: 2px solid #E87A1D33; border-color: #E87A1D; }
.ek-chat-note { font-size: 0.65rem; color: #9ca3af; text-align: center; margin: 0; padding: 0 0.75rem 0.6rem; }
.ek-chat-note a { text-decoration: underline; }
