#wfc-financing-finder {
    max-width: 760px;
    margin: 40px auto;
    padding: 35px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.wfc-finder-header {
    text-align: center;
    margin-bottom: 30px;
}

.wfc-finder-header h2 {
    margin-bottom: 10px;
}

.wfc-finder-header p {
    margin: 0;
}

.wfc-finder-progress {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.wfc-progress-bar {
    width: 10%;
    height: 100%;
    background: #222222;
}

.wfc-step-number {
    font-size: 14px;
    font-weight: 600;
}

.wfc-finder-step h3 {
    margin-bottom: 15px;
}

#wfc-financing-finder select {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    background: #ffffff;
}

.wfc-button-row {
    margin-top: 25px;
    text-align: right;
}

#wfc-financing-finder button {
    padding: 13px 25px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.wfc-error {
    margin-top: 12px;
    font-size: 14px;
}

#wfc-financing-finder label {
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}

#wfc-back-2 {
    margin-right: 10px;
}