/* Keep Standard Footer and all Website Settings content native. */
.web-footer {
  background: #f5f4ef;
  border-top: 1px solid #dedfd7;
  padding: 48px 0 24px;
  color: #626960;
}
.web-footer > .container {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(0, 4fr);
  column-gap: clamp(28px, 4vw, 64px);
  row-gap: 30px;
}
.web-footer .footer-logo-extension,
.web-footer .footer-grouped-links { margin: 0; padding: 0; min-width: 0; }
.web-footer .footer-logo-extension > .row { display: block; margin: 0; }
.web-footer .footer-logo-extension > .row > div { width: 100%; max-width: 100%; padding: 0; }
.web-footer .footer-logo-extension .text-right:empty { display: none; }
.web-footer .footer-logo {
  display: block;
  width: 160px;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  margin: 0;
}
.web-footer .footer-grouped-links > .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}
.web-footer .footer-group { max-width: 100%; width: 100%; padding: 0; margin: 0; }
.web-footer .footer-group-label { color: #29332e; font-size: 15px; font-weight: 600; margin: 0 0 14px; }
.web-footer .footer-group-links { margin: 0; columns: auto; column-count: auto; height: auto; max-height: none; display: block; }
.web-footer .footer-child-item { margin: 0; }
.web-footer .footer-child-item a {
  display: inline-block;
  padding: 7px 0;
  color: #626960;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}
.web-footer a:hover { color: #26332c; text-decoration: underline; text-underline-offset: 4px; }
.web-footer a:focus-visible { outline: 2px solid #626960; outline-offset: 4px; }
.web-footer .footer-links { grid-column: 1 / -1; margin: 0; }
.web-footer .footer-links:not(:has(a)) { display: none; }
.web-footer .footer-info {
  grid-column: 1 / -1;
  border-top: 1px solid #dedfd7;
  padding-top: 20px;
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
}
.web-footer .footer-info p { margin: 4px 0 0; }
@media (max-width: 767px) {
  .web-footer { padding-top: 32px; }
  .web-footer > .container { grid-template-columns: 1fr; gap: 28px; }
  .web-footer .footer-logo { width: 140px; }
  .web-footer .footer-grouped-links > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .web-footer .footer-child-item a { padding: 10px 0; }
  .web-footer .footer-info .row { row-gap: 10px; }
  .web-footer .footer-powered { text-align: left; }
}
