.koshin__feed {
  font-size: 16px;
}

.koshin__feed__item {
  display: block;
  border-radius: 8px;
  background-color: white;
  margin-bottom: 16px;
  color: black;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
}
.koshin__feed__item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.koshin__feed__item__label {
  font-size: 0.625em;
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
  margin-left: 25px;
  margin-top: 25px;
}
.koshin__feed__item__label--koshin {
  background-color: #00C2FF;
}
.koshin__feed__item__label--post {
  background-color: #A429DE;
}
.koshin__feed__item__author {
  margin-right: 25px;
  font-size: 0.875em;
  margin-top: 25px;
  color: #00C2FF;
}
.koshin__feed__item__image {
  height: 175px;
  width: 100%;
}
.koshin__feed__item__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.koshin__feed__item__content {
  padding: 15px 25px;
}
.koshin__feed__item__content h3 {
  font-size: 1.125em;
}
.koshin__feed__item__content p {
  font-size: 1.125em;
  margin-bottom: 0;
  word-break: break-word;
}
.koshin__feed__item__footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 25px 15px 25px;
}
.koshin__feed__item__twitterHandle {
  margin-bottom: 0;
  font-size: 1em;
  color: #1CA0F1;
  display: flex;
  align-items: center;
}
.koshin__feed__item__twitterHandle i {
  margin-right: 2px;
}
.koshin__feed__item__date {
  margin-bottom: 0;
  font-size: 0.75em;
  color: lightGray;
  font-family: sans-serif;
}

.koshin__filter {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 80px;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 1em;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1200px) {
  .koshin__filter {
    justify-content: center;
  }
}
.koshin__filter::-webkit-scrollbar {
  display: none;
}
.koshin__filter__item {
  padding: 7px 30px;
  background-color: unset;
  color: black;
  text-transform: none;
  font-weight: normal;
  border-radius: 8px;
}
.koshin__filter__item:not(:last-of-type) {
  margin-right: 20px;
}
.koshin__filter__item:focus, .koshin__filter__item:active {
  outline: none;
}
.koshin__filter__item:hover, .koshin__filter__item.js-active {
  background-color: #00C2FF;
  color: white;
}

.entry-content .koshin__feed__item {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  border: 0;
  text-decoration: none !important;
  color: black;
}

/*# sourceMappingURL=koshin-public.css.map */
