.other-categories-widget {
    padding: 20px;
    background-color: #f8f9fa;
    border-left: 3px solid #007bff;
    margin-bottom: 30px;
}

.other-categories-widget h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.other-categories-widget ul {
    list-style: none;
    padding-left: 0;
}

.other-categories-widget li {
    margin: 6px 0;
}

.other-categories-widget a {
    text-decoration: none;
    colour: #333;
}

.other-categories-widget a:hover {
    text-decoration: underline;
    colour: #007bff;
}
