
/* Extracted classes to avoid inline styles and CSP violations */
.acervo-mt-2-ml-30 { margin-top: 2%; margin-left: 30px; }
.acervo-h-1 { height: auto; min-height: 38px; } /* Fixed from 1% which broke input group */
.acervo-flex-center { display: flex; justify-content: center; }
.acervo-d-none { display: none !important; }
.acervo-modal-w50-center { margin-left: 25%; width: 50%; }
.acervo-modal-body-border { margin-top: 15px; border: 1px solid grey; margin-left: 15px; margin-right: 15px; }
.acervo-mt-30-italic { margin-top: 30px; font-style: italic; }
.acervo-d-inline { display: inline; }
.acervo-modal-footer-offset { margin-left: 600px; margin-top: -25px; }
.acervo-title-header { margin-left: 30px; margin-top: 25px; font-size: 20px; }
.acervo-ml-30 { margin-left: 30px; }
.acervo-font-20 { font-size: 20px; }

/* Mover estilos embebidos de ContentPlaceHolder a CSS */
#tabla td {
    width: 50px;
}

.acervo-search-input { height: 45px !important; font-size: 16px !important; }
.acervo-btn-cerrar { background-color: #1a2744; border-color: #1a2744; color: white; padding: 8px 20px; border-radius: 5px; }
