auto;
font-family: "Segoe UI", Roboto, sans-serif;
background: #f9faff;
border: 2px solid #007bff;
border-radius: 12px;
padding: 15px;
box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}
.circular-container h3 {
color: #2e7d32;
margin-top: 0;
font-size: 1.2rem;
display: flex;
align-items: center;
gap: 8px;
}
.c-list {
list-style: none;
padding: 0;
margin: 0;
max-height: 450px;
overflow-y: auto;
}
.c-item {
background: white;
margin-bottom: 10px;
padding: 10px;
border-radius: 8px;
border: 1px solid #e0e0e0;
}
.c-item a {
text-decoration: none;
color: #1a73e8;
font-weight: 600;
font-size: 1rem;
display: block;
}
.c-badge {
color: #d93025;
font-weight: bold;
font-size: 0.8rem;
margin-left: 5px;
}
.c-readmore {
color: #d9534f;
font-size: 0.85rem;
font-weight: bold;
text-decoration: none;
display: inline-block;
margin-top: 5px;
}