:root{
    --lcc-brand:#f97316;
    --lcc-brand-strong:#ea580c;
    --lcc-brand-soft:#fff7ed;
    --lcc-text:#111827;
    --lcc-muted:#6b7280;
    --lcc-line:#e5e7eb;
    --lcc-line-strong:#d1d5db;
    --lcc-bg:#f8fafc;
    --lcc-white:#ffffff;
    --lcc-success:#047857;
    --lcc-success-bg:#ecfdf5;
    --lcc-danger:#b91c1c;
    --lcc-danger-bg:#fef2f2;
    --lcc-warning:#c2410c;
    --lcc-warning-bg:#fff7ed;
    --lcc-shadow:0 18px 45px rgba(15,23,42,.08);
    --lcc-shadow-soft:0 10px 24px rgba(15,23,42,.06);
}

body.lcc-cotizacion-publica{
    margin:0;
    padding:0;
    background:linear-gradient(180deg,#fff7ed 0%,#f8fafc 180px,#f8fafc 100%);
}

body.lcc-cotizacion-publica header,
body.lcc-cotizacion-publica footer,
body.lcc-cotizacion-publica #masthead,
body.lcc-cotizacion-publica #colophon{
    display:none !important;
}

body.lcc-cotizacion-publica #page,
body.lcc-cotizacion-publica .site,
body.lcc-cotizacion-publica .site-content,
body.lcc-cotizacion-publica .content-area,
body.lcc-cotizacion-publica .site-main{
    margin:0 !important;
    padding:0 !important;
    max-width:100% !important;
    width:100% !important;
}

.lcc-wrap{
    --lcc-accent:var(--lcc-brand);
    padding:28px 16px;
    background:
        radial-gradient(circle at top left, rgba(249,115,22,.08), transparent 34%),
        linear-gradient(180deg,#fff7ed 0%,#f8fafc 180px,#f8fafc 100%);
    color:var(--lcc-text);
    font-size:14px;
    line-height:1.45;
}

.lcc-sheet{
    width:100%;
    max-width:1120px;
    margin:0 auto;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.7);
    border-radius:24px;
    box-shadow:var(--lcc-shadow);
    box-sizing:border-box;
    padding:24px;
    position:relative;
    overflow:hidden;
}

.lcc-sheet::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:6px;
    background:linear-gradient(90deg,var(--lcc-accent),#fb923c);
}

#lcc-doc{
    width:100%;
    max-width:1120px;
    box-sizing:border-box;
}

.lcc-company-card,
.lcc-doc-info,
.lcc-client-box,
.lcc-terms-box,
.lcc-bank-box,
.lcc-totals-box,
.lcc-lista-filters,
.lcc-items-wrap{
    border:1px solid var(--lcc-line);
    border-radius:20px;
    background:var(--lcc-white);
    box-shadow:var(--lcc-shadow-soft);
    box-sizing:border-box;
}

.lcc-top-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:20px;
    align-items:start;
    margin-bottom:20px;
}

.lcc-company-card{
    padding:22px;
    display:flex;
    gap:18px;
    align-items:flex-start;
    min-height:100%;
    position:relative;
}

.lcc-company-card::after,
.lcc-doc-info::after,
.lcc-client-box::after,
.lcc-terms-box::after,
.lcc-bank-box::after,
.lcc-totals-box::after,
.lcc-lista-filters::after,
.lcc-items-wrap::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    pointer-events:none;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);
}

.lcc-company-card,
.lcc-doc-info,
.lcc-client-box,
.lcc-terms-box,
.lcc-bank-box,
.lcc-totals-box,
.lcc-lista-filters,
.lcc-items-wrap{
    position:relative;
}

