/* =========================
  FOOTER
  ========================= */
.site-footer {
  /* Dimensions */
  width: 100%;

  /* Spacing */
  padding: 12px 8px;

  /* Layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* Visual Styling */
  background: linear-gradient(
    to bottom,
    #513C37 0%,
    #422E2A 100%
  );
  color: #ccc;
}

.footer-main {
  /* Dimensions */
  width: 100%;
  max-width: 1400px;

  /* Layout */
  display: flex;
  flex-direction: column;
  align-items: center;

  /* Spacing */
  gap: 0;
}

.footer-policy {
  /* Spacing */
  padding: 0;
  margin: 10px 0 0 0;
}

.footer-logo {
  /* Spacing */
  margin-bottom: 10px;
}

.footer-logo img {
  /* Layout */
  display: block;

  /* Dimensions */
  max-height: 72px;
  width: auto;
}

.footer-content {
  /* Layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  /* Spacing */
  gap: 10px;
}

.footer-col {
  /* Layout */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-col h4 {
  /* Spacing */
  margin: 0;
}

.footer-list {
  /* Spacing */
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-item {
  /* Spacing */
  margin: 0;
}

.footer-link {
  /* Visual Styling */
  color: inherit;
  text-decoration: none;
}

.footer-link:hover {
  /* State */
  text-decoration: underline;
}

.footer-copyright {
  /* Typography */
  font-size: 12px;

  /* Spacing */
  padding: 0;
  margin: 0;
}
