/**
	CALLOUT STYLES - /apps/atvi/callofduty/strategy-guide/components/maps/map-icon-text/clientlibs/css/style.less
*/
.icon-text-component {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.icon-text-component[data-type="default"] .icon {
  width: 60px;
}
.icon-text-component[data-type="callout"] .icon {
  width: 24px;
  height: 24px;
}
.icon-text-component[data-type="callout"] .text-container {
  font-family: "Hitmarker Text Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1px;
  color: #fff;
}
