.alphabet-filter {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
       gap: 10px;
	flex-wrap:wrap;
}

.alphabet-filter a {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}

.alphabet-filter a:hover {
    background-color: #f0f0f0;
}
p.et_count-posts {
    display: none;
}
