.category-exp {
  display: inline-block;
  font-size: .7em;
  font-weight: normal;
  padding: 2em;
}

.common-header-wrapper {
  background-image: url(../img/favolog/bg-favolog-header.svg);
}

#favolog-category li {
  display: inline;
  padding-right: 1em;
}
#favolog-category li:before {
  content: "\f292";
  font-family: 'Font Awesome 5 Free';
}

.fixed {
  position: absolute;
  right: 1em;
  top: 1em;
  transform: rotate(45deg);
}
.fixed-exp {
  color: #c1272d;
  font-size: .8em;
  margin: 2em auto;
  text-align: right;
}

[class*="tweet-id-"] {
  border: 2px solid;
  border-radius: 1em;
  padding: 1em;
  position: relative;
}

.tweet-favorite {
  border-color: #c1272d;
}
.tweet-img {
  margin: 2em auto;
  text-align: center;
}
.tweet-img > img {
  width: 80%;
}
.tweet-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(272.5px, 1fr));
  margin-top: 2em;
  text-align: justify;
}
.tweet-time {
  font-size: .8em;
}
.tweet-user {
  border-bottom: 1px #eee solid;
  margin-bottom: 1em;
  text-align: right;
}

@media (max-width: 520px) {
  .fixed-exp {
    text-align: left;
  }
}