
.creditos-version-revision {
    margin: 14px 0 22px;
    padding: 11px 14px;
    border-left: 6px solid #51813A;
    border-radius: 10px;
    background: #f4faf1;
    color: #234816;
    font-size: 0.96rem;
    line-height: 1.45;
}

/* HIS1 - Historial de versiones y cambios en Créditos y fuentes */

.historial-versiones {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 2px solid #d8e8cf;
}

.historial-versiones h3 {
    margin-bottom: 12px;
}

.tabla-historial-versiones {
    width: 100%;
    overflow-x: auto;
    margin: 16px 0 12px;
    border: 1px solid #d8e8cf;
    border-radius: 12px;
}

.tabla-historial-versiones table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #ffffff;
}

.tabla-historial-versiones th,
.tabla-historial-versiones td {
    padding: 12px 14px;
    border-bottom: 1px solid #d8e8cf;
    vertical-align: top;
    line-height: 1.45;
}

.tabla-historial-versiones th {
    background: #f4faf1;
    color: #234816;
    font-weight: 800;
}

.tabla-historial-versiones tr:last-child td {
    border-bottom: 0;
}

.tabla-historial-versiones td:first-child,
.tabla-historial-versiones td:nth-child(2) {
    white-space: nowrap;
}

.nota-historial {
    margin-top: 12px;
    padding: 10px 12px;
    border-left: 6px solid #51813A;
    background: #f4faf1;
    color: #234816;
    font-size: 0.95rem;
}


.acciones-historial-versiones {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.btn-historial-descargas,
.btn-historial-bienvenida {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 16px;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
}

.btn-historial-descargas {
    border: 2px solid #51813A;
    background: #51813A;
    color: #ffffff;
}

.btn-historial-descargas:hover,
.btn-historial-descargas:focus {
    background: #436c30;
    border-color: #436c30;
    color: #ffffff;
    outline: 3px solid rgba(81, 129, 58, 0.22);
}

.btn-historial-bienvenida {
    border: 2px solid #b8d2aa;
    background: #ffffff;
    color: #2f4f1f;
}

.btn-historial-bienvenida:hover,
.btn-historial-bienvenida:focus {
    background: #eef6e8;
    color: #2f4f1f;
    outline: 3px solid rgba(81, 129, 58, 0.18);
}

@media (max-width: 768px) {
    .historial-versiones {
        margin-top: 26px;
        padding-top: 18px;
    }

    .tabla-historial-versiones table {
        min-width: 640px;
    }

    .tabla-historial-versiones th,
    .tabla-historial-versiones td {
        padding: 10px 12px;
        font-size: 0.92rem;
    }

    .acciones-historial-versiones {
        flex-direction: column;
    }

    .btn-historial-descargas,
    .btn-historial-bienvenida {
        width: 100%;
    }
}
