
.custom-links-box {
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}
.custom-links-box .widget-title {
    margin-top: 0;
}
.custom-links-box p {
    margin: 10px 0 15px;
    font-size: 14px;
    color: #333;
}
.custom-link-pills a {
    display: inline-block;
    background: var(--pill-bg, #d6e0f5);
    padding: 6px 12px;
    margin: 5px 5px 0 0;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s;
}
.custom-link-pills a:hover {
    background: #b9d0f0;
}
