.elementor-12905 .elementor-element.elementor-element-30d49f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7a0e882 */.cancellation-card {
    padding: 40px;
    background: white;
    border-radius: 12px;
    text-align: center;
    width: 650px;
    max-width: 800px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Subtle elevation */
}
.cancellation-page {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically (if height allows) */
    min-height: 50vh; /* Make sure it takes up most of the screen */
}
button.btn.primary-button.cancel-retuen-home {
    border: 1px solid;
    color: #ffffff;
    background-color: #FF2E6D;
    padding: 13px;
}/* End custom CSS */