.ba-f8d5c178-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
    z-index: 10;
}

.ba-f8d5c178-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: bold;
}

.ba-f8d5c178-mt {
    margin-top: 30px;
}

.ba-f8d5c178-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ba-f8d5c178-list li {
    margin-bottom: 10px;
    position: relative;
}

.ba-f8d5c178-list a {
    text-decoration: none;
    display: block; /* Make the whole area clickable */
    padding: 10px 0; /* Increase tap target size for mobile */
    position: relative;
    z-index: 20;
    width: 100%;
}

.ba-f8d5c178-list a:hover {
    text-decoration: underline;
}

/* Ensure counts stay inline if inside the link, or float them */
.ba-f8d5c178-list span.count {
    float: right;
    color: #666;
}