/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.blog-recent-articles .hero[data-v-0d87f8a0] {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
.blog-recent-articles .hero[data-v-0d87f8a0] {
    margin-bottom: 48px;
}
}
.blog-recent-articles .load-more-articles[data-v-0d87f8a0] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .blog-recent-articles .load-more-articles[data-v-0d87f8a0], .-bg-section-dark .blog-recent-articles .load-more-articles[data-v-0d87f8a0], .-bg-page-dark .-bg-section-transparent .blog-recent-articles .load-more-articles[data-v-0d87f8a0] {
  color: #ffffff;
  fill: #ffffff;
}
.blog-recent-articles .load-more-articles[data-v-0d87f8a0] {
  width: 100vw;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.blog-recent-articles .load-more-articles .lscoBtn[data-v-0d87f8a0] {
  width: 10px;
  height: 14px;
}
.loadmoreButton[data-v-0d87f8a0] {
  flex-direction: column;
  margin-top: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
.loadmoreButton[data-v-0d87f8a0] {
    margin-top: 36px;
}
}
.loadmoreButton .lscoBtn[data-v-0d87f8a0] {
  width: 10px;
  height: 14px;
}
.loadmoreButton p[data-v-0d87f8a0] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .loadmoreButton p[data-v-0d87f8a0], .-bg-section-dark .loadmoreButton p[data-v-0d87f8a0], .-bg-page-dark .-bg-section-transparent .loadmoreButton p[data-v-0d87f8a0] {
  color: #ffffff;
  fill: #ffffff;
}
.loadmoreButton p[data-v-0d87f8a0] {
  text-align: center;
  margin-bottom: 28px;
}