.elementor-4249 .elementor-element.elementor-element-4af0f5b{--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;}#elementor-popup-modal-4249 .dialog-widget-content{background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-4249{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4249 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4249 .dialog-close-button{display:flex;}#elementor-popup-modal-4249 .dialog-close-button i{color:#000000;}#elementor-popup-modal-4249 .dialog-close-button svg{fill:#000000;}/* Start custom CSS for html, class: .elementor-element-5429d0f */.surrender-notice-section {
    background: #ffffff;
    padding: 15px 30px;
    border-radius: 16px;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    box-sizing: border-box;
    border: 2px solid #e8eef5;
}

.notice-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    background: linear-gradient(135deg, #2c5f8d 0%, #4a90c8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(44, 95, 141, 0.25);
}

.notice-icon svg {
    width: 32px;
    height: 32px;
    color: #ffffff;
}

.notice-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.notice-date {
    font-size: 14px;
    color: #666666;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.registration-details {
    background: #f8fafc;
    border-left: 4px solid #2c5f8d;
    padding: 12px 20px;
    margin: 10px auto;
    border-radius: 8px;
    text-align: left;
    max-width: 100%;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
    gap: 15px;
}

.detail-row:last-child {
    margin-bottom: 0;
}

.detail-label {
    font-size: 13px;
    color: #666666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    min-width: 140px;
}

.detail-value {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 700;
    text-align: right;
    flex: 1;
}

.notice-declaration {
    font-size: 15px;
    color: #333333;
    line-height: 1.7;
    margin: 12px 0;
    padding: 10px;
    background: #fefefe;
    border-radius: 8px;
    border: 1px solid #e8eef5;
    text-align: left;
}

.declaration-emphasis {
    font-weight: 600;
    color: #1a1a1a;
}

.notice-footer {
    font-size: 13px;
    color: #888888;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8eef5;
    font-style: italic;
}

/* Mobile First - Default styles for small screens */
@media (max-width: 768px) {
    .surrender-notice-section {
        padding: 15px 20px;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .notice-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 8px;
    }
    
    .notice-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .notice-heading {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .notice-date {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .registration-details {
        padding: 10px 18px;
        margin: 10px auto;
    }
    
    .detail-row {
        flex-direction: column;
        gap: 6px;
        margin-bottom: 8px;
    }
    
    .detail-label {
        font-size: 12px;
        min-width: auto;
    }
    
    .detail-value {
        font-size: 14px;
        text-align: left;
    }
    
    .notice-declaration {
        font-size: 14px;
        margin: 10px 0;
        padding: 10px;
        line-height: 1.8;
    }
    
    .notice-footer {
        font-size: 12px;
        margin-top: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 480px) {
    .surrender-notice-section {
        padding: 12px 16px;
        border-radius: 12px;
    }
    
    .notice-icon {
        width: 50px;
        height: 50px;
    }
    
    .notice-icon svg {
        width: 26px;
        height: 26px;
    }
    
    .notice-heading {
        font-size: 18px;
    }
    
    .notice-date {
        font-size: 12px;
    }
    
    .detail-label {
        font-size: 11px;
    }
    
    .detail-value {
        font-size: 13px;
    }
    
    .notice-declaration {
        font-size: 13px;
        padding: 10px;
    }
    
    .notice-footer {
        font-size: 11px;
    }
}

/* Desktop - Ensure content stays within bounds */
@media (min-width: 769px) {
    .surrender-notice-section {
        padding: 20px 35px;
    }
    
    .registration-details {
        padding: 12px 25px;
    }
    
    .notice-declaration {
        padding: 12px;
    }
}/* End custom CSS */