/* wp-notice-board.css */

.wp-notice-board-marquee p {
    list-style-type: none; /* Remove default list style */
    margin-bottom: 15px; /* Adjust line gap as needed */
}

.wp-notice-board-marquee a {
    text-decoration: none; /* Remove text underline */
    color: black; /* Set text color to black */
    font-weight: bold; /* Optional: Set font weight to bold */
}

.wp-notice-board-marquee p::before {
    content: '\2022'; /* Unicode character for bullet point */
    margin-right: 5px; /* Adjust space between bullet point and text */
}

.notice {
    line-height: 10px !important;
}

.notice a {
    color: #000 !important;
    text-decoration : none !important;
}

/* Blinking effect for highlighted notices */


