.links-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent; 
}

.links-list li {
    background: transparent; 
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.links-list a:hover {
    background: rgba(255, 255, 255, 0.2); 
    text-decoration: underline;
}

.announcement-item {
    font-size: 0.85rem;
    line-height: 1.5;
    padding: 5px 0;
}

.announcement-tag {
    background: #ffcc00;
    color: #000;
    font-size: 0.65rem;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 8px;
    vertical-align: middle;
}

.box-content ul, .box-content li {
    background: transparent !important;
}