.ed-widget {
    border-radius: 24px !important;
    background: white !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
}

.ed-header {
    background: linear-gradient(90deg, #FF416C 0%, #FF4B2B 100%) !important;
    border-radius: 24px 24px 0 0 !important;
    padding: 25px !important;
}

.ed-header h2 {
    color: white !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
}

.ed-btn {
    border-radius: 50px !important;
    background: #f5f5f5 !important;
    color: #333 !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    margin: 6px !important;
    padding: 12px 20px !important;
}

.ed-btn:hover {
    background: linear-gradient(90deg, #FF416C 0%, #FF4B2B 100%) !important;
    color: white !important;
    transform: scale(1.05) !important;
}

.ed-btn.active {
    background: linear-gradient(90deg, #FF416C 0%, #FF4B2B 100%) !important;
    color: white !important;
    box-shadow: 0 4px 20px rgba(255, 65, 108, 0.3) !important;
}

.ed-custom-input {
    border-radius: 50px !important;
    border: 2px solid #e1e1e1 !important;
    padding: 15px 20px !important;
    font-size: 16px !important;
    text-align: center !important;
}

.ed-custom-input:focus {
    border-color: #FF416C !important;
}

.ed-pay-btn {
    background: linear-gradient(90deg, #2196F3 0%, #21CBF3 100%) !important;
    border-radius: 50px !important;
    color: white !important;
    padding: 18px !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    margin-top: 25px !important;
    transition: all 0.3s ease !important;
}

.ed-pay-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(33, 150, 243, 0.3) !important;
}