body.elementor-page-2458:not(.elementor-motion-effects-element-type-background), body.elementor-page-2458 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-0960a46 );}/* Start custom CSS for shortcode, class: .elementor-element-d7062db *//* ===========================
   HELKEM – Köszönő oldal stílus
   =========================== */

/* Alap wrapper */
.helkem-checkout-form {
    max-width: 760px;
    margin: 40px auto 80px auto;
    background: #0a2e36;
    padding: 40px;
    border-radius: 18px;
    color: #dce9ec;
}

/* Szekció cím */
.helkem-checkout-form h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #a6ce37; /* Helkem zöld */
}

.helkem-checkout-form h2 span {
    color: #a6ce37;
    font-size: 32px;
}

/* Szövegek */
.helkem-checkout-form p {
    font-size: 16px;
    color: #dce9ec;
}

/* Összegző doboz */
.helkem-checkout-form .checkout-summary {
    margin-top: 25px;
    padding: 20px;
    background: #0d3c45;
    border-radius: 12px;
    font-size: 16px;
}

.helkem-checkout-form .checkout-summary div {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.helkem-checkout-form .checkout-summary span {
    color: #8cb2bd;
}

.helkem-checkout-form strong {
    color: #ffffff;
}

/* Gomb */
.helkem-checkout-form .checkout-button,
.helkem-checkout-form a.button {
    display: inline-block;
    padding: 12px 26px;
    background: #00c2ff;
    color: #0a2e36 !important;
    border-radius: 10px;
    font-weight: 600;
    margin-top: 25px;
    transition: 0.25s;
}

.helkem-checkout-form .checkout-button:hover {
    background: #00a8de;
}

/* Sikertelen rendelés */
.helkem-checkout-form .error {
    color: #ff7777;
    background: rgba(255, 0, 0, 0.1);
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 15px;
}/* End custom CSS */