/* Target the exact logo container div */
.mt-6.h-10.w-full.bg-cover {
  height: 80px !important;
  margin-top: 12px !important;
}

/* Target the exact logo img */
.h-full.w-full.object-contain {
  height: 80px !important;
  width: auto !important;
  object-fit: contain !important;
}
