/* public/assets/css/style.css */

body {
    padding-bottom: 40px;
}

/* Navbar logo */
.offer-page-logo-img {
    max-height: 100px;
    max-width: 200px;
    height: auto;
    width: auto;
    display: inline-block;
}

/* Layout: site logo in navbar */
.layout-navbar-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.layout-navbar-logo {
    max-height: 34px;
    width: auto;
    height: auto;
    display: block;
    background-color: black;
    padding: 2px 5px;
    border-radius: 7px;
}

/* Offer sections */
.offer-section {
    padding-top: 40px;
    border-bottom: 1px solid #eee;
    min-height: 100vh;
    position: relative;
}

/* Scroll arrow at bottom of each section */
.offer-section-arrow-wrapper {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.offer-section-arrow-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: #888;
}

.offer-section-arrow-btn:hover {
    color: #000;
}

/* Desktop side menu */
#offerMenu {
    top: 20px;
}

.offer-page-navbar-container {
    padding-left: 0;
}

.offer-page-content-col .offer-section:nth-last-child(1 of .offer-section) {
    min-height: auto !important;
    padding-bottom: 2rem;
}

/* Mobile horizontal menu */
.offer-page-mobile-menu-wrapper {
    margin-bottom: 10px;
    display: none; /* domyślnie ukryte, pokazujemy na małych ekranach */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #ffffff;
    padding: 4px 8px;
    border-bottom: 1px solid #eee;
}

.offer-page-mobile-menu {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: nowrap;
}

.offer-page-mobile-menu.list-group {
    flex-direction: row;
}

.offer-page-mobile-menu .list-group-item {
    flex: 0 0 auto;
    margin-right: 4px;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.9rem;
    white-space: nowrap;
    width: auto;
}

/* Aktywne pozycje menu (desktop + mobile) */
#offerMenu .list-group-item.active,
.offer-page-mobile-menu .list-group-item.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

/* Responsywność: na małych ekranach używamy tylko menu mobilnego */
@media (max-width: 767.98px) {
    body {
        padding-top: 52px; /* miejsce na fixed mobile menu, żeby sekcje nie wchodziły pod nie */
    }

    .offer-page-menu-col {
        display: none;
    }

    .offer-page-mobile-menu-wrapper {
        display: block;
    }
}


/* Layouty sekcji z szablonami (tekst / obrazki) */
.offer-section-layout {
    margin-top: 10px;
}

.offer-section-text-col {
    font-size: 1rem;
}

.offer-section-image-col {
    margin-bottom: 10px;
}

.offer-section-image {
    max-width: 100%;
    height: auto;
    display: inline-block;
}


/* Edytor treści sekcji z podglądem (HTML) */
.offers-form-section-content-row {
    position: relative;
}

.offers-form-section-content-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.offers-form-section-toolbar-btn {
    padding: 2px 6px;
    font-size: 0.8rem;
}

.offers-form-section-content-editor {
    min-height: 120px;
    max-height: 400px;
    overflow-y: auto;
    background-color: #ffffff;
    font-size: 0.95rem;
}

/* Edytor treści - tryb wielokolumnowy (panel admina) */
.offers-form-section-multicol-container {
    margin-bottom: 0.5rem;
}

.offers-form-section-multicol-info {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 0.25rem;
}

.offers-form-section-multicol-textarea {
    font-size: 0.9rem;
    display: none; /* textarea jest storage dla HTML, edycja w .offers-form-section-multicol-editor */
}

.offers-form-section-multicol-editor {
    min-height: 120px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #ffffff;
    font-size: 0.95rem;
}

.offers-form-section-multicol-editor:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,.25);
}

/* Struktura HTML zapisywana w polu treści dla szablonów wielokolumnowych */
.offer-section-multicol {
    display: flex;
    gap: 2rem;
}

.offer-section-multicol-col {
    flex: 1 1 0;
}

/* Na stronie publicznej na małych ekranach lepiej jedna kolumna */
@media (max-width: 767.98px) {
    .offer-section-multicol {
        display: block;
    }

    .offer-section-multicol-col {
        margin-bottom: 1rem;
    }
}

