#presupuesto-widget {
    padding: .75rem 1rem;
    font-size: .9rem;
    line-height: 1.4;
}

#presupuesto-widget h3 {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 600;
}

#presupuesto-widget ul {
    margin: 0 0 .75rem 1rem;
    padding: 0;
}

#presupuesto-widget li {
    list-style: disc;
}

#presupuesto-widget .btn-presupuesto {
    display: inline-block;
    background: #222;
    color: #fff;
    padding: .5rem .75rem;
    text-decoration: none;
    border-radius: .3rem;
    font-size: .85rem;
}
.config-card label {
    margin-top: 1em;
}
.config-row {
    display: grid;
}