﻿.mt-30 {
    margin-top: 30px !important;
}

.appraise-header h1 {
    font-size: clamp(1.6em, 8vw, 50px) !important;
    text-align: center;
}

.start-now-portion h3 {
    font-size: clamp(1.2em, 6vw, 24px) !important;
    text-align: center;
    color: #555;
}

.oval-btn {
    border: none;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .oval-btn:disabled {
        opacity: 0.4;
    }

/* Choice item containers */
.purity-container, .unit-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 20px 0;
}

.choice-circle-btn {
    background: #e6ebe9;
    color: #000;
    border: 2px solid transparent;
    border-radius: 30px;
    padding: 12px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    min-width: 110px;
    text-align: center;
}

    .choice-circle-btn.selected-choice {
        background: #c4e3e4 !important;
        color: blue !important;
        border-color: blue;
    }

/* Structural Block Row formatting layout */
.purity-block-layout {
    max-width: 450px;
    margin: 15px auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.purity-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

/* Pill formatting geometry rules */
.choice-pill-btn {
    background: #e6ebe9;
    color: #000;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-align: center;
    flex: 1;
    max-width: 110px;
    box-sizing: border-box;
}

    .choice-pill-btn.selected-choice {
        background: #c4e3e4 !important;
        color: blue !important;
        border-color: blue;
    }

/* Dedicated sizing scaling just for the top anchor Sterling pill button */
.purity-row .choice-pill-sterling {
    max-width: 200px;
    padding: 10px 40px;
}

/* Badge Styling matching step specifications exactly */
.wizard-step-badge {
    display: inline-block;
    background: #c4e3e4;
    color: blue;
    padding: 6px 18px;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 4px;
    margin-bottom: 12px;
    text-align: center;
}

.bold {
    font-weight: bold !important;
}

.flex-center {
    justify-content: center;
}
