.elementor-3665 .elementor-element.elementor-element-3084fa1{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:8px 8px 8px 8px;--padding-top:0px;--padding-bottom:16px;--padding-left:0px;--padding-right:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-3665 .elementor-element.elementor-element-c5e96af .elementor-button{background-color:var( --e-global-color-secondary );fill:#000C1F;color:#000C1F;border-radius:111px 111px 111px 111px;}.elementor-3665 .elementor-element.elementor-element-c5e96af{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 20px 0px 20px;}#elementor-popup-modal-3665 .dialog-widget-content{animation-duration:1.2s;border-radius:16px 16px 16px 16px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0px 0px 20px 20px;}#elementor-popup-modal-3665{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:flex-end;pointer-events:all;}#elementor-popup-modal-3665 .dialog-message{width:480px;height:auto;}#elementor-popup-modal-3665 .dialog-close-button{display:flex;font-size:20px;}#elementor-popup-modal-3665 .dialog-close-button i{color:var( --e-global-color-39d2ef8 );}#elementor-popup-modal-3665 .dialog-close-button svg{fill:var( --e-global-color-39d2ef8 );}#elementor-popup-modal-3665 .dialog-close-button:hover i{color:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:767px){.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}#elementor-popup-modal-3665 .dialog-message{width:90vw;}#elementor-popup-modal-3665 .dialog-widget-content{margin:0px 0px 5px 5px;}}/* Start custom CSS for html, class: .elementor-element-4d831de *//* Container */
.ap-popup-wrapper {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e1e1e1; /* Subtle border instead of shadow */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none !important; /* No shadow */
}

/* Header */
.ap-popup-header {
    background-color: #0b1a3d; /* Brand Dark Blue */
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ap-icon-circle {
    background-color: #fdd835; /* Brand Yellow */
    color: #0b1a3d;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ap-popup-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

/* Body Content */
.ap-popup-content {
    padding: 20px;
}

.ap-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 0;
}

.ap-text strong {
    color: #d32f2f; /* Highlight the closed dates in red */
}

/* Highlight Box for Address */
.ap-highlight-box {
    background-color: #f4f6f9; /* Light Grey/Blue Background */
    padding: 15px;
    border-left: 4px solid #3654ea; /* Brand Blue Accent Line */
    border-radius: 4px;
    margin-bottom: 15px;
}

.ap-highlight-box .ap-text {
    margin-bottom: 8px;
    font-size: 13px;
    color: #555;
}

.ap-address {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    color: #0b1a3d; /* Dark Blue */
    line-height: 1.4;
}

/* Button */
.ap-cta-btn {
    display: block;
    width: 100%;
    background-color: #fdd835; /* Brand Yellow */
    color: #0b1a3d;
    text-align: center;
    padding: 12px 0;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.ap-cta-btn:hover {
    background-color: #fbc02d;
}/* End custom CSS */