.acciones-tabla {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    width: max-content;
    max-width: 100%;
}

.boton-icono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 6px;
    min-height: 42px;
    padding: 9px 14px;
    background: #1f6f43;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.boton-icono:hover {
    color: #fff;
    text-decoration: none;
    background: #185a36;
}

.boton-icono--secundario {
    background: #23324a;
}

.boton-icono--secundario:hover {
    background: #172236;
    color: #fff;
}

.boton-icono--claro {
    background: #eef2f7;
    color: #203047;
}

.boton-icono--claro:hover {
    background: #dde5ef;
    color: #203047;
}

.boton-icono--peligro {
    background: #b83232;
    color: #fff;
}

.boton-icono--peligro:hover {
    background: #922727;
    color: #fff;
}

.boton-icono--whatsapp {
    background: #25d366;
    color: #fff;
}

.boton-icono--whatsapp:hover {
    background: #1da851;
    color: #fff;
}

.boton-icono--solo-icono {
    min-width: 42px;
    padding-left: 12px;
    padding-right: 12px;
}

.boton-icono svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

td .acciones-tabla,
.table td .acciones-tabla {
    min-width: max-content;
}
