/* EGM: Badge display (no chip + bigger icons) */
.egm-dir-badges a.egm-dir-badge{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.egm-dir-badges a.egm-dir-badge img{
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
  display: block !important;
}
/* Default Hint */
.egm-growers-directory .egm-default-location-hint{
  font-size: 12px;
  line-height: 1.25;
  opacity: .75;
  margin: 6px 0 10px;
}

.egm-growers-directory .egm-default-location-hint a{
  text-decoration: underline;
  font-weight: 600;
}
/* Default Hint (global) */
.egm-default-location-hint{
  font-size: 12px;
  line-height: 1.25;
  opacity: .75;
  margin: 6px 0 10px;
}

.egm-default-location-hint a{
  text-decoration: underline;
  font-weight: 600;
}
/* widget style */
.mtt-widget img {
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.widget-title {
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 12px;
}

.widget-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #8b6b3f;
  margin-top: 6px;
}
.content_wid_wrap .widget {
  margin-bottom: 24px;
}
.widget img:hover {
  filter: brightness(1.03) saturate(1.05);
  transition: 0.3s ease;
}
.widget-title {
  font-size: 18px;
  font-weight: 600;
}
.content_wid_wrap .widget {
  margin-bottom: 24px;
}
body {
  color: #4a4036;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
}