.cfs-lead-multistep {
    max-width: 780px;
    margin: 0 auto;
    font-family: "Nunito Sans", sans-serif;
}

.cfs-lead-multistep [hidden] {
    display: none !important;
}

.cfs-lead-progress {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
    color: #6b7280;
    font-weight: 700;
}

.cfs-lead-progress li {
    padding-bottom: 10px;
    border-bottom: 3px solid #d1d5db;
}

.cfs-lead-progress li.is-active {
    color: #f15a29;
    border-color: #f15a29;
}

.cfs-lead-progress span {
    display: inline-grid;
    width: 26px;
    height: 26px;
    margin-right: 6px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.cfs-lead-step h3 {
    margin: 0 0 20px;
}

.cfs-lead-address-grid,
.cfs-lead-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.cfs-lead-address-grid .address-column {
    grid-column: 1 / -1;
}

.cfs-lead-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.cfs-lead-label span {
    font-weight: 400;
}

.cfs-lead-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
}

.cfs-lead-input:focus {
    border-color: #f15a29;
    outline: 2px solid transparent;
    box-shadow: 0 0 0 2px rgba(241, 90, 41, .2);
}

.cfs-lead-unit-wrap {
    display: flex;
    position: relative;
}

.cfs-lead-unit-wrap .unit-label {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid #d1d5db;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    background: #f9fafb;
}

.cfs-lead-unit-wrap .cfs-lead-input {
    border-radius: 0 6px 6px 0;
}

.cfs-lead-multistep .address-menu,
.cfs-lead-multistep .unit-menu {
    position: absolute;
    z-index: 30;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 244px;
    margin: 6px 0 0;
    padding: 0;
    overflow: auto;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    list-style: none;
}

.cfs-lead-primary,
.cfs-lead-back {
    padding: 13px 24px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: .04em;
}

.cfs-lead-primary {
    margin-top: 22px;
    border: 0;
    background: #f15a29;
    color: #fff;
}

.cfs-lead-primary:disabled {
    cursor: not-allowed;
    background: #9ca3af;
}

.cfs-lead-back {
    margin-top: 22px;
    border: 1px solid #6b7280;
    background: transparent;
    color: #374151;
}

.cfs-lead-actions {
    display: flex;
    gap: 12px;
}

.cfs-lead-selected-address {
    margin: -10px 0 22px;
    color: #4b5563;
}

.cfs-lead-privacy {
    margin: 20px 0 0;
    font-size: 14px;
}

.cfs-lead-feedback {
    min-height: 24px;
    margin-top: 18px;
    color: #c2410c;
    text-align: center;
}

.cfs-lead-multistep.is-loading {
    opacity: .7;
}

@media (max-width: 640px) {
    .cfs-lead-fields {
        grid-template-columns: 1fr;
    }

    .cfs-lead-progress {
        gap: 8px;
        font-size: 13px;
    }
}
