
/*********FOOTER*********/
/*********FOOTER*********/
.site-footer {
  display: flex;
  padding: 8px 15px;
  background: #c12525;
  width: 100%;
  color: #fff;
  font-size: 13px;
  justify-content: space-between;
}
.site-footer .left a {
  color: #fff;
  margin-right: 8px;
}
.site-footer .right a {
  color: #fff;
  margin-left: 10px;
}
.site-footer i {
  color: #fff;
  font-size: 14px;
}

/* Footer Wrapper */
.site-footer {
  display: flex;
  background: #c12525;
  color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 13px;
}

/* Left Block */
.site-footer .left {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* Menu Row */
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start; 
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

/* Newsletter iframe */
.footer-newsletter {
  max-width: 320px;
}

.beehiiv-embed {
  width: 100% !important;
  height: 65px;
  border: none !important;
}

@media (max-width: 767px) {
  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-menu {
    justify-content: center;
	  gap: 5px;
  }

  .footer-newsletter {
    margin: 0 auto;
  }
}
