html.aem-AuthorLayer-Edit .multiplayer-grid,
html.aem-AuthorLayer-initial .multiplayer-grid {
  border: dashed 1px orange;
}
html.aem-AuthorLayer-Edit .multiplayer-grid:before,
html.aem-AuthorLayer-initial .multiplayer-grid:before {
  content: 'multiplayer';
  position: absolute;
  top: 0;
  left: 0;
}
html.aem-AuthorLayer-Edit .zombies-grid,
html.aem-AuthorLayer-initial .zombies-grid {
  border: dashed 1px purple;
}
html.aem-AuthorLayer-Edit .zombies-grid:before,
html.aem-AuthorLayer-initial .zombies-grid:before {
  content: 'zombies';
  position: absolute;
  top: 0;
  left: 0;
}

/**
	GUIDE BO7 STYLES - /apps/atvi/callofduty/strategy-guide/components/games/blackops7/clientlibs/css/bo7.less
*/
.section-container .season-tag.new p {
  background: #dadde0;
  color: #000000;
}
.section-container .season-tag.new p:before {
  border-color: #dadde0;
}
.section-container .cod-guide-grid-item-component__tags [data-tag=new] {
  background: #dadde0;
  color: #000000;
}
.section-container .season-tag.// guide specifc tag for 'new' p {
  background: default;
  color: #1560e0;
}
.section-container .season-tag.// guide specifc tag for 'new' p:before {
  border-color: default;
}
.section-container .cod-guide-grid-item-component__tags [data-tag=// guide specifc tag for 'new'] {
  background: default;
  color: #1560e0;
}
.section-container .season-tag.s01 p {
  background: #1560e0;
  color: #ffffff;
}
.section-container .season-tag.s01 p:before {
  border-color: #1560e0;
}
.section-container .cod-guide-grid-item-component__tags [data-tag=s01] {
  background: #1560e0;
  color: #ffffff;
}
.section-container .season-tag.s02 p {
  background: #1560e0;
  color: #ffffff;
}
.section-container .season-tag.s02 p:before {
  border-color: #1560e0;
}
.section-container .cod-guide-grid-item-component__tags [data-tag=s02] {
  background: #1560e0;
  color: #ffffff;
}
.section-container .season-tag.s03 p {
  background: #1560e0;
  color: #ffffff;
}
.section-container .season-tag.s03 p:before {
  border-color: #1560e0;
}
.section-container .cod-guide-grid-item-component__tags [data-tag=s03] {
  background: #1560e0;
  color: #ffffff;
}
.section-container .season-tag.s04 p {
  background: #1560e0;
  color: #ffffff;
}
.section-container .season-tag.s04 p:before {
  border-color: #1560e0;
}
.section-container .cod-guide-grid-item-component__tags [data-tag=s04] {
  background: #1560e0;
  color: #ffffff;
}
.section-container .season-tag.s05 p {
  background: #1560e0;
  color: #ffffff;
}
.section-container .season-tag.s05 p:before {
  border-color: #1560e0;
}
.section-container .cod-guide-grid-item-component__tags [data-tag=s05] {
  background: #1560e0;
  color: #ffffff;
}
.section-container .season-tag.s06 p {
  background: #1560e0;
  color: #ffffff;
}
.section-container .season-tag.s06 p:before {
  border-color: #1560e0;
}
.section-container .cod-guide-grid-item-component__tags [data-tag=s06] {
  background: #1560e0;
  color: #ffffff;
}

