.azfm-footer-manager {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.azfm-footer-manager .azfm-column {
  margin-bottom: 24px;
}
/*
 * Titles intentionally reuse AngarTheme's native .footer-container .h3 > span
 * structure. This makes the underline/accent colour follow AngarTheme
 * configurator automatically instead of hardcoding a module colour.
 */
.azfm-footer-manager .azfm-title {
  margin-top: 0;
}
.azfm-footer-manager .azfm-items {
  display: block;
}
.azfm-footer-manager .azfm-item {
  margin-bottom: 8px;
  line-height: 1.45;
}
.azfm-footer-manager .azfm-item-link a {
  display: inline-block;
}
.azfm-footer-manager .azfm-item-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.azfm-footer-manager .azfm-image-caption {
  margin-top: 6px;
  font-size: .92em;
}
.azfm-footer-manager .azfm-separator {
  border-top: 1px solid rgba(255,255,255,.12);
  margin: 14px 0;
}
.azfm-footer-bottom {
  width: 100%;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.azfm-footer-bottom .azfm-bottom-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.azfm-footer-bottom .azfm-bottom-left,
.azfm-footer-bottom .azfm-bottom-right {
  flex: 1 1 260px;
}
.azfm-footer-bottom .azfm-bottom-right {
  text-align: right;
}
.azfm-footer-bottom .azfm-copyright {
  text-align: center;
  font-size: 12px;
  opacity: .95;
}
@media (max-width: 767px) {
  .azfm-footer-bottom .azfm-bottom-right {
    text-align: left;
  }
}

/* AZ FOOTER MOBILE ACCORDION - estilo tipo Leroy Merlin */
.azfm-footer-manager .azfm-title-toggle {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  width: 100%;
  text-align: left;
  cursor: default;
  padding: 0;
}

.azfm-footer-manager .azfm-title-toggle .azfm-toggle-icon {
  display: none;
}

@media (max-width: 991px) {
  .footer-container .container,
  .footer-container .row,
  .azfm-footer-manager {
    width: 100% !important;
    max-width: 100% !important;
  }

  .azfm-footer-manager {
    display: block !important;
    flex-wrap: nowrap !important;
  }

  .azfm-footer-manager .azfm-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.18) !important;
  }

  .azfm-footer-manager .azfm-title-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
  }

  .azfm-footer-manager .azfm-title-toggle span:first-child {
    position: relative;
    display: inline-block !important;
    padding-bottom: 10px !important;
  }

  .azfm-footer-manager .azfm-title-toggle span:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 2px;
    background: #1e88d8;
  }

  .azfm-footer-manager .azfm-title-toggle .azfm-toggle-icon {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 400 !important;
  }

  .azfm-footer-manager .azfm-column.azfm-open .azfm-title-toggle .azfm-toggle-icon {
    transform: rotate(45deg);
  }

  .azfm-footer-manager .azfm-items {
    display: none !important;
    padding: 10px 15px 18px 15px !important;
  }

  .azfm-footer-manager .azfm-column.azfm-open .azfm-items {
    display: block !important;
  }

  .azfm-footer-manager .azfm-item {
    margin-bottom: 9px !important;
  }

  .azfm-footer-manager .azfm-item-link a,
  .azfm-footer-manager .azfm-item-text,
  .azfm-footer-manager .azfm-item-html {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .azfm-footer-manager .azfm-item-image img {
    max-width: min(100%, 330px) !important;
    height: auto !important;
    margin: 8px auto 0 auto !important;
  }

  .azfm-footer-bottom {
    margin-top: 0 !important;
    padding: 16px 15px 0 15px !important;
  }

  .azfm-footer-bottom .azfm-bottom-row {
    display: block !important;
  }

  .azfm-footer-bottom .azfm-bottom-left,
  .azfm-footer-bottom .azfm-bottom-right {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 15px !important;
  }
}
