﻿#btnLoadMore {
  z-index: 10;
}

.row-hidden {
  z-index: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.row-hidden.loaded {
  opacity: 1;
  height: auto;
}

.headline-load:not(:first-of-type) {
  margin-top: 8rem;
}

.additional-link {
  margin-top: 14px;
  display: block;
}

.card {
  background: unset !important;
  background-color: unset !important;
}

.smbc-headline-listing-widget .eyebrow {
  text-transform: uppercase;
  color: #826E4F !important;
  letter-spacing: 0.3rem;
  margin: 0;
  font-size: 1.7rem;
}
.smbc-headline-listing-widget .title + h2 {
  margin: 2.6rem 0 0;
}
