.arco-status-chip {
    font-weight: 600 !important;
    font-size: 0.69rem !important;
    border-radius: 999px !important;
    border-width: 1px !important;
    padding: 0 2px !important;
    line-height: 1.1;
}

.arco-pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 1px;
}

/* Tipo solicitud: estilo suave */
.arco-tag {
    border-radius: 999px !important;
    border-width: 1px !important;
    font-weight: 600 !important;
    font-size: 0.69rem !important;
    line-height: 1.1;
    padding: 0 2px !important;
}

.arco-tag-acceso {
    background: #eef5ff !important;
    color: #2b5e96 !important;
    border-color: #cddff6 !important;
}

.arco-tag-rectificacion {
    background: #f5f0ff !important;
    color: #6a4aa0 !important;
    border-color: #ddcef6 !important;
}

.arco-tag-cancelacion {
    background: #fff2f2 !important;
    color: #b34a4a !important;
    border-color: #f3cbcb !important;
}

.arco-tag-oposicion {
    background: #edf8f2 !important;
    color: #2f7a55 !important;
    border-color: #cbe8d7 !important;
}

.arco-tag-default {
    background: #f5f7fa !important;
    color: #4f6478 !important;
    border-color: #d8e0e8 !important;
}

/* Estatus: semáforo suave */
.arco-status-chip-nuevo {
    background: #fff1f1 !important;
    color: #a44545 !important;
    border-color: #efc9c9 !important;
}

.arco-status-chip-nuevo .arco-pill-dot {
    background: #c95757 !important;
}

.arco-status-chip-revisado {
    background: #fff7ea !important;
    color: #9a6a1d !important;
    border-color: #f0dfbc !important;
}

.arco-status-chip-revisado .arco-pill-dot {
    background: #c58b2a !important;
}

.arco-status-chip-cerrado {
    background: #edf8f2 !important;
    color: #2d7752 !important;
    border-color: #cbe7d7 !important;
}

.arco-status-chip-cerrado .arco-pill-dot {
    background: #37a063 !important;
}

.arco-status-chip-default {
    background: #f5f7fa !important;
    color: #4f6478 !important;
    border-color: #d8e0e8 !important;
}

.arco-status-chip-default .arco-pill-dot {
    background: #7f93a8 !important;
}
