/*(begin) fixes for incoming issues from updated-header-footer-styles.css imported from uthsc.edu*/
input, input:focus {
  -webkit-appearance: revert !important;
}

/*override incoming video style that makes display of videos full screen */
.wp-block-video video {
  width: 100%;
  position: initial;
  top: initial;
  left: initial;
  transform: initial;
}

/*added block image caption styles to show overlay as without it captions in round images looked broken*/
.wp-block-image.is-style-rounded figcaption,
.wp-block-image.caption-overlay figcaption {
  text-align: center;
  box-shadow: none !important;
  position: relative;
  top: -6rem;
  background: #ffffffcf;
  font-size: large;
}

/* (end)  fixes for incoming issues from updated-header-footer-styles.css imported from uthsc.edu*/

/*For font awesome 6*/
.uthsc-social-icons .svg-inline--fa{
  padding:1rem;
}
