/* line 2, ../scss/read-also.scss */
#site-content {
  overflow: unset;
}

/* line 5, ../scss/read-also.scss */
.read-also {
  position: relative;
  padding: 40px 0;
}
/* line 8, ../scss/read-also.scss */
.read-also:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vw;
  height: 100%;
  width: 200vw;
  z-index: -1;
  background: rgba(51, 201, 126, 0.1);
}
/* line 18, ../scss/read-also.scss */
.read-also h2 {
  font-size: 24px;
  margin: 0 0 15px !important;
  text-decoration: underline;
}
/* line 23, ../scss/read-also.scss */
.read-also .read-also-list {
  list-style-type: none !important;
}
/* line 25, ../scss/read-also.scss */
.read-also .read-also-list li {
  padding: 0;
  list-style-type: none !important;
}
/* line 28, ../scss/read-also.scss */
.read-also .read-also-list li::marker {
  display: none !important;
}
/* line 31, ../scss/read-also.scss */
.read-also .read-also-list li a {
  padding: 4px 0;
  display: flex;
  flex-direction: row;
}
/* line 35, ../scss/read-also.scss */
.read-also .read-also-list li a:hover {
  font-weight: bold;
}
/* line 38, ../scss/read-also.scss */
.read-also .read-also-list li a img {
  margin-right: 10px;
  width: 20px;
  height: auto;
}
