/* Global styles for Comparador de Rendas Fixas */
body { background-color: #f8f9fa; }
.sidebar { position: sticky; top: 1rem; }
.card-kpi h5 { margin-bottom: .25rem; }
.table-container { max-height: 420px; overflow: auto; }
.legend-below { margin-top: .5rem; font-size: .9rem; }
.form-text a { text-decoration: none; }

.rates label { font-size: .8rem;   }
.rates input { font-size: .8rem;   }
.rates .form-text { font-size: .6rem; padding-left: 4px; margin: 15px 0; }
    
#best_title em { background-color: lightgreen; padding: 2px 4px;}


/* Fix chart height while allowing Y-axis to auto-scale */
#returnsChart { height: 320px !important; max-height: 320px; }

#returns_table { font-size: 0.8rem; }