/**
 * @file
 * Footer Styling.
 */

.site-footer {
  background: #f9f9f9 linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 10%);
  margin-top: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 100;
}

.site-footer:before {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 960 / 139;
  background: url("../../img/footer.svg") top no-repeat;
  background-size: cover;
  filter:  drop-shadow(0 1px 1px rgba(102, 102, 102, .2));
  margin-top: -8%;
}

.site-footer .region {
  margin: 1rem 0;
  align-items: center;
  justify-content: center;
}

.site-footer .block {
  margin: 1rem 0;
}

.site-footer .block-label {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.site-footer__bottom {
  background-color: var(--bs-dark-blue);
  color: var(--bs-white);
}
