File: /home/nyiet8349bzl/www/oldwebsite.sbsc.in/wp-content/plugins/Newnoticeboard/public/display.css
.enb-notice-scroll-container {
max-height: 400px;
overflow-y: auto;
background: #ffffff;
padding: 15px;
border-radius: 10px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.enb-notice-list {
list-style: none;
padding-left: 0;
margin: 0;
}
.enb-notice-list li {
padding: 10px 0;
border-bottom: 1px solid #e5e7eb;
}
.enb-notice-list li:last-child {
border-bottom: none;
}
.enb-notice-list a {
text-decoration: none;
color: #1d4ed8;
font-weight: 500;
font-size: 16px;
transition: color 0.2s;
}
.enb-notice-list a:hover {
color: #2563eb;
}