/* Display none conditional */
.d-none {
  display: none !important;
}

/*limit Studio Site logo size in footer*/
.site-footer .footer-link-list img {
  max-height: 185px;
  height:185px;
}

/* Fix Footer alignment in mobile */
.site-footer .footer-link-list {
  display: flex;
  flex-direction: column;
  text-align: center;
}

/*Accordion Expand/Collapse button*/
.t4-expand-accordion {
  display: flex;
  justify-content: end;
}
.t4-expand-accordion-btn {
  margin: 0;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}






