.instant-val-results-container-sell {
    margin-top: 1.5rem;
    padding: 1rem 1rem 2.5rem 1rem;
    border-radius: 6px;
    background-color: #F7ECF3;
}

.instant-val-results-container-rent {
    margin-top: 1.5rem;
    padding: 1rem 1rem 2.5rem 1rem;
    border-radius: 6px;
    background-color: #E8E0EB;
}

.instant-val-results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
    gap: 0.5rem;
    align-items: center;
    height: 56px;
}

.instant-val-results-col {
    display: flex;
    align-items: center;
    justify-content: center;
}


.main-estimate-text {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
    margin-bottom: .5rem;
    color: #4F145B;
}

.estimate-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.instant-val-results-divider-line {
    flex-grow: 1;
    height: 1px;
    background-color: #ccc;
}

.low-high-estimate {
    font-size: 1.25rem;
    font-weight: 500;
    color: #4F145B;
}

.low-high-text {
    font-size: 0.85rem;
    line-height: 15px;
}

.main-estimate {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 6px;
    color: #4F145B;
}




.form-text {
    font-size: 0.75rem;
    color: #333;
    line-height: 1rem;
    margin-top: 0.5rem;
}

.form-text a {
    color: #d80080;
    text-decoration: none;
}

.valuation-section-intro {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-align: center;
}


.circle-divider {

    width: 36px;
    height: 36px;
    background-color: #D80080;
    color: #FFF;
    border-radius: 50%;
    margin: -72px auto 0;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    z-index: 2;
}

/* Add a subtle animation (optional) */
.circle-divider:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}


.thinking-of-selling {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .xxx {
        margin: -18px -1rem -2.5rem -1rem;
        padding: 2rem 1rem 2.5rem 1rem;
    }
}