/* section.chart {
    margin-bottom: 40px;
} */
section.chart.design-1 {
    margin-bottom: 40px;
}
 
section.chart.design-2 {
    margin-bottom: 40px;
}
 
.visible-xs {
    display: none !important;
}
 
@media (max-width: 767px){
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
}
 
@media (min-width: 992px){
    .col-md-push-1 {
        left: 8.33333333%;
    }
 
}
 
/* CHART V2 */
/* =================== Chart V2 Legend =================== */
.chart-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.chart-container {
    flex: 1;
    max-width: 360px;
    position: relative;
    /* margin-top: 20px; */
}
/* Legend on right side */
.chart-legend {
    /* margin-left: 30px; */
    flex-shrink: 0;
}
.chart-legend {
    margin-top: 20px;
    text-align: left;
}
 
.chart-legend h4 {
    font-size: 18px;
    font-weight: 600;
        color: #657D7B;
    margin-bottom: 10px;
}
 
.chart-legend-list {
    list-style: none;
    padding: 0;
    margin: 0;
    /* display: flex;
    flex-wrap: wrap; */
    gap: 15px; /* space between legend items */
}
 
.chart-legend-list .legend-item {
    display: flex;
    align-items: center;
    font-size: 16px;
       color: #657D7B;
    margin-bottom: 8px;  /* spacing between items */
}
 
.chart-legend-list .legend-item .swatch {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 4px;
    border: 1px solid #ccc; /* optional subtle border */
}
.chart-heading {
     font-family: 'Museo', sans-serif !important;
    font-weight: 300 !important;
    margin-bottom: 10px !important;
    margin-top: -10px;
    font-size: 22px !important;
}
#pid-92481 .chart-heading, #pid-95250 .chart-heading {
     display: inline-block;
   
    padding-bottom: 5px;
 
    font-family: 'Museo', sans-serif !important;
    color: #B61C20;
    font-size: 28px !important;
    font-weight: 500 !important;
       margin-bottom: 20px !important;
}
.cost-comparison-template section.chart.design-2{
    padding-top: 20px;
}
section.chart.design-2 .left-content{
     
        align-self: self-start;
}
.chart-wrapper {
  display: flex;
  /* align-items: flex-start; */
  /* gap: 20px;  */
  /* padding-bottom: 20px; */
    /* padding-top: 20px; */
}
.chart-legend {
  flex: 0 0 200px; /* legend width */
  font-size: 14px;
      max-width: 170px;
}
.chart-legend .swatch {
  border-radius: 3px;
}
 #pid-92481 .chart .chart-legend ul,  #pid-95250 .chart .chart-legend ul{
    padding-inline-start: 0px !important;
 }
 #pid-92481 .chartjs-render-monitor,  #pid-95250 .chartjs-render-monitor{
        height: 250px !important;
            width: 317px !important;
 }
/* Responsive: stack chart and legend below 1200px */
@media (max-width: 1199.98px) {
    .chart-wrapper {
        flex-direction: column;
        align-items: flex-start; /* optional, align left */
    }
 
    .chart-legend {
        flex: 0 0 auto;
        margin-top: 15px; /* spacing below chart */
         margin-bottom: 15px;
    }
}
 
@media (max-width: 992px) {
    section.chart.design-2 {
    margin-bottom: -25px !important;
}
#pid-92481 .chart-heading, #pid-95250 .chart-heading{
    font-size: 18px !important;
}

}
 
@media (max-width: 440px) {
    .chart-container {
      /* max-width: 350px; */
      max-width: 290px;
    }
}
@media (max-width: 369.98px) {
    .chart-container {
        /* max-width: 320px; */
        max-width: 265px;
    }
}