.offers-form-section-content-editor:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,.25);
}

.offers-form-section-content-textarea {
    display: none; /* textarea jest storage dla HTML, podgląd w edytorze */
}


.offers-form-section-card-arrows {
    cursor: pointer;
    font-size: 0.85rem;
}

.offers-form-section-card-id {
    font-weight: 500;
}

.offers-form-section-card-toggle {
    min-width: 2.2rem;
}



/* ------------------------------------------------------------
   v4.4/v4.5 - UI/UX (edit_offer)
------------------------------------------------------------ */

.offers-form-sticky-actions{
    position: sticky;
    top: 0;
    z-index: 10;
}

.offers-ux-card{
    border-radius: 14px;
}

.offers-ux-card-header{
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.offers-ux-panel{
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
}

.offers-ux-panel-head{
    width: 100%;
    border: 0;
    background: #f8f9fa;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    cursor: pointer;
}

.offers-ux-panel-icon{
    font-weight: 700;
    opacity: .7;
}

.offers-ux-panel-body{
    padding: 12px;
}

.offers-logo-preview{
    width: 120px;
    height: 70px;
    border: 1px dashed rgba(0,0,0,.2);
    border-radius: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #fff;
}

.offers-form-logo-img{
    max-width: 110px;
    max-height: 60px;
    object-fit: contain;
}

/* SEO preview */
.offers-seo-preview{
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    padding: 12px;
    background: #fff;
}

.offers-seo-preview-title{
    font-size: 16px;
    font-weight: 600;
    color: #1a0dab;
    margin-bottom: 4px;
}

.offers-seo-preview-url{
    font-size: 12px;
    color: #006621;
    margin-bottom: 6px;
    word-break: break-all;
}

.offers-seo-preview-desc{
    font-size: 13px;
    color: #4d5156;
}

/* Toast */
.offers-toast-container{
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 1055;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: min(420px, calc(100vw - 28px));
}

.offers-toast{
    background: rgba(33, 37, 41, .95);
    color: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    transform: translateY(10px);
    opacity: 0;
    transition: all .18s ease-in-out;
}

.offers-toast.is-visible{
    transform: translateY(0);
    opacity: 1;
}

.offers-toast-success{ background: rgba(25, 135, 84, .95); }
.offers-toast-danger{ background: rgba(220, 53, 69, .95); }
.offers-toast-warning{ background: rgba(255, 193, 7, .95); color: #212529; }

.offers-toast-close{
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 18px;
    line-height: 1;
    padding: 0 4px;
    cursor: pointer;
    opacity: .9;
}

/* Sections DnD */
.offers-form-section-drag-handle{
    display:inline-flex;
    width: 26px;
    height: 26px;
    align-items:center;
    justify-content:center;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    cursor: grab;
    user-select: none;
}

.offers-form-section-card.is-dragging{
    opacity: .7;
}

.offers-form-section-card.drag-over{
    outline: 2px dashed rgba(13,110,253,.6);
    outline-offset: 3px;
}

/* =========================
   v4.6 – Admin: users list
   ========================= */

.admin-users-toolbar{
    border-radius: 14px;
}

.admin-users-table th a{
    color: inherit;
    text-decoration: none;
}

.admin-users-table th a:hover{
    text-decoration: underline;
}

.admin-users-offers{
    max-width: 420px;
}

.admin-users-offers summary{
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    user-select: none;
}

.admin-users-offers summary::-webkit-details-marker{ display:none; }

.admin-users-offers summary:before{
    content: '▸';
    display: inline-block;
    width: 14px;
    opacity: .75;
}

.admin-users-offers[open] summary:before{
    content: '▾';
}

.admin-users-offers-body{
    padding-left: 18px;
}

.admin-users-offer-item + .admin-users-offer-item{
    margin-top: 6px;
}

.admin-users-offer-link{
    font-weight: 600;
}

.admin-users-cell-offers{
    min-width: 260px;
}

/* Offers list: search/sort + 24h stats */
.offers-list-cell-24h,
.offers-list-header-24h {
    min-width: 240px;
}

.offers-list-cell-24h .badge {
    font-weight: 500;
}

/* ------------------------------------------------------------
   v5.1 - Modern auth/account UI
------------------------------------------------------------- */

.auth-shell{
    min-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0;
    position: relative;
}

/* Subtle gradient backdrop only for auth/account wrappers */
.auth-shell::before{
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(900px 500px at 15% 10%, rgba(105,108,255,0.18), transparent 60%),
        radial-gradient(800px 500px at 85% 20%, rgba(13,110,253,0.12), transparent 60%),
        linear-gradient(180deg, rgba(248,249,250,0.85), rgba(255,255,255,0.90));
    z-index: -1;
}

.auth-card{
    width: 100%;
    max-width: 520px;
    border-radius: 18px;
    overflow: hidden;
}

.auth-header .auth-kicker{
    font-size: 0.85rem;
    letter-spacing: 0.02em;
}

.auth-form .form-control{
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
}

.auth-form .input-group .form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.auth-form .input-group .btn{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
}

.auth-form .btn-lg{
    border-radius: 12px;
    padding: 0.85rem 1rem;
}

.auth-terms-link{
    text-decoration: underline;
    text-underline-offset: 2px;
}

.terms-content p{
    margin-bottom: 0.9rem;
}


/* =========================================================
   v5.2 — Nowoczesne tabele i listy (UI/UX)
   (z pominięciem stron: ?route=create_offer i ?route=edit_offer)
   ========================================================= */

:root {
    --ui-surface: #ffffff;
    --ui-text: #0f172a;
    --ui-subtle: #475569;
    --ui-border: rgba(15, 23, 42, 0.12);
    --ui-muted: rgba(15, 23, 42, 0.06);
    --ui-hover: rgba(15, 23, 42, 0.04);
    --ui-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

/* ---------- TABLES ---------- */
body:not(.route-create_offer):not(.route-edit_offer) .layout-container .table-responsive-ui {
    border: 1px solid var(--ui-border);
    border-radius: 16px;
    overflow: auto;
    background: var(--ui-surface);
    box-shadow: var(--ui-shadow);
}

/* Zapobiega „odklejaniu” się tabeli od wrappera */
body:not(.route-create_offer):not(.route-edit_offer) .layout-container .table-responsive-ui > table {
    margin-bottom: 0;
}

/* Bootstrap table variables – delikatniejsze, bardziej „appowe” */
body:not(.route-create_offer):not(.route-edit_offer) .layout-container table.table-ui {
    --bs-table-bg: transparent;
    --bs-table-color: var(--ui-text);
    --bs-table-border-color: var(--ui-border);
    --bs-table-striped-bg: rgba(15, 23, 42, 0.025);
    --bs-table-hover-bg: rgba(15, 23, 42, 0.04);
    --bs-table-striped-color: var(--ui-text);
    --bs-table-hover-color: var(--ui-text);
    border-color: var(--ui-border);
}

/* Komórki */
body:not(.route-create_offer):not(.route-edit_offer) .layout-container table.table-ui th,
body:not(.route-create_offer):not(.route-edit_offer) .layout-container table.table-ui td {
    padding: 0.85rem 1rem;
    vertical-align: middle;
}

/* Nagłówek – sticky + blur (przy przewijaniu w poziomie/ pionie) */
body:not(.route-create_offer):not(.route-edit_offer) .layout-container table.table-ui thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--ui-border);
    font-weight: 700;
    color: var(--ui-text);
    white-space: nowrap;
}

/* Hover/focus dla wierszy */
body:not(.route-create_offer):not(.route-edit_offer) .layout-container table.table-ui tbody tr:hover {
    transform: translateZ(0);
}

body:not(.route-create_offer):not(.route-edit_offer) .layout-container table.table-ui tbody tr:focus-within {
    outline: 2px solid rgba(13, 110, 253, 0.25); /* bootstrap primary-ish */
    outline-offset: -2px;
}

/* Kolumna z akcjami – ciaśniej, bez łamania przycisków */
body:not(.route-create_offer):not(.route-edit_offer) .layout-container table.table-ui td.actions,
body:not(.route-create_offer):not(.route-edit_offer) .layout-container table.table-ui th.actions {
    white-space: nowrap;
}

/* Przyciski w tabelach: spójny rozmiar */
body:not(.route-create_offer):not(.route-edit_offer) .layout-container table.table-ui .btn {
    border-radius: 10px;
}

/* ---------- LISTS ---------- */
/* Globalne „lepsze” listy (nie dotykamy list-unstyled, breadcrumb, pagination) */
body:not(.route-create_offer):not(.route-edit_offer) .layout-container ul:not(.list-unstyled):not(.breadcrumb):not(.pagination):not(.offers-visitor-stats-session-sections-times-list):not(.offers-visitor-stats-session-timeline-list),
body:not(.route-create_offer):not(.route-edit_offer) .layout-container ol:not(.list-unstyled):not(.breadcrumb):not(.pagination):not(.offers-visitor-stats-session-sections-times-list):not(.offers-visitor-stats-session-timeline-list) {
    padding-left: 1.35rem;
    margin-bottom: 1rem;
}

body:not(.route-create_offer):not(.route-edit_offer) .layout-container ul:not(.list-unstyled):not(.breadcrumb):not(.pagination):not(.offers-visitor-stats-session-sections-times-list):not(.offers-visitor-stats-session-timeline-list) > li,
body:not(.route-create_offer):not(.route-edit_offer) .layout-container ol:not(.list-unstyled):not(.breadcrumb):not(.pagination):not(.offers-visitor-stats-session-sections-times-list):not(.offers-visitor-stats-session-timeline-list) > li {
    padding: 0.35rem 0.5rem;
    margin: 0.15rem 0;
    border-radius: 12px;
}

body:not(.route-create_offer):not(.route-edit_offer) .layout-container ul:not(.list-unstyled):not(.breadcrumb):not(.pagination):not(.offers-visitor-stats-session-sections-times-list):not(.offers-visitor-stats-session-timeline-list) > li:hover,
body:not(.route-create_offer):not(.route-edit_offer) .layout-container ol:not(.list-unstyled):not(.breadcrumb):not(.pagination):not(.offers-visitor-stats-session-sections-times-list):not(.offers-visitor-stats-session-timeline-list) > li:hover {
    background: var(--ui-hover);
}

/* Visitor stats – listy jako „kafelki” */
.offers-visitor-stats-session-sections-times-list,
.offers-visitor-stats-session-timeline-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.offers-visitor-stats-session-sections-times-item,
.offers-visitor-stats-session-timeline-item {
    border: 1px solid var(--ui-border);
    background: var(--ui-surface);
    border-radius: 16px;
    padding: 0.75rem 0.9rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.offers-visitor-stats-session-sections-times-item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.offers-visitor-stats-session-section-title {
    color: var(--ui-text);
    font-weight: 600;
}

.offers-visitor-stats-session-section-time {
    color: var(--ui-subtle);
    font-weight: 600;
    white-space: nowrap;
}

/* Timeline: czas + opis w układzie „grid” */
.offers-visitor-stats-session-timeline-item {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 12px;
    align-items: start;
}

.offers-visitor-stats-session-timeline-time {
    font-weight: 700;
    color: var(--ui-text);
    opacity: 0.9;
    white-space: nowrap;
}

.offers-visitor-stats-session-timeline-label {
    color: var(--ui-subtle);
}

/* Na mobile: timeline w jedną kolumnę */
@media (max-width: 576px) {
    .offers-visitor-stats-session-timeline-item {
        grid-template-columns: 1fr;
    }
}

/* Ułatwienie czytania tabel w wąskich oknach */
@media (max-width: 768px) {
    body:not(.route-create_offer):not(.route-edit_offer) .layout-container table.table-ui th,
    body:not(.route-create_offer):not(.route-edit_offer) .layout-container table.table-ui td {
        padding: 0.7rem 0.8rem;
    }
}

/* ============ v5.3: Offer contact form (UI/UX) ============ */
.offer-contact-card {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.offer-contact-head {
    margin-bottom: 10px;
}

.offer-page-contact-title {
    margin: 0 0 6px 0;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.offer-page-contact-desc {
    margin: 0;
    color: #444;
}

.offer-page-contact-hint {
    margin-top: 6px;
}

.offer-contact-input {
    border-radius: 14px;
    padding: 12px 14px;
}

.offer-page-contact-submit-btn {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    padding: 10px 14px;
}

.offer-page-contact-submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.85;
}

.offer-page-contact-ajax-alert {
    margin-top: 12px;
}

.offer-page-contact-questions {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(0,0,0,0.12);
}

.offer-page-contact-question-block {
    background: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 12px;
}

.offer-page-contact-question-label {
    font-weight: 600;
    margin-bottom: 6px;
}

.offer-page-contact-form-check {
    margin: 6px 0;
}

.offer-page-contact-radio {
    cursor: pointer;
}

.offer-page-contact-free-answer {
    border-radius: 14px;
}

/* v5.5 — oferta: komunikat o wygaśnięciu + licznik */
.offer-expiry-alert {
    border-left: 6px solid rgba(220, 53, 69, 0.35);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.offer-expiry-alert.alert-warning {
    border-left-color: rgba(255, 193, 7, 0.5);
}

.offer-expiry-alert-title {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 4px;
}

.offer-expiry-alert-body {
    margin: 0;
}

.offer-expiry-countdown {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 14px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

.offer-expiry-countdown-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.offer-expiry-countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.offer-expiry-tile {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 10px 6px;
    text-align: center;
}

.offer-expiry-number {
    font-weight: 700;
    font-size: 1.35rem;
    letter-spacing: 0.02em;
}

.offer-expiry-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #666;
}

.offer-expiry-expired {
    margin-top: 10px;
    font-weight: 600;
    color: #b91c1c;
}

@media (max-width: 576px) {
    .offer-expiry-countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* v5.4 — offer stats: visitors contact + copy + details modal */
.os-toolbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    margin: 10px 0 12px;
    flex-wrap: wrap;
}
.os-toolbar-left{ display:flex; align-items:center; gap:12px; }
.os-toolbar-right{ display:flex; align-items:center; gap:8px; flex-wrap: wrap; }

.os-col-check{ width: 42px; }

.os-contact-row{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}
.os-contact-value{
    font-weight: 600;
    font-size: 13px;
    opacity: .92;
    word-break: break-word;
}
.os-copy-btn{
    padding: 3px 8px;
    border-radius: 10px;
}

.os-pill{
    display:inline-flex;
    align-items:center;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.12);
    font-size: 11px;
    font-weight: 700;
    opacity: .88;
}
.os-pill-email{ background: rgba(59,130,246,.08); }
.os-pill-phone{ background: rgba(34,197,94,.08); }
.os-pill-waitlist{ background: rgba(234,179,8,.15); border-color: rgba(234,179,8,.4); color: #7c5a00; }
.os-pill-prospect{ background: rgba(14,116,144,.12); border-color: rgba(14,116,144,.35); color: #0e7490; }
.os-pill-interested{ background: rgba(37,99,235,.12); border-color: rgba(37,99,235,.35); color: #1d4ed8; }

.os-modal-content{
    border-radius: 16px;
    overflow: hidden;
}
.os-details-wrap{
    display:grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
@media (min-width: 992px){
    .os-details-wrap{ grid-template-columns: 1fr 1fr; }
}
.os-details-block{
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 12px 12px;
    background: rgba(255,255,255,.95);
}
.os-details-title{
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    opacity: .75;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.os-detail-row{
    display:grid;
    grid-template-columns: 140px 1fr;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px dashed rgba(0,0,0,.08);
}
.os-detail-row:last-child{ border-bottom: 0; }
.os-detail-k{ font-size: 12px; font-weight: 800; opacity: .7; }
.os-detail-v{ font-size: 13px; opacity: .9; word-break: break-word; }

.os-survey-item{
    padding: 10px 10px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.08);
    background: rgba(0,0,0,.02);
    margin-bottom: 10px;
}
.os-survey-q{ font-weight: 800; font-size: 13px; margin-bottom: 6px; }
.os-survey-a{ font-size: 13px; opacity: .9; }
