.also-other-story {
  padding: 10px 0 10px;
  margin: 0px 10px 10px;
  background-color: var(--color_05);
  position: relative;
  overflow: hidden;
  clear: both;
}
.also-other-story h3 {
  margin: 0px 5px 10px 5px;
  padding: 0;
  color: var(--orange);
  font-weight: 700;
  word-break: break-word;
  font-size: 17px;
}
.also-other-story ul {
  overflow-x: scroll;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  clear: both;
  font-size: 0;
  padding: 0 10px 25px;
  margin-bottom: -24px !important;
  line-height: 1.7;
  word-break: break-word;
  color: var(--primary-dark-color);
}
.also-other-story ul li {
  position: relative;
  display: block;
  min-width: 80%;
  max-width: 280px;
  flex-shrink: 0;
  white-space: normal;
  padding: 0;
  margin: 0;
  font-weight: 400;
  border-bottom: 0;
  overflow: hidden;
  list-style: none;
  font-size: 15px;
  color: var(--primary-dark-color);
  line-height: 1.4;
  word-break: break-word;
}
.also-other-story .repeat-box {
  position: relative;
  clear: both;
}

.also-other-story ul li .repeat-box .text {
  padding: 0 0 0 10px;
}

.also-other-story ul li .repeat-box > a {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.also-other-story ul li a {
  color: var(--primary-dark-color);
  font-size: 400;
}
.also-other-story .repeat-box .text {
  width: calc(100% - 100px);
  padding-right: 10px;
  z-index: 5;
  position: relative;
}
.also-other-story ul li .repeat-box .text h3 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
.also-other-story .repeat-box .text h3 {
  -webkit-line-clamp: 3;
  font-size: 14px;
  font-weight: 400;
}

.also-other-story h3.topborder:after {
  content: "";
  border-bottom: 1px dotted var(--border_color);
  display: block;
  width: 100%;
  position: absolute;
}
.also-other-story .more-p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  position: absolute;
  right: 7px;
  top: 12px;
}
.also-other-story .more-p a {
  font-weight: 700;
  color: var(--orange);
}
.also-other-story .more-p a:after {
  display: inline-block;
  content: "";
  margin: 0 10px 0 0px;
  border: solid var(--orange);
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: relative;
  top: -1px;
  right: -4px;
  width: 0;
  height: 0;
}
.also-other-story .repeat-box > a > figure {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: row-reverse;
}
.also-other-story .repeat-box .photo {
  width: 100px;
  position: relative;
  z-index: 5;
}
