.c-blog-categories__wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 50px;
}
.c-blog-categories__link {
  display: flex;
  font-weight: bold;
  font-size: 1em;
  padding: 10px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
}
.c-blog-categories__link:hover, .c-blog-categories__link:active, .c-blog-categories__link:focus, .c-blog-categories__link:visited {
  color: #4a4a4a;
}
.c-blog-categories__link--current {
  background: #ffb11d;
  color: #ffffff;
  font-weight: bold;
}
.c-blog-categories__link--current:hover, .c-blog-categories__link--current:active, .c-blog-categories__link--current:focus, .c-blog-categories__link--current:visited {
  color: #ffffff;
}
.c-blog-categories__link--current:first-child {
  border-radius: 10px 10px 0 0;
}
.c-blog-categories__link--current:last-child {
  border-radius: 0 0 10px 10px;
}