/* Canonical e-namad (trust badge) footer styles — match /page/adsl/ */
footer .e-namad-wrapper {
  margin: 0 8px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-template-columns: unset !important;
  gap: 0 !important;
  padding: 15px !important;
  align-self: center;
  justify-self: center;
}

footer .e-namad-item {
  padding: 10px 0;
  border-radius: 6px;
  height: fit-content;
  margin: 14px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

footer .e-namad-item a {
  display: block;
  line-height: 0;
}

footer .e-namad-item img,
footer .e-namad-item .e-namad-logo {
  width: 140px !important;
  height: auto !important;
  max-width: none !important;
  display: block;
}

footer .e-namad-title {
  font-weight: 400 !important;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 12px !important;
  line-height: 1.4;
  white-space: nowrap;
}

@media only screen and (max-width: 770px) {
  footer .e-namad-item {
    width: 100%;
  }
}
