.data-dpe-estimations {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.data-dpe-estimations .prices-wrapper .price-number {
	font-size: 120%;
	font-weight: 700;
}

.data-dpe-estimations .estimation-bar {
    width: 100px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 47px;
}

.data-dpe-estimations .estimation-bar .circle {
    width: 10px;
    height: 10px;
    background-color:  var(--e-global-color-primary);
    border-radius: 50%;
}

.data-dpe-estimations .estimation-bar .bar {
    width: 60px;
    height: 2px;
    background-color:  var(--e-global-color-primary);
}

.data-dpe-estimations .prices-notice {
    font-size: 12px;
    margin-bottom: 10px;
}
.estimation-not-set {
    margin-top: 15px;
}
.dpe-date-display {
    margin: 10px 0;
    font-style: italic;
}
