/* Shared layout normalization for root index and blog pages. */

/* Address block: match index layout rhythm and two-column structure. */
#enderecos.avia-section .entry-content-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
}

#enderecos.avia-section .entry-content-wrapper > .flex_column {
  float: none !important;
}

#enderecos.avia-section .av_two_fifth {
  width: 40% !important;
  margin: 0 !important;
}

#enderecos.avia-section .av_three_fifth {
  width: 60% !important;
  margin: 0 !important;
  padding: 14px 44px 20px !important;
}

#enderecos.avia-section iframe {
  display: block;
  width: 100%;
  height: 540px !important;
}

/* Keep heading/subheading sizing and spacing aligned with index style. */
#enderecos.avia-section .av-special-heading {
  margin: 0;
  padding-bottom: 10px;
  color: #007a06;
}

#enderecos.avia-section .av-special-heading .av-special-heading-tag {
  font-size: 34px;
}

#enderecos.avia-section .av-special-heading .av-subheading {
  font-size: 15px;
}

#enderecos.avia-section .av-special-heading .av-subheading p {
  margin: 0;
  color: #007a06;
}

#enderecos.avia-section .av-special-heading .special-heading-border {
  display: none;
}

/* Address list spacing and text rhythm. */
#enderecos.avia-section .av_textblock_section .avia_textblock {
  margin-top: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

#enderecos.avia-section .store-address {
  margin: 0 0 14px;
  line-height: 1.6;
}

#enderecos.avia-section .store-address:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #enderecos.avia-section .entry-content-wrapper {
    flex-wrap: wrap !important;
  }

  #enderecos.avia-section .av_two_fifth,
  #enderecos.avia-section .av_three_fifth {
    width: 100% !important;
  }

  #enderecos.avia-section .av_three_fifth {
    padding: 28px 20px !important;
  }

  #enderecos.avia-section iframe {
    height: 360px !important;
  }
}

@media (max-width: 575px) {
  #enderecos.avia-section iframe {
    height: 280px !important;
  }

  #enderecos.avia-section .av-special-heading .av-special-heading-tag {
    font-size: 28px;
  }
}
