@import url("ic-reviews.css");

#ic-all-reviews-filters {
    display: flex;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

#ic-all-reviews-filters a {
    padding: 1rem 2rem;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    color: #767676;
    font-family: "Roboto Medium";
}

#ic-all-reviews-filters a:hover {
    color: #ed1f24;
}

#ic-all-reviews-filters a.active {
    border-bottom-color: #ed1f24;
    color: #ed1f24;
}