/*
 Theme Name:   Hello Elementor Child - Élő Masszőrképző
 Theme URI:    https://elomasszorkepzo.hu
 Description:  Élő Masszőrképző egyedi stílusok
 Author:       Élő Masszőrképző
 Author URI:   https://elomasszorkepzo.hu
 Template:     hello-elementor
 Version:      1.1.0
 Text Domain:  hello-elementor-child
*/

/* ==========================================================================
   TARTALOMJEGYZÉK
   ==========================================================================
   1. HERO SZEKCIÓ
   2. ÁLTALÁNOS ELEMEK
   3. WOOCOMMERCE - TERMÉK CSEMPÉK (DESKTOP)
   4. WOOCOMMERCE - TERMÉK CSEMPÉK (TABLET)
   5. WOOCOMMERCE - TERMÉK CSEMPÉK (MOBIL)
   6. WOOCOMMERCE - MY ACCOUNT
   7. WOOCOMMERCE - KOSÁR (DESKTOP)
   8. WOOCOMMERCE - KOSÁR (MOBIL)
   9. WOOCOMMERCE - PÉNZTÁR
   10. WOOCOMMERCE - RENDELÉSEK
   ========================================================================== */


/* ==========================================================================
   1. HERO SZEKCIÓ
   ========================================================================== */

.elo-hero-section {
    position: relative;
    overflow: hidden;
}

.elo-hero-image img {
    transform: scaleX(-1);
}

.elo-soft-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.elo-glow-1 {
    width: 450px;
    height: 450px;
    background: #FFC905;
    top: 15%;
    left: 15%;
    opacity: 0.5;
}

.elo-glow-2 {
    width: 350px;
    height: 350px;
    background: #FCDDCB;
    bottom: 20%;
    left: 30%;
    opacity: 0.6;
}

.elo-glow-3 {
    width: 300px;
    height: 300px;
    background: #FFC905;
    top: 30%;
    right: 20%;
    opacity: 0.35;
}

.elo-glow-4 {
    width: 250px;
    height: 250px;
    background: #FCE7DB;
    bottom: 30%;
    right: 10%;
    opacity: 0.4;
}


/* ==========================================================================
   2. ÁLTALÁNOS ELEMEK
   ========================================================================== */

.elementor-widget-text-editor ul {
    list-style: disc !important;
    padding-left: 1.5rem !important;
    margin-left: 1rem !important;
}

.elementor-widget-text-editor ul li {
    list-style: disc !important;
    margin-bottom: 0.5rem;
}

.elementor-widget-text-editor ul ul {
    list-style: circle !important;
    margin-top: 0.5rem;
}

.elementor:not(.elementor-editor-active) .tanfolyam-csempe {
    overflow: hidden;
}


/* ==========================================================================
   3. WOOCOMMERCE - TERMÉK CSEMPÉK (DESKTOP)
   ========================================================================== */

.elementor-icon-box-description del {
    font-size: 1rem !important;
    color: #666666 !important;
}

