.text-box-shadow {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-size: 20px;
  margin-bottom: 15px;
}
.text-box-shadow .headline-title a {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.text-box-shadow .jounal-tags .tags__label {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 8px;
}
.text-box-shadow .jounal-tags .tags__item {
  display: inline-block;
  margin-right: 5px;
}
.text-box-shadow .jounal-tags .tags__item a {
  color: #000;
  background-color: #eefbfb;
  margin: 5px 0 5px;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 36px;
  font-size: 12px;
  transition: 0.3s;
}
.text-box-shadow .jounal-tags .tags__item a:hover {
  background-color: #e37705;
  color: #fff;
  transition: 0.3s;
  transform: translate(0px, -3px);
}
/*# sourceMappingURL=journal-issue.css.map */
