.site-content .show-readmore-link {
  position: relative;
  transition-timing-function: ease-in !important;
}
.site-content .show-readmore-link[aria-expanded="false"]::before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
}
.site-content .show-readmore-link-button {
  position: relative;
  margin-top: 0;
  padding: 0 20px;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}
.site-content .show-readmore-link-button:hover {
  transition: all 0.3s ease;
}
.site-content .show-readmore-link-button::before,
.site-content .show-readmore-link-button::after {
  content: '';
  position: absolute;
  top: 0;
  height: 8px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: 16px 8px;
}
.site-content .show-readmore-link-button::before {
  left: 0;
  width: 100%;
  border-top: 2px solid #e30513;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='16px' height='8px' viewBox='0 0 16 8'%3E%3Cg%3E%3Cpolygon fill='%23e30513' points='0,0 8,8 16,0'/%3E%3C/g%3E%3C/svg%3E");
  background-position: left top;
}
.site-content .show-readmore-link-button::after {
  right: 0;
  border-top: 2px solid rgba(255,255,255,0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='16px' height='8px' viewBox='0 0 16 8'%3E%3Cg%3E%3Cpolygon fill='%23e30513' points='0,0 8,8 16,0'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right top;
}
