.ipma-alert {
    background: #fff;
    color: #333;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-size: 14px;
    line-height: 1.5;
}

.ipma-alert h2 {
    margin-top: 0;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.ipma-alert p {
    margin: 5px 0;
}

.ipma-alert.red { background-color: #FF5733; color: #fff; }
.ipma-alert.orange { background-color: #FFCC00; color: #333; }
.ipma-alert.yellow { background-color: #FFFF00; color: #333; }
