.elementor-186 .elementor-element.elementor-element-5e76c70{--display:flex;--min-height:100vh;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-186 .elementor-element.elementor-element-5e76c70:not(.elementor-motion-effects-element-type-background), .elementor-186 .elementor-element.elementor-element-5e76c70 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#8AC0DE;}.elementor-186 .elementor-element.elementor-element-132d085{--display:flex;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-186 .elementor-element.elementor-element-27f4e5e{--tabs-alignment:start;--tabs-spacing:4px;--sections-border-type:none;--sections-border-radius:0px 0px 0px 0px;}.elementor-186 .elementor-element.elementor-element-764cc79{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-186 .elementor-element.elementor-element-764cc79:not(.elementor-motion-effects-element-type-background), .elementor-186 .elementor-element.elementor-element-764cc79 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-186 .elementor-element.elementor-element-0f6d6cd{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-186 .elementor-element.elementor-element-0f6d6cd:not(.elementor-motion-effects-element-type-background), .elementor-186 .elementor-element.elementor-element-0f6d6cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-186 .elementor-element.elementor-element-ebbd7c9{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-186 .elementor-element.elementor-element-ebbd7c9:not(.elementor-motion-effects-element-type-background), .elementor-186 .elementor-element.elementor-element-ebbd7c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-186 .elementor-element.elementor-element-c72ca82{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-186 .elementor-element.elementor-element-c72ca82:not(.elementor-motion-effects-element-type-background), .elementor-186 .elementor-element.elementor-element-c72ca82 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-186 .elementor-element.elementor-element-13cf069 .elementor-heading-title{color:#6EC1E4;}.elementor-186 .elementor-element.elementor-element-109abf7{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-186 .elementor-element.elementor-element-109abf7:not(.elementor-motion-effects-element-type-background), .elementor-186 .elementor-element.elementor-element-109abf7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-186 .elementor-element.elementor-element-528f5fb .elementor-button{background-color:#000000;border-radius:0px 0px 0px 0px;}.elementor-186 .elementor-element.elementor-element-528f5fb .elementor-button:hover, .elementor-186 .elementor-element.elementor-element-528f5fb .elementor-button:focus{background-color:#8AC0DE;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-186 .elementor-element.elementor-element-132d085{--width:100%;}}/* Start custom CSS */.invitation-wrapper {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    align-items: stretch;
}

.invitation-stats {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stat-box {
    background: #222222;
    padding: 20px;
    text-align: center;
}

.stat-label {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.stat-number {
    font-size: 42px;
    font-weight: bold;
    color:#6EC1E4;
}

.invitation-actions {
    width: 70%;
    display: flex;
    gap: 30px;
}

.action-col {
    width: 50%;
}

.action-col form {
    background: #222;
    padding: 20px;
}/* End custom CSS */