/* Compact one-row footer inspired by the approved simple reference. */
html body footer[data-pc-simple-footer="true"] {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 34px 24px 22px !important;
  background: #201914 !important;
  background-image: none !important;
  color: #f7efe2 !important;
  border-top: 1px solid rgba(215, 173, 36, .34) !important;
}

html body footer[data-pc-simple-footer="true"] .pc-simple-footer-shell {
  width: min(100%, 1460px) !important;
  margin: 0 auto !important;
}

html body footer[data-pc-simple-footer="true"] .pc-simple-footer-main {
  display: grid !important;
  grid-template-columns: minmax(250px, 1fr) auto !important;
  align-items: center !important;
  gap: 38px !important;
  min-height: 86px !important;
}

html body footer[data-pc-simple-footer="true"] .pc-simple-footer-logo {
  display: block !important;
  width: clamp(250px, 25vw, 390px) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 98px !important;
  object-fit: contain !important;
  object-position: left center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body footer[data-pc-simple-footer="true"] .pc-simple-footer-links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(120px, auto)) !important;
  gap: 12px 38px !important;
  align-items: center !important;
}

html body footer[data-pc-simple-footer="true"] .pc-simple-footer-links a {
  color: #f7efe2 !important;
  -webkit-text-fill-color: #f7efe2 !important;
  font-size: .98rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body footer[data-pc-simple-footer="true"] .pc-simple-footer-links a:hover {
  color: #f2c23a !important;
  -webkit-text-fill-color: #f2c23a !important;
}

html body footer[data-pc-simple-footer="true"] .pc-simple-footer-bottom {
  margin-top: 24px !important;
  padding-top: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
  color: rgba(247, 239, 226, .68) !important;
  font-size: .78rem !important;
}

html body footer[data-pc-simple-footer="true"] .pc-simple-footer-bottom p {
  margin: 0 !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

@media (max-width: 760px) {
  html body footer[data-pc-simple-footer="true"] {
    padding: 28px 18px 20px !important;
  }
  html body footer[data-pc-simple-footer="true"] .pc-simple-footer-main {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  html body footer[data-pc-simple-footer="true"] .pc-simple-footer-logo {
    width: min(100%, 330px) !important;
    margin-inline: auto !important;
    object-position: center !important;
  }
  html body footer[data-pc-simple-footer="true"] .pc-simple-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 20px !important;
    text-align: center !important;
  }
  html body footer[data-pc-simple-footer="true"] .pc-simple-footer-bottom {
    margin-top: 20px !important;
    padding-top: 16px !important;
    flex-direction: column !important;
    text-align: center !important;
  }
}
