/* GBoost: Wowhead CSS fixes width at 384px; allow shrinking inside card grids */
.gboost-d4-item-tooltip.wowhead-tooltip {
  max-width: 100%;
}
.gboost-d4-item-tooltip.wowhead-tooltip .whtt-container {
  width: min(384px, 100%) !important;
  max-width: 100%;
  box-sizing: border-box;
}