.elementor-icon-box-description ins {
    font-size: 1.5rem !important;
    color: #F4881C !important;
    text-decoration: none !important;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.checkout-button {
    background-color: #F4881C !important;
    color: #ffffff !important;
    font-size: 1.5rem !important;
    padding: 1rem 2rem !important;
    border-radius: 8px !important;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.checkout-button:hover {
    background-color: #e07a15 !important;
}

.woocommerce table.cart img,
.woocommerce-cart table.cart img {
    width: 80px !important;
    height: auto !important;
}


/* ==========================================================================
   4. WOOCOMMERCE - TERMÉK CSEMPÉK (TABLET - 1024px)
   ========================================================================== */

@media (max-width: 1024px) {
    .elo-glow-1, .elo-glow-2, .elo-glow-3, .elo-glow-4 {
        width: 200px;
        height: 200px;
    }

    .elementor-icon-box-title,
    .elementor-icon-box-title a {
        font-size: 1.8rem !important;
    }
}


/* ==========================================================================
   5. WOOCOMMERCE - TERMÉK CSEMPÉK (MOBIL - 767px)
   ========================================================================== */

@media (max-width: 767px) {
    .elo-glow-1, .elo-glow-2, .elo-glow-3, .elo-glow-4 {
        width: 150px;
        height: 150px;
        filter: blur(50px);
    }

    .tanfolyam-csempe .elementor-heading-title {
        font-size: 1.35rem !important;
    }

    .elementor-icon-box-title,
    .elementor-icon-box-title a {
        font-size: 1.7rem !important;
    }

    .elementor-icon-box-description del {
        font-size: 1.6rem !important;
        color: #666666 !important;
    }

    .elementor-icon-box-description ins {
        font-size: 2rem !important;
        color: #F4881C !important;
        text-decoration: none !important;
    }

    .woocommerce-Price-amount {
        font-size: 1.9rem !important;
    }

    del .woocommerce-Price-amount {
        font-size: 1.5rem !important;
    }
}


/* ==========================================================================
   6. WOOCOMMERCE - MY ACCOUNT
   ========================================================================== */

/* Fő container - 2 oszlopos elrendezés */
.woocommerce-account .woocommerce {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2rem !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 250px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 !important;
    min-width: 0 !important;
}

/* Navigáció stílus */
.woocommerce-MyAccount-navigation {
    background: #FCE7DB !important;
    border-radius: 12px !important;
    padding: 0.5rem !important;
    margin-bottom: 2rem !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-navigation li {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.woocommerce-MyAccount-navigation li::before,
.woocommerce-MyAccount-navigation li::marker {
    display: none !important;
    content: none !important;
}

/* Letöltések és Coupons elrejtése */
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons {
    display: none !important;
}

.woocommerce-MyAccount-navigation li a {
    display: block !important;
    background: transparent !important;
    color: #333 !important;
    padding: 0.75rem 1.25rem !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 1.1rem !important;
}

.woocommerce-MyAccount-navigation li a:hover {
    background: rgba(244, 136, 28, 0.15) !important;
    color: #F4881C !important;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
    background: #F4881C !important;
    color: #fff !important;
}

/* Kijelentkezés elkülönítése */
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid rgba(0,0,0,0.1) !important;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: transparent !important;
    border: 2px solid #F4881C !important;
    color: #F4881C !important;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #F4881C !important;
    color: #fff !important;
}

/* Tartalom rész */
.woocommerce-MyAccount-content {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
}

.woocommerce-MyAccount-content p a {
    color: #1294F7 !important;
}

/* Input mezők */
.woocommerce-account .woocommerce-Input {
    border: 2px solid #FCE7DB !important;
    border-radius: 8px !important;
    padding: 0.75rem 1rem !important;
}

.woocommerce-account .woocommerce-Input:focus {
    border-color: #F4881C !important;
    outline: none !important;
}

.woocommerce-account button[type="submit"] {
    background: #F4881C !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 1rem 2rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.woocommerce-account button[type="submit"]:hover {
    background: #e07a15 !important;
}

/* Címsorok */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-family: 'Playfair Display', serif !important;
    color: #333 !important;
    margin-bottom: 1.5rem !important;
}

/* Vezetéknév-Keresztnév csere (Fiókadatok) */
.woocommerce-EditAccountForm {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-EditAccountForm > p.form-row-first {
    order: 2;
}

.woocommerce-EditAccountForm > p.form-row-last {
    order: 1;
}

.woocommerce-EditAccountForm > p:not(.form-row-first):not(.form-row-last) {
    order: 3;
}

.woocommerce-EditAccountForm > fieldset {
    order: 4;
    width: 100%;
}

.woocommerce-EditAccountForm > p {
    width: 48%;
    margin-right: 2%;
}

.woocommerce-EditAccountForm > p.form-row-wide {
    width: 100%;
    margin-right: 0;
}

/* Cím oldal mezők */
.woocommerce-address-fields .form-row-first,
.woocommerce-address-fields .form-row-last {
    width: 48% !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.woocommerce-address-fields .form-row-first {
    margin-right: 2% !important;
}

.woocommerce-address-fields .form-row-wide {
    width: 100% !important;
}

.woocommerce-address-fields .form-row {
    margin-bottom: 0.5rem !important;
}

.woocommerce-address-fields label {
    font-weight: 500 !important;
    color: #333 !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}

.woocommerce-address-fields .input-text,
.woocommerce-address-fields select {
    border: 2px solid #FCE7DB !important;
    border-radius: 8px !important;
    padding: 0.75rem 1rem !important;
    width: 100% !important;
    transition: border-color 0.3s ease !important;
}

.woocommerce-address-fields .input-text:focus,
.woocommerce-address-fields select:focus {
    border-color: #F4881C !important;
    outline: none !important;
}

.woocommerce-address-fields button[type="submit"] {
    background: #F4881C !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 1rem 2rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.woocommerce-address-fields button[type="submit"]:hover {
    background: #e07a15 !important;
}

/* Fizetési mód hozzáadás */
.woocommerce-add-payment-method .woocommerce-PaymentMethods,
.woocommerce-add-payment-method .wc_payment_methods {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    border: 1px solid #FCE7DB !important;
}

.woocommerce-add-payment-method .wc_payment_method label {
    font-weight: 600 !important;
    color: #444 !important;
    font-size: 1.1rem !important;
}

.woocommerce-add-payment-method .payment_box {
    background: #FFFCF9 !important;
    border-radius: 8px !important;
    padding: 1rem !important;
    margin-top: 1rem !important;
}

.woocommerce-add-payment-method button[type="submit"],
.woocommerce-add-payment-method .button,
#add_payment_method #place_order {
    background-color: #F4881C !important;
    color: #fff !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    padding: 1rem 2rem !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    margin-top: 1.5rem !important;
}

.woocommerce-add-payment-method button[type="submit"]:hover,
.woocommerce-add-payment-method .button:hover {
    background-color: #e07a15 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(244, 136, 28, 0.3) !important;
}

.woocommerce-add-payment-method select {
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    padding: 0.75rem !important;
    width: 100% !important;
}

/* My Account mobil */
@media (max-width: 767px) {
    .woocommerce-account .woocommerce {
        flex-direction: column !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        flex: 1 1 100% !important;
        width: 100% !important;
    }

    .woocommerce-MyAccount-navigation {
        padding: 0.5rem !important;
    }

    .woocommerce-MyAccount-navigation li a {
        padding: 0.6rem 1rem !important;
        font-size: 0.95rem !important;
    }

    .woocommerce-MyAccount-content {
        padding: 1rem !important;
    }

    .woocommerce-address-fields .form-row-first,
    .woocommerce-address-fields .form-row-last {
        width: 100% !important;
        display: block !important;
        margin-right: 0 !important;
    }

    .woocommerce-EditAccountForm > p {
        width: 100% !important;
        margin-right: 0 !important;
    }

    body.woocommerce-account {
        overflow-x: hidden !important;
    }
}


/* ==========================================================================
   7. WOOCOMMERCE - KOSÁR (DESKTOP)
   ========================================================================== */

.woocommerce-cart-form .shop_table {
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    border: none !important;
}

.woocommerce-cart-form .shop_table th {
    background: #FCE7DB !important;
    color: #444 !important;
    font-weight: 600 !important;
    padding: 1rem !important;
    border: none !important;
    font-size: 1rem !important;
}

.woocommerce-cart-form .shop_table td {
    padding: 1rem !important;
    border: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
    vertical-align: middle !important;
}

.woocommerce-cart-form .product-name a {
    color: #444 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.woocommerce-cart-form .product-name a:hover {
    color: #F4881C !important;
}

.woocommerce-cart-form .product-remove a {
    color: #999 !important;
    font-size: 1.5rem !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.woocommerce-cart-form .product-remove a:hover {
    color: #e74c3c !important;
}

.woocommerce-cart-form .quantity input {
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    padding: 0.5rem !important;
    width: 60px !important;
    text-align: center !important;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
    white-space: nowrap !important;
}

.woocommerce-cart-form .coupon {
    display: flex !important;
    gap: 0.5rem !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.woocommerce-cart-form .coupon input {
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    padding: 0.75rem 1rem !important;
}

.woocommerce-cart-form .coupon button {
    background: #72B372 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 0.75rem 1.5rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart-form .coupon button:hover {
    background: #5fa05f !important;
}

.cart-collaterals,
.e-cart-totals {
    background: #FCE7DB !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
}

.cart_totals {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.cart_totals h2 {
    color: #444 !important;
    font-family: 'Playfair Display', serif !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.5rem !important;
}

.cart_totals .shop_table {
    background: transparent !important;
    border: none !important;
}

.cart_totals .shop_table th,
.cart_totals .shop_table td {
    padding: 0.75rem 0 !important;
    border: none !important;
    background: transparent !important;
    font-size: 1rem !important;
}

.cart_totals .shop_table td .amount,
.cart_totals .shop_table td bdi,
.cart_totals .shop_table .woocommerce-Price-amount {
    font-size: 1.25rem !important;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    padding-top: 1rem !important;
    border-top: 1px solid rgba(0,0,0,0.1) !important;
}

.cart_totals .order-total td .amount,
.cart_totals .order-total td bdi,
.cart_totals .order-total .woocommerce-Price-amount {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #F4881C !important;
}

.wc-proceed-to-checkout .checkout-button {
    background: #F4881C !important;
    color: #fff !important;
    width: 100% !important;
    text-align: center !important;
    padding: 1rem 2rem !important;
    border-radius: 8px !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    border: none !important;
    margin-top: 1rem !important;
    transition: all 0.3s ease !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: #e07a15 !important;
    transform: translateY(-2px) !important;
}


/* ==========================================================================
   8. WOOCOMMERCE - KOSÁR (MOBIL)
   ========================================================================== */

@media (max-width: 767px) {
    .woocommerce-cart-form .product-price .woocommerce-Price-amount,
    .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount,
    .woocommerce-cart-form .product-price .woocommerce-Price-currencySymbol,
    .woocommerce-cart-form .product-subtotal .woocommerce-Price-currencySymbol {
        font-size: 1.4rem !important;
        font-weight: 700 !important;
        color: #F4881C !important;
    }

    .cart-collaterals,
    .e-cart-totals {
        background: #FCE7DB !important;
        border-radius: 12px !important;
        padding: 1rem !important;
        margin-top: 1rem !important;
    }

    .cart_totals {
        background: transparent !important;
        padding: 0 !important;
    }

    .cart_totals h2 {
        font-size: 1.5rem !important;
        margin-bottom: 0.75rem !important;
    }

    .cart_totals .shop_table th,
    .cart_totals .shop_table td {
        padding: 0.4rem 0 !important;
        font-size: 1rem !important;
    }

    .cart_totals .woocommerce-Price-amount {
        font-size: 1.1rem !important;
    }

    .cart_totals .order-total th,
    .cart_totals .order-total td {
        font-size: 1.1rem !important;
        font-weight: 700 !important;
    }

    .cart_totals .order-total .woocommerce-Price-amount,
    .cart_totals .order-total .woocommerce-Price-currencySymbol {
        color: #F4881C !important;
        font-size: 1.2rem !important;
        font-weight: 700 !important;
    }

    .wc-proceed-to-checkout .checkout-button {
        width: 100% !important;
        font-size: 1rem !important;
        padding: 0.9rem 1rem !important;
        white-space: nowrap !important;
    }
}


/* ==========================================================================
   9. WOOCOMMERCE - PÉNZTÁR
   ========================================================================== */

.woocommerce-form-coupon-toggle {
    background: #FCE7DB !important;
    padding: 1rem 1.5rem !important;
    border-radius: 8px !important;
    margin-bottom: 2rem !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Kék négyzet/ikon elrejtése a kupon toggle mellett */
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none !important;
}

.woocommerce-checkout h3 {
    font-family: 'Playfair Display', serif !important;
    color: #444 !important;
    margin-bottom: 1.5rem !important;
}

/* További információk felirat */
.woocommerce-checkout .woocommerce-additional-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-additional-fields__field-wrapper h3,
.e-checkout__additional_information h3,
.e-checkout .woocommerce-additional-fields h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
}

/* Megjegyzés label kisebb méret */
#order_comments_field > label,
#order_comments_field label {
    font-size: 1rem !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
}

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-selection {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 0.75rem 1rem !important;
    background: #fff !important;
    transition: border-color 0.3s ease !important;
}

.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .select2-container--focus .select2-selection {
    border-color: #F4881C !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(244, 136, 28, 0.1) !important;
}

.woocommerce-checkout label {
    font-weight: 500 !important;
    color: #444 !important;
    margin-bottom: 0.5rem !important;
}

.woocommerce-checkout .required {
    color: #F4881C !important;
}

.woocommerce-checkout-review-order-table {
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    border: none !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 1rem !important;
    border: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
}

.woocommerce-checkout-review-order-table thead th {
    background: #FCE7DB !important;
    font-weight: 600 !important;
}

/* Ár ne törjön meg */
.woocommerce-checkout-review-order-table .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table td.product-total {
    white-space: nowrap !important;
}

/* ×1 mennyiség ne legyen vastag */
.woocommerce-checkout-review-order-table .product-name strong,
.woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-checkout-review-order-table .product-name .quantity {
    font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    background: #FFFCF9 !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total .amount {
    color: #F4881C !important;
}

.woocommerce-checkout-payment {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    margin-top: 2rem !important;
}

.woocommerce-checkout-payment .wc_payment_methods {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 1rem !important;
}

/* Fizetési módok lista pötty eltüntetése */
.woocommerce-checkout-payment ul.wc_payment_methods,
.woocommerce-checkout-payment .wc_payment_methods {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.woocommerce-checkout-payment .wc_payment_methods li {
    list-style: none !important;
}

.woocommerce-checkout-payment .wc_payment_methods li::marker {
    content: none !important;
    display: none !important;
}

.woocommerce-checkout-payment .payment_box {
    background: #FFFCF9 !important;
    border-radius: 8px !important;
    padding: 1rem !important;
    margin-top: 0.5rem !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin: 1.5rem 0 !important;
}

.woocommerce-checkout #place_order {
    background: #F4881C !important;
    color: #fff !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    padding: 1rem 2.5rem !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: auto !important;
}

.woocommerce-checkout #place_order:hover {
    background: #e07a15 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(244, 136, 28, 0.3) !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
    color: #1294F7 !important;
}

/* Pénztár mobil */
@media (max-width: 767px) {
    .woocommerce-checkout-payment {
        padding: 1rem 0.75rem !important;
    }

    #place_order {
        float: right !important;
    }
}


/* ==========================================================================
   10. WOOCOMMERCE - RENDELÉSEK
   ========================================================================== */

.woocommerce-orders-table {
    border-collapse: collapse !important;
    width: 100% !important;
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
}

.woocommerce-orders-table thead th {
    background: #FCE7DB !important;
    color: #444 !important;
    font-weight: 600 !important;
    padding: 1rem !important;
    text-align: left !important;
    border: none !important;
}

.woocommerce-orders-table tbody td {
    padding: 1rem !important;
    border-bottom: 1px solid #f0f0f0 !important;
    vertical-align: middle !important;
    font-size: 1.1rem !important;
}

.woocommerce-orders-table__cell-order-date,
.woocommerce-orders-table__cell-order-status,
.woocommerce-orders-table__cell-order-total {
    font-weight: 500 !important;
}

.woocommerce-orders-table tbody tr:last-child td {
    border-bottom: none !important;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
    border: none !important;
}

.woocommerce-orders-table__cell-order-number a {
    color: #F4881C !important;
    font-weight: 600 !important;
}

/* Rendelés gombok - fehér betűk */
.woocommerce-orders-table__cell-order-actions a,
.woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-orders-table__cell-order-actions .button,
.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a {
    background: #72B372 !important;
    color: #fff !important;
    padding: 0.5rem 1rem !important;
    border-radius: 6px !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 0.25rem !important;
    transition: all 0.3s ease !important;
}

.woocommerce-orders-table__cell-order-actions a:first-child,
.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a:first-child {
    background: #F4881C !important;
    color: #fff !important;
}

/* Sztornó számla gomb */
.woocommerce-orders-table__cell-order-actions a[href*="invoice"],
.woocommerce-orders-table__cell-order-actions a.wc-invoice-btn {
    background: #72B372 !important;
    color: #fff !important;
    border: none !important;
}

.woocommerce-orders-table__cell-order-actions a:hover {
    opacity: 0.9 !important;
    transform: translateY(-1px) !important;
}
