/*
 Theme Name:  Divi Child Theme SoftUni 2023
 Theme URI:    https://www.facebook.com/alex.alexi1
 Description:  Child Theme for Divi
 Author:       Alex Alexi
 Author URI:   https://www.facebook.com/alex.alexi1
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

.payment-page {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
}

.payment-details {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.payment-actions {
    text-align: center;
    margin-top: 30px;
}

.payment-button {
    display: inline-block;
    padding: 12px 24px;
    background: #1a365d;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    margin: 10px;
}

.woocommerce-checkout h1 {
    display: none !important;
}
