#aba-aditivo {
    background: #f3f6f8;
    min-height: calc(100vh - 170px);
    padding: 18px;
    color: #172b38;
    font-family: "Segoe UI", Inter, system-ui, sans-serif;
}

.aditivo-shell {
    max-width: 1100px;
    margin: 0 auto;
}

.aditivo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #0b3c5d 0%, #1a5c8a 100%);
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(11, 60, 93, 0.30);
    color: #fff;
}

.aditivo-header-titulo h2 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
}

.aditivo-header-titulo p {
    margin: 6px 0 0;
    font-size: 0.82rem;
    opacity: 0.92;
    max-width: 560px;
}

.aditivo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.70rem;
    font-weight: 900;
    letter-spacing: .35px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    white-space: nowrap;
}

.aditivo-contexto {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    margin-bottom: 14px;
    border: 1px solid #cfdae2;
    border-radius: 10px;
    background: #fff;
    font-size: 0.80rem;
    color: #172b38;
}

.aditivo-estado-vazio {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 42px 20px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #fff;
    color: #5a7a8c;
    text-align: center;
}

.aditivo-estado-vazio > i {
    color: #0b3c5d;
    font-size: 36px;
}

.aditivo-estado-vazio h2 {
    max-width: 560px;
    margin: 0;
    color: #172b38;
    font-size: 1.1rem;
}

.aditivo-estado-vazio p {
    max-width: 520px;
    margin: 0;
    font-size: 0.80rem;
}

.aditivo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.aditivo-card {
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.05);
}

.aditivo-card h3 {
    margin: 0 0 8px;
    color: #0b3c5d;
    font-size: 0.86rem;
    font-weight: 800;
}

.aditivo-card ul {
    margin: 0;
    padding-left: 18px;
    color: #334155;
    font-size: 0.78rem;
    line-height: 1.7;
}

.aditivo-card-atencao {
    border-left: 4px solid #c46a10;
}

.aditivo-empty {
    padding: 16px 18px;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    background: #fbfcfd;
    color: #5a7a8c;
}

.aditivo-empty h3 {
    margin: 0 0 8px;
    color: #172b38;
    font-size: 0.86rem;
    font-weight: 800;
}

.aditivo-empty ol {
    margin: 0;
    padding-left: 18px;
    font-size: 0.78rem;
    line-height: 1.8;
}
