.digital-wrapper {
    padding: 10px;
}

.digital-header-card,
.digital-list-card,
.digital-viewer-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #dbeafe;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.digital-header-card {
    padding: 22px;
    margin-bottom: 18px;
}

.digital-header-card h4 {
    color: #0d6efd;
    font-weight: 800;
    margin-bottom: 4px;
}

.digital-header-card p {
    color: #6b7280;
    margin-bottom: 18px;
}

.digital-header-card label {
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 5px;
}

.btn-digital {
    background: #dbeafe;
    color: #1d4ed8;
    border: 1px solid #93c5fd;
    font-weight: 700;
}

.btn-digital:hover {
    background: #bfdbfe;
    color: #1e40af;
}

.digital-file {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.digital-main-grid {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 18px;
}

.digital-list-card,
.digital-viewer-card {
    padding: 14px;
}

.digital-section-title {
    color: #0d6efd;
    font-weight: 800;
    margin-bottom: 12px;
    border-bottom: 1px solid #dbeafe;
    padding-bottom: 8px;
}

.digital-docs-list {
    max-height: 720px;
    overflow-y: auto;
    padding-right: 5px;
}

.digital-docs-list .border {
    background: #f8fbff;
    border-color: #dbeafe !important;
    border-radius: 12px !important;
}

.digital-docs-list b {
    color: #111827;
    font-size: 13px;
}

.digital-docs-list small {
    font-size: 11px;
}

.digital-empty {
    background: #f3f4f6;
    border: 1px dashed #cbd5e1;
    padding: 18px;
    border-radius: 12px;
    color: #6b7280;
    text-align: center;
}

.digital-viewer {
    width: 100%;
    height: 780px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #f8fafc;
}