.sp-page-title {
    background: #a2a2a2;
}

.visforms .visfield-container {
    margin-bottom: 25px;
}

.visforms label {
    font-weight: 600;
}

.visforms input.form-control,
.visforms textarea.form-control,
.visforms select.form-select {
    padding: 12px;
    border-radius: 8px;
}

.visforms .btn-primary {
    padding: 12px 30px;
    border-radius: 8px;
}

.visforms form {
    max-width: 900px;
    margin: auto;
}

.visforms fieldset {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

@media (max-width: 768px) {

    .visforms label,
    .visforms .col-3,
    .visforms .col-sm-3,
    .visforms .col-md-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 8px;
    }

    .visforms .col-9,
    .visforms .col-sm-9,
    .visforms .col-md-9 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.vencimientos {
    margin-top: 20px;
}

.vencimientos .bloque {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
}

.vencimientos h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.vencimientos h5 {
    margin-bottom: 12px;
}

.vencimientos .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
}

.vencimientos .item {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 12px;
    text-align: center;
}

.vencimientos .periodo {
    font-weight: 600;
    margin-bottom: 5px;
}

.vencimientos .fecha {
    font-size: 1.05rem;
}