﻿.topAnnouncement {
    display: inherit;
}
    .topAnnouncement .details a {
        white-space: wrap;       
    }
    .topAnnouncement .title * {
        border: 0px solid red;
    }

    .topAnnouncement .title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 1rem;
        align-items: center;
    }



        .topAnnouncement .title .marquee {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .topAnnouncement .title i {
            animation: pulse 1.2s infinite ease-in-out;
        }

    .topAnnouncement a {
        white-space: nowrap;
    }

.page-content-wrapper .topAnnouncement .title {
    margin-right: 1.5rem;
}




@media (max-width: 640px) {
    
}