/* Reajuste */
.reajuste-section {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.reajuste-section h3 {
    margin-top: 0;
    cursor: pointer;
}

.reajuste-section dl {
    margin-top: 20px;
}

.reajuste-section dt {
    font-weight: bold;
}

.reajuste-section dd {
    margin-bottom: 10px;
}

/* Caixa de Destaque */
.alert-info {
    background-color: #fde59c;
    border-color: #fde59c;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: left;
}