/*limit Studio Site logo size in footer*/
.site-footer .footer-link-list img {
  max-height: 150px;
  height:150px;
}

/*Accordion Expand/Collapse button*/
.t4-expand-accordion {
  display: flex;
  justify-content: end;
}
.t4-expand-accordion-btn {
  margin: 0;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}


