.emsf-wrapper { width: 100%; }

.emsf-step { display: none; }

.emsf-progress {
    margin-bottom: 20px;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.emsf-progress-steps {
    display: flex;
    gap: 10px;
}

.emsf-progress-step {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emsf-progress-step.active {
    background: #4f46e5;
    color: #fff;
}



.emsf-progress-divider {
    flex: 1 1 auto;
    height: 2px;
    background: #ddd;
    margin: 0 8px;
}

.emsf-progress-divider.active {
    background: #4f46e5;
}

.emsf-progress-steps {
    align-items: center;
}

.emsf-progress-step {
    flex: 0 0 auto;
    font-size: 12px;
}

.emsf-field { margin-bottom: 16px; }

.emsf-payment-form {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    background: #f9f9f9;
}

#stripe-card-element {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
}

#paypal-button-container {
    margin-top: 10px;
}

.emsf-input {
    width: 100%;
    padding: 10px;
    outline: none;
}

.emsf-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.emsf-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.emsf-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.emsf-actions button {
    border: none;
    cursor: pointer;
    outline: none;
}
