.site-footer {
  font-size: 14px;
  line-height: 1.6;
  border-top: 1px solid #ccc;
  background-color: #1A5F3E;
}

.site-footer a {
  display: block;
  color: white;
  font-weight: 500;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.site-footer a:hover {
  color: white;
  text-decoration: underline;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 5vw, 40px);
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.footer-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-contact,
.footer-contact img {
  color: white;
  filter: brightness(0) invert(1);
  height: revert-layer;
}

.footer-contact p {
  margin-bottom: 10px !important;
  /* color: black; */
  font-weight: 500;
}

.notice-box {
  font-size: 12px;
  color: black;
  font-weight: 500;
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #333;
  text-align: center;
  color: #666;
  font-size: 12px;
}
