/*
// ------------------------------------------------------------------------
// Template path: src/template/footer/footer.xml
// ------------------------------------------------------------------------
*/

//
// Widget
//

.footer-section > .widget {
  margin-bottom: $spacer;

  &:last-child {
    margin-bottom: 0;
  }
}
