.elementor-26186 .elementor-element.elementor-element-bcbfcf0 > .elementor-widget-container{margin:0px 0px -25px 0px;}#elementor-popup-modal-26186 .dialog-widget-content{animation-duration:1.2s;border-radius:15px 15px 15px 15px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-26186{background-color:#F8F8F8CC;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-26186 .dialog-message{width:700px;height:auto;}#elementor-popup-modal-26186 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-26186 .elementor-element.elementor-element-a26cf71 > .elementor-widget-container{margin:0px 0px -10px 0px;}.elementor-26186 .elementor-element.elementor-element-a26cf71 img{border-radius:12px 12px 12px 12px;}#elementor-popup-modal-26186 .dialog-message{width:330px;}}/* Start custom CSS for html, class: .elementor-element-b00ed69 */.a4u-compact-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fdf2f2; /* Red-50 Tailwind */
    border: 1px solid #fee2e2; /* Red-100 */
    border-radius: 12px;
    padding: 12px 16px;
    /* Margin kosong sebab guna Elementor */
    margin: 0; 
    width: 100%;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.alert-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

.alert-icon .material-symbols-outlined {
    color: #ef4444; /* Red-500 */
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 400;
}

.alert-content {
    flex: 1;
}

.alert-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}

.alert-label {
    font-size: 13px;
    font-weight: 700;
    color: #991b1b; /* Red-800 */
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.alert-status {
    font-size: 11px;
    background: #fee2e2;
    color: #b91c1c;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 600;
}

.alert-msg {
    font-size: 13px;
    line-height: 1.5;
    color: #7f1d1d; /* Red-900 */
}

/* Mobile Adjustments */
@media (max-width: 480px) {
    .a4u-compact-alert {
        padding: 10px 12px;
        gap: 8px; /* Kecilkan sikit gap icon */
    }
    
    .alert-header {
        /* Kita kekalkan row, tapi guna flex-start supaya kalau teks panjang pun dia tak lari */
        display: flex;
        flex-direction: row; 
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4px;
        gap: 8px;
    }

    .alert-label {
        font-size: 11px; /* Kecilkan sikit supaya muat dngn badge */
        white-space: nowrap; /* Elak teks "Makluman..." pecah dua baris */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .alert-status {
        font-size: 10px;
        padding: 1px 6px;
        flex-shrink: 0; /* Paksa badge jangan mengecil/penyek */
    }

    .alert-msg {
        font-size: 12px;
        line-height: 1.4;
    }
}/* End custom CSS */