/* Custom overrides that bypass Vue CSS optimization */
/* Target the u-animate wrapper and the image inside */
.about_img_full,
.about_img_full > div,
.about_img_full > * {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

.about_img_full img,
.about_img_full > * img,
.about_img_full > div img {
  width: 100% !important;
  height: auto !important;
  max-width: 1140px !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Social media icons - ensure visibility */
.contact_details ul.mb-0 li.social a {
  display: inline-block !important;
  margin: 0 8px !important;
}

.contact_details ul.mb-0 li.social a i {
  display: inline-block !important;
  font-size: 24px !important;
  color: #fff !important;
  margin: 0 6px !important;
}
