/* Manga Duyuru Paneli Stilleri */
.mdp-announcement-container {
    padding: 15px 20px;
    margin: 20px auto;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    width: 95%;
    max-width: 1200px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    clear: both; /* Diğer elementlerin düzenini bozmamasını sağlar */
}
.mdp-announcement-container span {
    font-size: 24px;
    font-weight: bold;
    margin-right: 15px;
    line-height: 1;
}
.mdp-announcement-container p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.mdp-announcement-container a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}
.mdp-announcement-container a:hover {
    text-decoration: none;
}
.mdp-info {
    background: linear-gradient(to right, #8f94fb, #4e54c8);
}
.mdp-warning {
    background: linear-gradient(to right, #c471ed, #f64f59);
}