/* Visor de documentos de biblioteca — estilo normativa / MIPG */

.visor-documento-page {
    padding-bottom: 3rem;
}

.visor-documento-breadcrumb {
    font-size: 0.9rem;
}

.visor-documento-breadcrumb .breadcrumb-item a {
    color: #0943B5;
    text-decoration: none;
}

.visor-documento-breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.visor-documento-card {
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(9, 67, 181, 0.06);
    padding: 1.75rem 2rem 2rem;
}

.visor-documento-titulo {
    color: #0943B5;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.visor-documento-publicacion {
    color: #4C4C4C;
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.visor-documento-publicacion strong {
    color: #333;
}

.visor-documento-meta {
    display: grid;
    gap: 0.65rem 1.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
    .visor-documento-meta {
        grid-template-columns: auto 1fr;
    }
}

.visor-documento-meta dt {
    color: #0943B5;
    font-weight: 600;
    margin: 0;
}

.visor-documento-meta dd {
    color: #4C4C4C;
    margin: 0;
}

.visor-documento-descripcion {
    color: #4C4C4C;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    background: #f8f9fb;
    border-radius: 6px;
    border-left: 4px solid #0943B5;
}

.visor-documento-descripcion p:last-child {
    margin-bottom: 0;
}

.visor-documento-acciones {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.visor-documento-acciones-abajo {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-top: 1.25rem;
    border-top: 1px solid #e9ecef;
}

.visor-documento-acciones .btn-descargar {
    background-color: #0943B5;
    border-color: #0943B5;
    color: #fff;
}

.visor-documento-acciones .btn-descargar:hover {
    background-color: #0d5ce8;
    border-color: #0d5ce8;
    color: #fff;
}

.visor-documento-pdf {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    background: #f1f3f5;
    min-height: 75vh;
}

.visor-documento-pdf iframe {
    display: block;
    width: 100%;
    min-height: 75vh;
    border: 0;
    background: #fff;
}

.visor-documento-sin-pdf {
    padding: 2rem;
    text-align: center;
    color: #6c757d;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px dashed #ced4da;
}

.visor-documento-volver {
    margin-top: 1.5rem;
}

.visor-documento-volver .btn-outline-primary {
    border-color: #0943B5;
    color: #0943B5;
}

.visor-documento-volver .btn-outline-primary:hover {
    background-color: #0943B5;
    color: #fff;
}
