/* ===== Doxio Documents — frontend ===== */

.doxio-document-page{max-width:900px;margin:0 auto}
.doxio-document-lead{font-size:17px;line-height:1.65;margin:0 0 24px}

/* info-карточки */
.doxio-document-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}
.doxio-document-info>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px}
.doxio-document-info span{display:block;font-size:13px;color:#64748b;margin-bottom:5px}
.doxio-document-info strong{display:block;color:#1e293b;line-height:1.45}

/* блок скачивания */
.doxio-document-download{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:16px;margin:24px 0 30px}
.doxio-download-button{display:inline-flex;align-items:center;gap:9px;background:#2563eb;color:#fff!important;text-decoration:none!important;border-radius:8px;padding:11px 18px;font-weight:600}
.doxio-download-button:hover{background:#1d4ed8}
.doxio-download-icon{font-size:20px;line-height:1}
.doxio-download-badges{display:flex;gap:14px;color:#475569;font-size:14px;align-items:center}
.doxio-free-badge{display:inline-flex;align-items:center;gap:7px;color:#1e293b;font-weight:600}
.doxio-free-icon{display:block;color:#2563eb;flex:0 0 auto}

/* окно документа */
.doxio-document-viewer{
    height:720px;
    overflow-y:auto;
    overflow-x:hidden;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:12px;
    box-shadow:0 3px 14px rgba(15,23,42,.05);
    padding:clamp(22px,4vw,46px);
    box-sizing:border-box;
}
.doxio-document-content{font-size:16px;line-height:1.7;color:#1e293b}
.doxio-document-content h2{font-size:25px;line-height:1.3;text-align:center;margin:0 0 25px}
.doxio-document-content h3{font-size:20px;line-height:1.35;margin:30px 0 13px}
.doxio-document-content h4{font-size:18px;margin:25px 0 10px}
.doxio-document-content h5{font-size:16px;margin:20px 0 8px}
.doxio-document-content p{margin:0 0 12px}

/* ===== Таблицы документа — БЕЗ рамок ===== */
.doxio-table-wrap{overflow-x:auto;margin:24px 0}

.doxio-document-table,
.doxio-document-table *{
    border:0 !important;
    border-width:0 !important;
    border-style:none !important;
    box-shadow:none !important;
    outline:0 !important;
}

.doxio-document-table{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    min-width:620px;
    background:transparent;
}

.doxio-document-table thead,
.doxio-document-table tbody,
.doxio-document-table tfoot,
.doxio-document-table tr,
.doxio-document-table th,
.doxio-document-table td{
    border:0 !important;
    background:transparent;
}

.doxio-document-table th,
.doxio-document-table td{
    vertical-align:top;
    padding:8px 10px 8px 0;
    text-align:left;
}

.doxio-document-table td + td,
.doxio-document-table th + th,
.doxio-document-table th + td,
.doxio-document-table td + th{
    padding-left:10px;
}

.doxio-document-table p:last-child{margin-bottom:0}

/* ===== Блок «Обратите внимание» ===== */
.doxio-document-notice{
    display:flex;
    align-items:flex-start;
    gap:13px;
    margin:30px 0 10px;
    padding:16px 18px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-left:4px solid #2563eb;
    border-radius:10px;
    color:#475569;
    font-size:14px;
    line-height:1.6;
    box-sizing:border-box;
}
.doxio-notice-icon{flex:0 0 22px;color:#2563eb;line-height:0}
.doxio-notice-content strong{color:#1e293b;font-weight:700}
.doxio-notice-content span{color:#475569}

.doxio-document-empty{padding:20px;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px}

/* ===== Mobile ===== */
@media(max-width:700px){
    .doxio-document-info{grid-template-columns:1fr}
    .doxio-document-download{align-items:flex-start;flex-direction:column}
    .doxio-download-badges{flex-wrap:wrap}
    .doxio-document-viewer{height:620px;padding:20px 16px}
    .doxio-document-content h2{font-size:21px}
}