.access-high {
    background: #2ECC71 !important; /* verde */
    color: #fff !important;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.access-medium {
    background: #F39C12 !important; /* naranja */
    color: #fff !important;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.access-low {
    background: #E74C3C !important; /* rojo */
    color: #fff !important;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: bold;
}