.lcc-company-logo-wrap{
    width:92px;
    min-width:92px;
    height:92px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:22px;
    background:linear-gradient(180deg,#fff7ed,#ffffff);
    border:1px solid #fed7aa;
}

.lcc-company-logo{
    max-width:150px;
    max-height:72px;
    object-fit:contain;
    display:block;
}

.lcc-logo-placeholder{
    width:64px;
    height:64px;
    border-radius:18px;
    background:linear-gradient(180deg,var(--lcc-accent),var(--lcc-brand-strong));
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:800;
    box-shadow:0 12px 28px rgba(249,115,22,.25);
}

.lcc-company-data h1,
.lcc-company-data h2{
    margin:0 0 10px;
    font-size:28px;
    line-height:1.1;
    font-weight:800;
    letter-spacing:-.02em;
    color:var(--lcc-text);
}

.lcc-company-data p{
    margin:4px 0;
    color:var(--lcc-muted);
    font-size:14px;
    line-height:1.45;
}

.lcc-company-data strong{
    color:var(--lcc-text);
}

.lcc-right-stack{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.lcc-doc-info,
.lcc-client-box,
.lcc-terms-box,
.lcc-bank-box,
.lcc-totals-box,
.lcc-lista-filters{
    padding:20px;
}

.lcc-doc-title{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin:0 0 14px;
    padding:8px 12px;
    border-radius:999px;
    background:var(--lcc-brand-soft);
    color:var(--lcc-brand-strong);
    font-size:13px;
    line-height:1;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.lcc-doc-meta-line{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed var(--lcc-line);
    font-size:14px;
}

.lcc-doc-meta-line:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:0;
}

.lcc-doc-meta-line span{
    color:var(--lcc-muted);
}

.lcc-doc-meta-line strong{
    color:var(--lcc-text);
    font-weight:700;
    text-align:right;
}

.lcc-client-box h3,
.lcc-terms-box h3,
.lcc-bank-box h3,
.lcc-lista-header h2{
    margin:0 0 14px;
    font-size:18px;
    line-height:1.2;
    font-weight:800;
    color:var(--lcc-text);
    letter-spacing:-.01em;
}

.lcc-lista-header{
    margin-bottom:18px;
    padding:20px 22px;
    border-radius:20px;
    background:linear-gradient(135deg,var(--lcc-brand-soft),#ffffff 70%);
    border:1px solid #fed7aa;
}

.lcc-lista-header p{
    margin:0;
    color:var(--lcc-muted);
    font-size:14px;
}

.lcc-client-fields,
.lcc-lista-filter-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.lcc-field label{
    display:block;
    margin-bottom:7px;
    font-size:13px;
    font-weight:700;
    color:var(--lcc-text);
}

.lcc-field input,
.lcc-field select,
.lcc-items-table input{
    width:100%;
    box-sizing:border-box;
    border:1px solid var(--lcc-line-strong);
    background:#fff;
    color:var(--lcc-text);
    border-radius:14px;
    padding:12px 14px;
    min-height:46px;
    font:inherit;
    transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.lcc-field input:focus,
.lcc-field select:focus,
.lcc-items-table input:focus{
    outline:none;
    border-color:rgba(249,115,22,.65);
    box-shadow:0 0 0 4px rgba(249,115,22,.12);
    background:#fff;
}

.lcc-client-data p,
.lcc-terms-box p,
.lcc-bank-box p{
    margin:6px 0;
    color:var(--lcc-muted);
    font-size:14px;
    line-height:1.5;
}

.lcc-client-data strong,
.lcc-terms-box strong,
.lcc-bank-box strong{
    color:var(--lcc-text);
}

.lcc-items-wrap{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    margin-bottom:18px;
    padding:10px;
}

.lcc-items-table,
.lcc-lista-cotizaciones{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    table-layout:fixed;
    font-size:13px;
    line-height:1.35;
    min-width:720px;
}

.lcc-items-table th,
.lcc-items-table td,
.lcc-lista-cotizaciones th,
.lcc-lista-cotizaciones td{
    border-bottom:1px solid var(--lcc-line);
    padding:12px 10px;
    vertical-align:middle;
    background:#fff;
}

.lcc-items-table thead th,
.lcc-lista-cotizaciones thead th{
    position:sticky;
    top:0;
    z-index:1;
    background:linear-gradient(180deg,var(--lcc-accent),var(--lcc-brand-strong));
    color:#fff;
    font-size:11px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    border-bottom:0;
}

.lcc-items-table thead th:first-child,
.lcc-lista-cotizaciones thead th:first-child{
    border-top-left-radius:14px;
}

.lcc-items-table thead th:last-child,
.lcc-lista-cotizaciones thead th:last-child{
    border-top-right-radius:14px;
}

.lcc-items-table tbody tr:hover td,
.lcc-lista-cotizaciones tbody tr:hover td{
    background:#fffaf5;
}

.lcc-items-table th:nth-child(1),
.lcc-items-table td:nth-child(1){ width:72px; text-align:center; }
.lcc-items-table th:nth-child(3),
.lcc-items-table td:nth-child(3){ width:140px; text-align:right; }
.lcc-items-table th:nth-child(4),
.lcc-items-table td:nth-child(4){ width:140px; text-align:right; font-weight:700; }
.lcc-items-table th:nth-child(5),
.lcc-items-table td:nth-child(5){ width:70px; text-align:center; }

.lcc-items-table input{
    border:1px solid transparent;
    background:#f8fafc;
    min-height:42px;
    padding:10px 12px;
}

.lcc-total-item{
    font-weight:800;
    white-space:nowrap;
    color:var(--lcc-text);
}

.lcc-remove-row{
    width:36px;
    height:36px;
    border:1px solid #fecaca;
    border-radius:999px;
    background:#fff;
    color:var(--lcc-danger);
    cursor:pointer;
    font-size:22px;
    line-height:1;
    padding:0;
    transition:transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.lcc-remove-row:hover{
    background:var(--lcc-danger-bg);
    box-shadow:0 8px 16px rgba(185,28,28,.12);
    transform:translateY(-1px);
}

.lcc-bottom{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:20px;
    align-items:start;
}

.lcc-bottom-left{
    display:grid;
    gap:16px;
}

.lcc-total-line{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    margin-bottom:12px;
    font-size:15px;
}

.lcc-total-line span{
    color:var(--lcc-muted);
}

.lcc-total-line strong{
    color:var(--lcc-text);
    font-weight:800;
}

.lcc-grand-total{
    margin-top:16px;
    padding-top:16px;
    border-top:2px solid #fed7aa;
    font-size:20px;
}

.lcc-grand-total span,
.lcc-grand-total strong{
    color:var(--lcc-brand-strong);
}

.lcc-actions-top,
.lcc-submit-wrap,
.lcc-lista-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    align-items:center;
}

.lcc-actions-top,
.lcc-submit-wrap{
    margin-top:16px;
}

.lcc-submit-wrap{
    justify-content:space-between;
}

.lcc-btn,
.lcc-status-action-btn,
.lcc-btn-open{
    min-height:46px;
    padding:11px 18px;
    border-radius:14px;
    border:1px solid transparent;
    cursor:pointer;
    font:inherit;
    font-size:14px;
    font-weight:700;
    line-height:1.2;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.lcc-btn:hover,
.lcc-status-action-btn:hover,
.lcc-btn-open:hover{
    transform:translateY(-1px);
}

.lcc-btn-primary{
    background:linear-gradient(180deg,var(--lcc-accent),var(--lcc-brand-strong));
    color:#fff;
    box-shadow:0 14px 28px rgba(249,115,22,.24);
}

.lcc-btn-primary:hover{
    box-shadow:0 18px 34px rgba(249,115,22,.28);
}

.lcc-btn-secondary,
.lcc-btn-open{
    background:#fff;
    color:var(--lcc-text);
    border-color:var(--lcc-line-strong);
}

.lcc-btn-secondary:hover,
.lcc-btn-open:hover{
    border-color:#fdba74;
    background:#fffaf5;
}

.lcc-btn-small{
    min-height:40px;
    padding:9px 14px;
    font-size:13px;
}

.lcc-form-message{
    margin-top:0;
    font-size:13px;
    line-height:1.4;
    color:var(--lcc-muted);
}

.lcc-form-message.is-error{
    color:var(--lcc-danger);
}

.lcc-notice,
.lcc-inline-notice{
    max-width:1120px;
    margin:0 auto 16px;
    padding:14px 16px;
    border-radius:16px;
    font-size:14px;
    line-height:1.4;
    border:1px solid transparent;
}

.lcc-notice,
.lcc-inline-notice-error{
    background:var(--lcc-danger-bg);
    color:var(--lcc-danger);
    border-color:#fecaca;
}

.lcc-inline-notice-success{
    background:var(--lcc-success-bg);
    color:var(--lcc-success);
    border-color:#a7f3d0;
}

.lcc-lista-filters{
    margin-bottom:18px;
}

.lcc-lista-actions{
    margin-top:14px;
}

.lcc-status-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:7px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    line-height:1.2;
    border:1px solid transparent;
}

.lcc-cot-status-en_espera{
    background:var(--lcc-warning-bg);
    color:var(--lcc-warning);
    border-color:#fdba74;
}

.lcc-cot-status-aprobada,
.lcc-status-pill.is-active{
    background:var(--lcc-success-bg);
    color:var(--lcc-success);
    border-color:#86efac;
}

.lcc-cot-status-rechazada,
.lcc-status-pill.is-inactive{
    background:var(--lcc-danger-bg);
    color:var(--lcc-danger);
    border-color:#fecaca;
}

.lcc-estado-wrap{
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:flex-start;
}

.lcc-front-status-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.lcc-inline-status-form{
    margin:0;
}

.lcc-status-action-btn{
    min-height:38px;
    padding:8px 12px;
    border-radius:999px;
    background:#fff;
    font-size:12px;
}

.lcc-status-action-btn.is-success{
    border-color:#86efac;
    color:var(--lcc-success);
}

.lcc-status-action-btn.is-danger{
    border-color:#fecaca;
    color:var(--lcc-danger);
}

.lcc-status-action-btn.is-warning{
    border-color:#fdba74;
    color:var(--lcc-warning);
}

.lcc-status-action-btn.is-current,
.lcc-status-action-btn:disabled{
    opacity:.5;
    cursor:not-allowed;
    transform:none;
}

.lcc-doc-credit{
    margin-top:18px;
    text-align:center;
    font-size:12px;
    color:var(--lcc-muted);
}

.lcc-doc-credit a{
    color:var(--lcc-brand-strong);
    text-decoration:none;
    font-weight:700;
}

.lcc-lista-cotizaciones .lcc-col-folio{ width:9%; }
.lcc-lista-cotizaciones .lcc-col-fecha{ width:18%; }
.lcc-lista-cotizaciones .lcc-col-cliente{ width:22%; }
.lcc-lista-cotizaciones .lcc-col-total{ width:12%; white-space:nowrap; }
.lcc-lista-cotizaciones .lcc-col-estado{ width:26%; vertical-align:top; }
.lcc-lista-cotizaciones .lcc-col-accion{ width:13%; text-align:center; }

.no-print{ display:block; }

/* PDF */
body.lcc-pdf-mode{
    background:#fff !important;
}

body.lcc-pdf-mode .no-print{
    display:none !important;
}

body.lcc-pdf-desktop .lcc-wrap,
body.lcc-pdf-mobile .lcc-wrap{
    padding:0 !important;
    background:#fff !important;
}

body.lcc-pdf-desktop #lcc-doc,
body.lcc-pdf-desktop .lcc-sheet,
body.lcc-pdf-mobile #lcc-doc,
body.lcc-pdf-mobile .lcc-sheet{
    background:#fff !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
}

body.lcc-pdf-desktop .lcc-sheet::before,
body.lcc-pdf-mobile .lcc-sheet::before,
body.lcc-pdf-desktop .lcc-company-card::after,
body.lcc-pdf-desktop .lcc-doc-info::after,
body.lcc-pdf-desktop .lcc-client-box::after,
body.lcc-pdf-desktop .lcc-terms-box::after,
body.lcc-pdf-desktop .lcc-bank-box::after,
body.lcc-pdf-desktop .lcc-totals-box::after,
body.lcc-pdf-mobile .lcc-company-card::after,
body.lcc-pdf-mobile .lcc-doc-info::after,
body.lcc-pdf-mobile .lcc-client-box::after,
body.lcc-pdf-mobile .lcc-terms-box::after,
body.lcc-pdf-mobile .lcc-bank-box::after,
body.lcc-pdf-mobile .lcc-totals-box::after{
    display:none !important;
}

body.lcc-pdf-desktop #lcc-doc{
    width:198mm !important;
    max-width:198mm !important;
    margin:0 auto !important;
}

body.lcc-pdf-desktop .lcc-sheet{
    width:198mm !important;
    max-width:198mm !important;
    margin:0 auto !important;
    padding:8mm !important;
    border-radius:0 !important;
}

body.lcc-pdf-desktop .lcc-top-grid{
    grid-template-columns:1fr 68mm !important;
    gap:10px !important;
    margin-bottom:10px !important;
}

body.lcc-pdf-desktop .lcc-company-card,
body.lcc-pdf-desktop .lcc-doc-info,
body.lcc-pdf-desktop .lcc-client-box,
body.lcc-pdf-desktop .lcc-terms-box,
body.lcc-pdf-desktop .lcc-bank-box,
body.lcc-pdf-desktop .lcc-totals-box{
    border:1px solid #e5e7eb !important;
    border-radius:8px !important;
    box-shadow:none !important;
    padding:10px 12px !important;
}

body.lcc-pdf-desktop .lcc-company-card{ gap:10px !important; }
body.lcc-pdf-desktop .lcc-company-logo-wrap{ width:58px !important; min-width:58px !important; height:58px !important; border-radius:12px !important; }
body.lcc-pdf-desktop .lcc-company-logo{ max-width:100px !important; max-height:44px !important; }
body.lcc-pdf-desktop .lcc-company-data h1,
body.lcc-pdf-desktop .lcc-company-data h2{ font-size:18px !important; margin-bottom:5px !important; }
body.lcc-pdf-desktop .lcc-company-data p,
body.lcc-pdf-desktop .lcc-client-data p,
body.lcc-pdf-desktop .lcc-terms-box p,
body.lcc-pdf-desktop .lcc-bank-box p,
body.lcc-pdf-desktop .lcc-doc-meta-line{ font-size:10.5px !important; margin:2px 0 !important; }
body.lcc-pdf-desktop .lcc-doc-title{ font-size:12px !important; padding:5px 8px !important; margin-bottom:8px !important; }
body.lcc-pdf-desktop .lcc-items-wrap{ padding:0 !important; margin-bottom:10px !important; border-radius:8px !important; box-shadow:none !important; }
body.lcc-pdf-desktop .lcc-items-table{ font-size:10.5px !important; min-width:0 !important; }
body.lcc-pdf-desktop .lcc-items-table th,
body.lcc-pdf-desktop .lcc-items-table td{ padding:6px !important; }
body.lcc-pdf-desktop .lcc-items-table thead th{ font-size:9px !important; }
body.lcc-pdf-desktop .lcc-bottom{ grid-template-columns:1fr 68mm !important; gap:10px !important; }
body.lcc-pdf-desktop .lcc-total-line{ font-size:10.5px !important; margin-bottom:6px !important; }
body.lcc-pdf-desktop .lcc-grand-total{ font-size:14px !important; margin-top:10px !important; padding-top:10px !important; }

body.lcc-pdf-mobile #lcc-doc,
body.lcc-pdf-mobile .lcc-sheet{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:5mm !important;
    border-radius:0 !important;
}

body.lcc-pdf-mobile .lcc-top-grid,
body.lcc-pdf-mobile .lcc-bottom{
    grid-template-columns:1fr !important;
    gap:8px !important;
}

body.lcc-pdf-mobile .lcc-company-card,
body.lcc-pdf-mobile .lcc-doc-info,
body.lcc-pdf-mobile .lcc-client-box,
body.lcc-pdf-mobile .lcc-terms-box,
body.lcc-pdf-mobile .lcc-bank-box,
body.lcc-pdf-mobile .lcc-totals-box{
    border:1px solid #e5e7eb !important;
    border-radius:8px !important;
    box-shadow:none !important;
    padding:9px 10px !important;
}

body.lcc-pdf-mobile .lcc-company-card{ gap:8px !important; }
body.lcc-pdf-mobile .lcc-company-logo-wrap{ width:52px !important; min-width:52px !important; height:52px !important; border-radius:10px !important; }
body.lcc-pdf-mobile .lcc-company-logo{ max-width:90px !important; max-height:40px !important; }
body.lcc-pdf-mobile .lcc-company-data h1,
body.lcc-pdf-mobile .lcc-company-data h2{ font-size:16px !important; margin-bottom:4px !important; }
body.lcc-pdf-mobile .lcc-company-data p,
body.lcc-pdf-mobile .lcc-client-data p,
body.lcc-pdf-mobile .lcc-terms-box p,
body.lcc-pdf-mobile .lcc-bank-box p,
body.lcc-pdf-mobile .lcc-doc-meta-line{ font-size:11px !important; line-height:1.35 !important; }
body.lcc-pdf-mobile .lcc-doc-title{ font-size:11px !important; padding:4px 7px !important; margin-bottom:6px !important; }
body.lcc-pdf-mobile .lcc-items-wrap{ padding:0 !important; overflow:visible !important; margin-bottom:8px !important; border-radius:8px !important; box-shadow:none !important; }
body.lcc-pdf-mobile .lcc-items-table{ min-width:0 !important; font-size:10px !important; }
body.lcc-pdf-mobile .lcc-items-table th,
body.lcc-pdf-mobile .lcc-items-table td{ padding:5px 4px !important; word-break:break-word !important; }
body.lcc-pdf-mobile .lcc-total-line{ font-size:11px !important; margin-bottom:6px !important; }
body.lcc-pdf-mobile .lcc-grand-total{ font-size:14px !important; }

/* Responsive */
@media (max-width: 991px){
    .lcc-top-grid,
    .lcc-bottom{
        grid-template-columns:1fr;
    }

    .lcc-submit-wrap{
        flex-direction:column;
        align-items:stretch;
    }

    .lcc-submit-wrap .lcc-btn-primary{
        width:100%;
    }
}

@media (max-width: 767px){
    .lcc-wrap{
        padding:14px 10px;
    }

    .lcc-sheet{
        padding:16px;
        border-radius:20px;
    }

    .lcc-company-card{
        flex-direction:column;
        align-items:flex-start;
        padding:18px;
    }

    .lcc-company-logo-wrap{
        width:78px;
        min-width:78px;
        height:78px;
        border-radius:18px;
    }

    .lcc-company-data h1,
    .lcc-company-data h2{
        font-size:24px;
    }

    .lcc-doc-info,
    .lcc-client-box,
    .lcc-terms-box,
    .lcc-bank-box,
    .lcc-totals-box,
    .lcc-lista-filters{
        padding:16px;
        border-radius:18px;
    }

    .lcc-client-fields,
    .lcc-lista-filter-grid{
        grid-template-columns:1fr;
        gap:14px;
    }

    .lcc-items-wrap{
        padding:8px;
    }

    .lcc-items-table,
    .lcc-lista-cotizaciones{
        min-width:640px;
    }

    .lcc-actions-top,
    .lcc-lista-actions,
    .lcc-front-status-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .lcc-btn,
    .lcc-btn-small,
    .lcc-status-action-btn,
    .lcc-btn-open{
        width:100%;
    }

    .lcc-doc-meta-line{
        font-size:13px;
    }
}
