/* Tags page styles */
.tags li a {
    background-color: #F3F4F6;
    border-radius: 50px;
    color: #262626;
    width: 100%;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
