/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  background: red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}
.jspDisabled {
  background: #80808d;
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}
.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	background: red;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

.jspHorizontalBar
{
	background: red;
	bottom: 0;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	cursor: pointer;
        direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
}

.jspDisabled
{
	background: #80808d;
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	float: left;
	height: 100%;
	width: 16px;
}

.jspVerticalBar .jspArrow:focus
{
        border: 1px solid red;
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/**
	ARTICLE IMAGE STYLES - /apps/atvi/callofduty/strategy-guide/components/blog/article-image/clientlibs/css/article-image.less
*/
.article-image-component .article-image-container {
  position: relative;
}
.article-image-component .article-image-caption > span {
  display: block;
  padding-left: 20px;
  border-left: 4px solid #AAB0B6;
  color: #F3F4F5;
}
@media (min-width: 1024.02px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
@media (max-width: 1024px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 8px;
  }
}
.article-image-component .atvi-agegate .field:last-child {
  margin-right: 0;
}
.article-image-component .atvi-agegate .submit {
  color: white;
}
.article-image-component.align-center .article-image-container {
  display: flex;
  justify-content: center;
}
.article-image-component.align-right .article-image-container {
  display: flex;
  justify-content: flex-end;
}
html[dir="rtl"] .article-image-component .article-image-caption > span {
  padding-left: unset;
  border-left: unset;
  padding-right: 20px;
  border-right: 4px solid #AAB0B6;
}

/**
	ARTICLE IMAGE STYLES - /apps/atvi/callofduty/strategy-guide/components/blog/article-image/clientlibs/css/article-image.less
*/
.article-image-component .article-image-container {
  position: relative;
}
.article-image-component .article-image-caption > span {
  display: block;
  padding-left: 20px;
  border-left: 4px solid #AAB0B6;
  color: #F3F4F5;
}
@media (min-width: 1024.02px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
@media (max-width: 1024px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 8px;
  }
}
.article-image-component .atvi-agegate .field:last-child {
  margin-right: 0;
}
.article-image-component .atvi-agegate .submit {
  color: white;
}
.article-image-component.align-center .article-image-container {
  display: flex;
  justify-content: center;
}
.article-image-component.align-right .article-image-container {
  display: flex;
  justify-content: flex-end;
}
.article-image-component .click-tap-text {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}
.magnify-container {
  position: relative;
  width: 100%;
}
.magnify-image {
  width: 100%;
  display: block;
}
.magnifier-rect {
  position: absolute;
  display: none;
  width: 320px;
  /* adjust as needed */
  height: 200px;
  border: 2px solid #00e0ff;
  pointer-events: none;
  z-index: 50;
  background-repeat: no-repeat;
  background-position: 0 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  background-size: 100%;
}
figure.containerZoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
  margin: 0;
}
figure.containerZoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
}
figure.containerZoom.active img {
  opacity: 0;
}
html[dir="rtl"] .article-image-component .article-image-caption > span {
  padding-left: unset;
  border-left: unset;
  padding-right: 20px;
  border-right: 4px solid #AAB0B6;
}

/**
	BOXOUT STYLES - /apps/atvi/callofduty/strategy-guide/components/blog/boxout/clientlibs/css/boxout.less
*/
.boxout-component .boxout-inner-container {
  display: flex;
  border-radius: 8px;
  border: 1px solid var(--custom-accent-color, var(--default-accent-color));
}
.boxout-component .boxout {
  position: relative;
}
.boxout-component .boxout__left-frame,
.boxout-component .boxout__right-frame {
  position: relative;
  background: url('../../../../../../content/dam/atvi/callofduty/cod-touchui/blog/intel-cards/common/ScreenStripeTexture_1x4.png') 0% 0% / 4px 2px repeat, #1b1b1b;
  padding: 8px 24px;
}
.boxout-component .boxout__left-frame:before,
.boxout-component .boxout__right-frame:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, var(--custom-accent-color-50, var(--default-accent-color-50)) 0%, var(--custom-accent-color-50, var(--default-accent-color-50)) 100%);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35), 0px 0px 24px 0px var(--custom-accent-color, var(--default-accent-color)) inset;
}
.boxout-component .boxout__left-frame {
  display: flex;
  width: 64px;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 7px 0 0 7px;
}
.boxout-component .boxout__left-frame:before {
  border-radius: 7px 0 0 7px;
}
.boxout-component .boxout__left-frame > img {
  position: relative;
}
.boxout-component .boxout__right-frame {
  width: 32px;
  border-radius: 0 7px 7px 0;
}
.boxout-component .boxout__right-frame:before {
  border-radius: 0 7px 7px 0;
}
@media (max-width: 600px) {
  .boxout-component .boxout__right-frame {
    display: none;
  }
}
.boxout-component .boxout__content {
  display: flex;
  padding: 24px 32px;
  flex: 1 0 0;
}
.boxout-component .boxout__content .boxout-text ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.boxout-component .boxout__content .boxout-text ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.boxout-component .boxout__content .boxout-text li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.boxout-component .boxout__content .boxout-text ul ul,
.boxout-component .boxout__content .boxout-text ol ul {
  list-style-type: circle;
}
.boxout-component .boxout__content .boxout-text ol ol ul,
.boxout-component .boxout__content .boxout-text ol ul ul,
.boxout-component .boxout__content .boxout-text ul ol ul,
.boxout-component .boxout__content .boxout-text ul ul ul {
  list-style-type: square;
}
.boxout-component .boxout__content .boxout-text ol ul,
.boxout-component .boxout__content .boxout-text ul ol,
.boxout-component .boxout__content .boxout-text ul ul,
.boxout-component .boxout__content .boxout-text ol ol {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/**
	ARTICLE LAYOUT STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/article-layout.less
*/
.article-layout-content,
.article-layout-content h1,
.article-layout-content h2,
.article-layout-content h3,
.article-layout-content h4,
.article-layout-content h5,
.article-layout-content p {
  color: #f3f4f5;
}
.article-layout-content a {
  color: #3ECCED;
  text-decoration: underline;
}
.article-layout-content .breadcrumbs,
.article-layout-content .breadcrumb__list {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-layout-content .breadcrumbs li,
.article-layout-content .breadcrumb__list li,
.article-layout-content .breadcrumbs a,
.article-layout-content .breadcrumb__list a {
  font-family: "Hitmarker Text Regular", Arial, "Hitmarker Text Bold";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.63rem;
  line-height: 1.13rem;
  font-weight: 700;
  font-style: normal;
  font-size: 8px;
  color: #AAB0B6;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 600.02px) {
  .article-layout-content .breadcrumbs li,
  .article-layout-content .breadcrumb__list li,
  .article-layout-content .breadcrumbs a,
  .article-layout-content .breadcrumb__list a {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.63rem;
    line-height: 1.13rem;
  }
}
.article-layout-content .breadcrumb__item:not(:first-child):before {
  content: "//";
  margin-right: 3px;
}
.article-layout-content .tile-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.article-layout-content .tile {
  font-family: "Hitmarker Text Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0;
  padding: 4px;
}
@media (min-width: 600.02px) {
  .article-layout-content .subtitle {
    padding-bottom: 60px;
  }
}
@media (min-width: 1024.02px) {
  .article-layout-content .subtitle {
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .article-layout-content .subtitle {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .article-layout-content .bylines {
    margin-top: 24px;
    text-align: center;
  }
}
.article-layout-content .tag-tile {
  color: #9C978F;
  border: 1px solid #6F6E63;
}
.article-layout-content .game-tile {
  background: #92918A;
  color: black;
  border: 1px solid #92918A;
}
.article-layout-content .side-cta-wrapper {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 60px;
  margin-bottom: 50px;
  /*
        img { 
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }

        img + .cta {
            a:first-child {
                border-top-left-radius: 0;
                border-top-right-radius: 0;
            }
        }
        */
}
.article-layout-content .side-cta-wrapper .ad-banner-cta {
  border-radius: 2px;
}
.article-layout-content .side-cta-wrapper .ad-banner-cta .ad-banner-img-wrapper {
  overflow: hidden;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-layout-content .side-cta-wrapper .ad-banner-cta img {
  transition: transform .5s ease;
}
.article-layout-content .side-cta-wrapper .ad-banner-cta .btn {
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-layout-content .side-cta-wrapper .ad-banner-cta .btn:hover {
  transition: none !important;
  outline-offset: none !important;
  outline: 1px solid transparent !important;
}
.article-layout-content .side-cta-wrapper .ad-banner-cta:hover .btn {
  background-color: #be0000;
}
.article-layout-content .side-cta-wrapper .ad-banner-cta:hover .btn[data-label="bo7"],
.article-layout-content .side-cta-wrapper .ad-banner-cta:hover .btn[data-game="bo7"] {
  background-color: #1356c9;
}
.article-layout-content .side-cta-wrapper .ad-banner-cta:hover .btn[data-label="bo6"],
.article-layout-content .side-cta-wrapper .ad-banner-cta:hover .btn[data-game="bo6"] {
  background-color: #e05d00;
}
.article-layout-content .side-cta-wrapper .ad-banner-cta:hover .btn[data-label="mw3"],
.article-layout-content .side-cta-wrapper .ad-banner-cta:hover .btn[data-game="mw3"] {
  background-color: #be0000;
}
.article-layout-content .side-cta-wrapper .ad-banner-cta:hover .btn[data-label="cod mobile"],
.article-layout-content .side-cta-wrapper .ad-banner-cta:hover .btn[data-game="cod-mobile"] {
  background-color: #feed53;
}
.article-layout-content .side-cta-wrapper .ad-banner-cta:hover img {
  transform: scale(1.04);
}
.article-layout-content .cta {
  display: grid;
  grid-gap: 16px;
}
@media (max-width: 1024px) {
  .article-layout-content .cta {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 28px;
    padding: 24px 20px;
  }
}
@media (max-width: 600px) {
  .article-layout-content .cta {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 12px;
    padding: 12px 0 40px;
  }
}
@-webkit-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-o-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
.article-layout-content .cta .btn {
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 0.88rem;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  border-radius: 2px;
  background: #ffffff;
  color: #000000;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 16px;
  background: #D70000;
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  outline-offset: 0;
  outline: 1px solid transparent;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
@media screen and (-ms-high-contrast: active) {
  .article-layout-content .cta .btn {
    border: 2px solid currentcolor;
  }
}
.article-layout-content .cta .btn:hover {
  outline: 1px solid red;
  outline-offset: 4px;
}
.article-layout-content .cta .btn[data-label="bo7"],
.article-layout-content .cta .btn[data-game="bo7"] {
  background-color: #1560e0;
}
.article-layout-content .cta .btn[data-label="bo7"]:hover,
.article-layout-content .cta .btn[data-game="bo7"]:hover {
  outline: 1px solid #1560e0;
}
.article-layout-content .cta .btn[data-label="bo6"],
.article-layout-content .cta .btn[data-game="bo6"] {
  background-color: #f96800;
}
.article-layout-content .cta .btn[data-label="bo6"]:hover,
.article-layout-content .cta .btn[data-game="bo6"]:hover {
  outline: 1px solid #f96800;
}
.article-layout-content .cta .btn[data-label="cod mobile"],
.article-layout-content .cta .btn[data-game="cod-mobile"] {
  color: #000;
  background-color: #FEEA3A;
  text-shadow: none;
}
.article-layout-content .cta .btn[data-label="cod mobile"]:hover,
.article-layout-content .cta .btn[data-game="cod-mobile"]:hover {
  background-color: #FEEA3A;
  outline: 1px solid #FEEA3A;
}
.article-layout-content .top-cta-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 600px) {
  .article-layout-content .top-cta-container {
    margin-top: 40px;
  }
}
.article-layout-content .sideline {
  width: 100%;
  height: 1px;
  background: #636262;
}
.article-layout-content .sideline.left {
  background: linear-gradient(90deg, rgba(62, 62, 62, 0) 0%, #636262 100%);
  margin-right: 24px;
}
.article-layout-content .sideline.right {
  background: linear-gradient(90deg, #636262 0%, rgba(62, 62, 62, 0) 100%);
  margin-left: 24px;
}
.article-layout-content .top-cta {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.article-layout-content .top-cta .glint {
  position: absolute;
  display: block;
  border-radius: 2px;
  background: #ffffff;
  z-index: 1;
}
.article-layout-content .top-cta .glint:nth-child(1),
.article-layout-content .top-cta .glint:nth-child(2),
.article-layout-content .top-cta .glint:nth-child(3),
.article-layout-content .top-cta .glint:nth-child(4) {
  background: linear-gradient(138.275deg, rgba(255, 255, 255, 0) 0%, #ffffff 44.79%, #ffffff 58.85%, rgba(255, 255, 255, 0) 100%);
}
.article-layout-content .top-cta .glint:nth-child(1),
.article-layout-content .top-cta .glint:nth-child(2) {
  height: 2px;
  width: 24px;
  left: -26px;
  transition: left 150ms ease-in-out;
}
.article-layout-content .top-cta .glint:nth-child(3),
.article-layout-content .top-cta .glint:nth-child(4) {
  height: 24px;
  width: 2px;
  top: -26px;
  transition: top 75ms ease-in-out;
}
.article-layout-content .top-cta .glint:nth-child(1) {
  top: 0;
  transition-delay: 25ms;
}
.article-layout-content .top-cta .glint:nth-child(2) {
  bottom: 0;
}
.article-layout-content .top-cta .glint:nth-child(3) {
  left: 0;
  transition-delay: 100ms;
}
.article-layout-content .top-cta .glint:nth-child(4) {
  right: 0;
}
.article-layout-content .top-cta:hover .glint:nth-child(1),
.article-layout-content .top-cta:hover .glint:nth-child(2) {
  left: 100%;
  transition: left 150ms ease-in-out;
}
.article-layout-content .top-cta:hover .glint:nth-child(2) {
  transition-delay: 25ms;
}
.article-layout-content .top-cta:hover .glint:nth-child(3),
.article-layout-content .top-cta:hover .glint:nth-child(4) {
  top: 100%;
  transition: top 75ms ease-in-out;
}
.article-layout-content .top-cta:hover .glint:nth-child(4) {
  transition-delay: 100ms;
}
.article-layout-content .top-cta button,
.article-layout-content .top-cta a {
  text-decoration: none;
  border: none;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 0.88rem;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #858585;
  /* HOVER OFF */
  transition: opacity 150ms;
}
@media screen and (-ms-high-contrast: active) {
  .article-layout-content .top-cta button,
  .article-layout-content .top-cta a {
    border: 2px solid currentcolor;
  }
}
.article-layout-content .top-cta button .cta-text,
.article-layout-content .top-cta a .cta-text {
  position: relative;
}
.article-layout-content .top-cta button:before,
.article-layout-content .top-cta a:before {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.12);
  opacity: 0;
}
.article-layout-content .top-cta button:hover:before,
.article-layout-content .top-cta a:hover:before {
  opacity: 1;
  transition: opacity 150ms;
  transition-delay: 75ms;
}
.article-layout-content footer {
  padding-top: 80px;
}
.article-layout-content .article-header-container {
  position: relative;
}
.article-layout-content .article-header-container .graphics {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.article-layout-content .article-header-container .graphics .feature-img.bg {
  position: relative;
}
.article-layout-content .article-header-container .graphics .feature-img.bg:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.article-layout-content .article-header-container .graphics .feature-img.bg > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-layout-content .article-header-container .graphics .feature-img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024.02px) {
  .article-layout-content .article-header-container {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .article-layout-content .article-header-container {
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .article-layout-content .article-header-container {
    margin-bottom: 0;
  }
}
.article-layout-content .get-cod-points-banner {
  margin-top: -30px;
  margin-bottom: 30px;
}
.article-layout-content [id] {
  scroll-margin-top: 56px;
}
.article-layout-content .mobile-up,
.article-layout-content .mobile-up-grid {
  display: none;
}
@media (min-width: 600.02px) {
  .article-layout-content .mobile-up {
    display: block;
  }
  .article-layout-content .mobile-up-grid {
    display: grid;
  }
}
.article-layout-content .tablet-up,
.article-layout-content .tablet-up-grid {
  display: none;
}
@media (min-width: 1024.02px) {
  .article-layout-content .tablet-up {
    display: block;
  }
  .article-layout-content .tablet-up-grid {
    display: grid;
  }
}
.article-layout-content .desktop-up,
.article-layout-content .desktop-up-grid {
  display: none;
}
@media (min-width: 1440.02px) {
  .article-layout-content .desktop-up {
    display: block;
  }
  .article-layout-content .desktop-up-grid {
    display: grid;
  }
}
.article-layout-content .desktop-down,
.article-layout-content .desktop-down-grid {
  display: none;
}
@media (min-width: 1440.02px) {
  .article-layout-content .desktop-down {
    display: block;
  }
  .article-layout-content .desktop-down-grid {
    display: grid;
  }
}
.article-layout-content .tablet-down,
.article-layout-content .tablet-down-grid {
  display: none;
}
@media (max-width: 1024px) {
  .article-layout-content .tablet-down {
    display: block;
  }
  .article-layout-content .tablet-down-grid {
    display: grid;
  }
}
.article-layout-content .mobile-down,
.article-layout-content .mobile-down-grid {
  display: none;
}
@media (max-width: 600px) {
  .article-layout-content .mobile-down {
    display: block;
  }
  .article-layout-content .mobile-down-grid {
    display: grid;
  }
}

/**
	ARTICLE GRID STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/grid.less
*/
main {
  position: relative;
  padding-top: 60px;
}
main .inner-container {
  margin-top: 16px;
}
main .article-header-container,
main .article-body-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  main .article-header-container,
  main .article-body-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  main .article-header-container,
  main .article-body-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media (min-width: 600.02px) {
  main .article-header-container,
  main .article-body-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-row-gap: 16px;
  }
  main .article-header-container > *,
  main .article-body-container > * {
    grid-column: span 12;
  }
}
@media (max-width: 600px) {
  main .article-header-container,
  main .article-body-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 8px;
  }
  main .article-header-container > *,
  main .article-body-container > * {
    grid-column: span 4;
  }
}
main .article-body-container {
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  main .article-body-container {
    padding-bottom: 40px;
  }
}
main .article-body-container .side-nav-wrapper {
  grid-column: span 2;
}
@media (max-width: 1024px) {
  main .article-body-container .side-nav-wrapper {
    display: none;
  }
}
@media (min-width: 1024.02px) {
  main .article-body-container .body-content {
    grid-column: 3 / span 8;
  }
  main .article-body-container .body-content .body-content-parsys > div,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-row-gap: 60px;
  }
  main .article-body-container .body-content .body-content-parsys > div > *,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > * {
    grid-column: span 8;
  }
  main .article-body-container .body-content .body-content-parsys > div > .article-rich-text,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > .article-rich-text,
  main .article-body-container .body-content .body-content-parsys > div > .atvi-rich-text,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > .atvi-rich-text,
  main .article-body-container .body-content .body-content-parsys > div > .cod-rich-text,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > .cod-rich-text,
  main .article-body-container .body-content .body-content-parsys > div > .atvi-text,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > .atvi-text {
    padding-inline: 40px;
  }
}
@media (max-width: 1024px) {
  main .article-body-container .body-content {
    grid-column: span 12;
  }
  main .article-body-container .body-content .body-content-parsys > div,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-row-gap: 60px;
  }
  main .article-body-container .body-content .body-content-parsys > div > *,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > * {
    grid-column: span 12;
  }
}
@media (max-width: 600px) {
  main .article-body-container .body-content {
    grid-column: span 4;
  }
  main .article-body-container .body-content .body-content-parsys > div,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 40px;
  }
  main .article-body-container .body-content .body-content-parsys > div > *,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > * {
    grid-column: span 4;
  }
}
main .article-body-container .side-cta-wrapper {
  grid-column: 11 / span 2;
}
@media (max-width: 1024px) {
  main .article-body-container .side-cta-wrapper {
    display: none;
  }
}
main .related-wrapper {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  grid-row: 2;
}
@media (max-width: 1024px) {
  main .related-wrapper {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  main .related-wrapper {
    max-width: 600px;
    padding-inline: 16px;
  }
}

/**
	ARTICLE TYPOGRAPHY STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/typography.less
*/
main p,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  overflow-wrap: break-word;
}
main h1,
main h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  main h1,
  main h2 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-transform: uppercase;
  }
}
main h3 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
main h4 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
main h5 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
}
main p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 600px) {
  main p {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
main p b {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
}
main p i {
  font-family: "Hitmarker Text Italic";
  font-weight: 400;
  font-style: italic;
}
main h1,
main h2,
main h3,
main h4,
main h5 {
  color: #f3f4f5;
}
main .subtitle {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.38rem;
  line-height: 1.88rem;
}
@media (max-width: 1024px) {
  main .subtitle {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
main .byline {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
main .date-line {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  main .date-line {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
main .body-content h1 + h1,
main .body-content h2 + h1,
main .body-content h3 + h1,
main .body-content h4 + h1,
main .body-content h5 + h1,
main .body-content h1 + h2,
main .body-content h2 + h2,
main .body-content h3 + h2,
main .body-content h4 + h2,
main .body-content h5 + h2,
main .body-content h1 + h3,
main .body-content h2 + h3,
main .body-content h3 + h3,
main .body-content h4 + h3,
main .body-content h5 + h3,
main .body-content h1 + h4,
main .body-content h2 + h4,
main .body-content h3 + h4,
main .body-content h4 + h4,
main .body-content h5 + h4,
main .body-content h1 + h5,
main .body-content h2 + h5,
main .body-content h3 + h5,
main .body-content h4 + h5,
main .body-content h5 + h5,
main .body-content h1 + p,
main .body-content h2 + p,
main .body-content h3 + p,
main .body-content h4 + p,
main .body-content h5 + p {
  margin-top: 8px;
}
main p,
main .body-content-parsys {
  color: #F3F4F5;
}
main a {
  text-decoration: underline;
  color: inherit;
}
main a:hover {
  text-decoration: none;
}
main h1,
main h2,
main h3,
main h4,
main h5 {
  text-transform: unset !important;
}

/**
	ARTICLE SIDE NAV STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/side-nav.less
*/
.side-nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 60px;
  margin-bottom: 50px;
}
.side-nav-wrapper .side-nav-wrapper_inner-container {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - (44px + 16px));
}
.side-nav-wrapper .side-nav-wrapper_inner-container::-webkit-scrollbar {
  width: 0px;
}
.side-nav-wrapper h6 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-transorm: uppercase;
}
.side-nav-wrapper a {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  display: block;
}
.side-nav-wrapper ul + h6 {
  margin-top: 20px;
}
.side-nav-wrapper .side-nav li {
  padding-left: 12px;
  margin-block: 12px;
  border-left: 4px solid transparent;
}
.side-nav-wrapper .side-nav li.active {
  border-left: 4px solid #FFF;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), transparent);
}
.side-nav-wrapper .side-nav li.active a {
  color: #FFF;
}
.side-nav-wrapper .jspContainer .jspHorizontalBar {
  display: none;
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane li.active {
  border-left: none;
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar {
  background: transparent;
  width: 30px;
  left: -12px;
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar .jspDrag {
  background: #FFF;
  width: 2px;
  left: calc(50% - 1px);
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar .jspTrack {
  background: linear-gradient(90deg, transparent, 11.5px, rgba(255, 255, 255, 0.3) 14.5px, 12.5px, transparent 12.5px);
}
html[dir="rtl"] .side-nav-wrapper .side-nav li {
  padding-left: 0;
  padding-right: 12px;
}
html[dir="rtl"] .side-nav-wrapper .side-nav li.active {
  border-left: none;
  border-right: 4px solid #FFF;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane {
  left: unset;
  right: 0;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane li.active {
  border-right: none;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar {
  left: unset;
  right: -12px;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspDrag {
  left: unset;
  right: calc(50% - 1px);
}

.get-cod-points-banner {
  margin-top: 16px;
}
.get-cod-points-banner .atvi-card-inner-container {
  color: #fff;
  width: 100%;
  background: #000;
}
@media (min-width: 1024.02px) {
  .get-cod-points-banner .atvi-card-inner-container::before,
  .get-cod-points-banner .atvi-card-inner-container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffe700;
  }
  .get-cod-points-banner .atvi-card-inner-container::before {
    top: 0;
  }
  .get-cod-points-banner .atvi-card-inner-container::after {
    bottom: 0;
  }
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-media-container {
  display: none;
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content-container {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border: 1px solid #9c978f;
  background-image: url("../../../../../../content/dam/atvi/callofduty/cod-touchui/mobile/common/CODM_COD-Points_BG_Mobile-Horizontal.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media (min-width: 600.02px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content-container {
    background-image: linear-gradient(90deg, #000000 20%, rgba(0, 0, 0, 0) 39.9%, rgba(0, 0, 0, 0) 60.1%, #000000 80%), url("../../../../../../content/dam/atvi/callofduty/cod-touchui/mobile/common/CODM_COD-Points_BG_Desktop-Horizontal.webp");
    background-position: center;
  }
}
@media (min-width: 1024.02px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content-container {
    background-size: contain;
    border: none;
  }
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content-container::before,
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content-container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #fee000 50%, rgba(0, 0, 0, 0) 100%);
  }
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content-container::before {
    top: 0;
  }
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content-container::after {
    bottom: 0;
  }
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-media-container {
  display: none;
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 115px;
  grid-template-areas: "text logo" "text cta";
  column-gap: 32px;
  row-gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  width: 100%;
  max-width: 725px;
}
@media (max-width: 600px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-template-areas: "text" "cta";
    row-gap: 8px;
    padding: 20px 28vw 20px 20px;
  }
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-logo {
  grid-area: logo;
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-logo {
    display: none;
  }
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text {
  grid-area: text;
  filter: drop-shadow(0px 2px 4px #000000);
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text p {
  color: white;
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text p:nth-of-type(1) {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text p:nth-of-type(2) {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text p:nth-of-type(2) a {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1px;
  color: #ffe700;
  width: 100%;
}
@media (max-width: 600px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text p {
    text-wrap-style: balance;
  }
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text p:nth-of-type(1) {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text p:nth-of-type(2) {
    font-family: "Hitmarker Text Regular";
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 1px;
  }
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-ctas {
  grid-area: cta;
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-ctas a {
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-family: "Hitmarker Text Bold", "Hitmarker Text Bold";
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  border-radius: 2px;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.88rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ffe700;
  color: #000;
}
@media screen and (-ms-high-contrast: active) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-ctas a {
    border: 2px solid currentcolor;
  }
}
@media (min-width: 600.02px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-ctas a {
    padding-inline: unset;
    width: 100%;
  }
}

/**
	ARTICLE BODY STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/body-content.less
*/
main .article-body-container .atvi-html5-video video {
  width: 100%;
}
main .article-body-container .atvi-agegate .dob-prompt {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  text-transform: unset;
  margin-bottom: 24px;
}
main .article-body-container .atvi-agegate .year-input {
  width: 22%;
  margin-right: 0;
}
main .article-body-container .atvi-agegate .submit-wrapper {
  margin: 24px 0 8px;
}
main .article-body-container .atvi-video-thumbnail-container {
  height: 100%;
}
main .article-body-container .atvi-image img {
  width: 100%;
  display: block;
}
main .article-body-container .atvi-html p,
main .article-body-container .atvi-html li {
  margin-bottom: 20px;
}
main .article-body-container .atvi-html img {
  width: 100%;
}
main .article-body-container .atvi-html b,
main .article-body-container .atvi-html strong {
  font-weight: bold;
}
main .article-body-container .atvi-video[data-vendor='mp4'] .player-part:first-of-type {
  display: none;
}
main .article-body-container .atvi-video[data-vendor='mp4'] video {
  width: 100%;
}

/**
	ARTICLE RTE STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/components/article-rich-text.less
*/
.article-rich-text,
.atvi-rich-text,
.cod-rich-text,
.atvi-text {
  /* undo global reset for lists */
}
.article-rich-text table tr,
.atvi-rich-text table tr,
.cod-rich-text table tr,
.atvi-text table tr {
  border-bottom: 1px solid white;
}
.article-rich-text table tr:last-of-type,
.atvi-rich-text table tr:last-of-type,
.cod-rich-text table tr:last-of-type,
.atvi-text table tr:last-of-type {
  border-bottom: none;
}
.article-rich-text h2.raven-solid-stripe,
.atvi-rich-text h2.raven-solid-stripe,
.cod-rich-text h2.raven-solid-stripe,
.atvi-text h2.raven-solid-stripe,
.article-rich-text h3.raven-solid-stripe,
.atvi-rich-text h3.raven-solid-stripe,
.cod-rich-text h3.raven-solid-stripe,
.atvi-text h3.raven-solid-stripe,
.article-rich-text h4.raven-solid-stripe,
.atvi-rich-text h4.raven-solid-stripe,
.cod-rich-text h4.raven-solid-stripe,
.atvi-text h4.raven-solid-stripe,
.article-rich-text h5.raven-solid-stripe,
.atvi-rich-text h5.raven-solid-stripe,
.cod-rich-text h5.raven-solid-stripe,
.atvi-text h5.raven-solid-stripe,
.article-rich-text h2 .raven-solid-stripe,
.atvi-rich-text h2 .raven-solid-stripe,
.cod-rich-text h2 .raven-solid-stripe,
.atvi-text h2 .raven-solid-stripe,
.article-rich-text h3 .raven-solid-stripe,
.atvi-rich-text h3 .raven-solid-stripe,
.cod-rich-text h3 .raven-solid-stripe,
.atvi-text h3 .raven-solid-stripe,
.article-rich-text h4 .raven-solid-stripe,
.atvi-rich-text h4 .raven-solid-stripe,
.cod-rich-text h4 .raven-solid-stripe,
.atvi-text h4 .raven-solid-stripe,
.article-rich-text h5 .raven-solid-stripe,
.atvi-rich-text h5 .raven-solid-stripe,
.cod-rich-text h5 .raven-solid-stripe,
.atvi-text h5 .raven-solid-stripe {
  display: block;
  margin-bottom: 24px;
  padding-block: 10px;
  border-block: #d70000 1px solid;
  background: rgba(215, 0, 0, 0.2);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(215, 0, 0, 0.2) 0%, rgba(215, 0, 0, 0.07) 50%, rgba(215, 0, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(215, 0, 0, 0.2) 0%, rgba(215, 0, 0, 0.07) 50%, rgba(215, 0, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(215, 0, 0, 0.2) 0%, rgba(215, 0, 0, 0.07) 50%, rgba(215, 0, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.article-rich-text h2.raven-stripe,
.atvi-rich-text h2.raven-stripe,
.cod-rich-text h2.raven-stripe,
.atvi-text h2.raven-stripe,
.article-rich-text h3.raven-stripe,
.atvi-rich-text h3.raven-stripe,
.cod-rich-text h3.raven-stripe,
.atvi-text h3.raven-stripe,
.article-rich-text h4.raven-stripe,
.atvi-rich-text h4.raven-stripe,
.cod-rich-text h4.raven-stripe,
.atvi-text h4.raven-stripe,
.article-rich-text h5.raven-stripe,
.atvi-rich-text h5.raven-stripe,
.cod-rich-text h5.raven-stripe,
.atvi-text h5.raven-stripe,
.article-rich-text h2 .raven-stripe,
.atvi-rich-text h2 .raven-stripe,
.cod-rich-text h2 .raven-stripe,
.atvi-text h2 .raven-stripe,
.article-rich-text h3 .raven-stripe,
.atvi-rich-text h3 .raven-stripe,
.cod-rich-text h3 .raven-stripe,
.atvi-text h3 .raven-stripe,
.article-rich-text h4 .raven-stripe,
.atvi-rich-text h4 .raven-stripe,
.cod-rich-text h4 .raven-stripe,
.atvi-text h4 .raven-stripe,
.article-rich-text h5 .raven-stripe,
.atvi-rich-text h5 .raven-stripe,
.cod-rich-text h5 .raven-stripe,
.atvi-text h5 .raven-stripe {
  display: flex;
  flex: 1;
  position: relative;
  margin: 0 auto 25px;
}
.article-rich-text h2.raven-stripe:after,
.atvi-rich-text h2.raven-stripe:after,
.cod-rich-text h2.raven-stripe:after,
.atvi-text h2.raven-stripe:after,
.article-rich-text h3.raven-stripe:after,
.atvi-rich-text h3.raven-stripe:after,
.cod-rich-text h3.raven-stripe:after,
.atvi-text h3.raven-stripe:after,
.article-rich-text h4.raven-stripe:after,
.atvi-rich-text h4.raven-stripe:after,
.cod-rich-text h4.raven-stripe:after,
.atvi-text h4.raven-stripe:after,
.article-rich-text h5.raven-stripe:after,
.atvi-rich-text h5.raven-stripe:after,
.cod-rich-text h5.raven-stripe:after,
.atvi-text h5.raven-stripe:after,
.article-rich-text h2 .raven-stripe:after,
.atvi-rich-text h2 .raven-stripe:after,
.cod-rich-text h2 .raven-stripe:after,
.atvi-text h2 .raven-stripe:after,
.article-rich-text h3 .raven-stripe:after,
.atvi-rich-text h3 .raven-stripe:after,
.cod-rich-text h3 .raven-stripe:after,
.atvi-text h3 .raven-stripe:after,
.article-rich-text h4 .raven-stripe:after,
.atvi-rich-text h4 .raven-stripe:after,
.cod-rich-text h4 .raven-stripe:after,
.atvi-text h4 .raven-stripe:after,
.article-rich-text h5 .raven-stripe:after,
.atvi-rich-text h5 .raven-stripe:after,
.cod-rich-text h5 .raven-stripe:after,
.atvi-text h5 .raven-stripe:after,
.article-rich-text h2.raven-stripe:before,
.atvi-rich-text h2.raven-stripe:before,
.cod-rich-text h2.raven-stripe:before,
.atvi-text h2.raven-stripe:before,
.article-rich-text h3.raven-stripe:before,
.atvi-rich-text h3.raven-stripe:before,
.cod-rich-text h3.raven-stripe:before,
.atvi-text h3.raven-stripe:before,
.article-rich-text h4.raven-stripe:before,
.atvi-rich-text h4.raven-stripe:before,
.cod-rich-text h4.raven-stripe:before,
.atvi-text h4.raven-stripe:before,
.article-rich-text h5.raven-stripe:before,
.atvi-rich-text h5.raven-stripe:before,
.cod-rich-text h5.raven-stripe:before,
.atvi-text h5.raven-stripe:before,
.article-rich-text h2 .raven-stripe:before,
.atvi-rich-text h2 .raven-stripe:before,
.cod-rich-text h2 .raven-stripe:before,
.atvi-text h2 .raven-stripe:before,
.article-rich-text h3 .raven-stripe:before,
.atvi-rich-text h3 .raven-stripe:before,
.cod-rich-text h3 .raven-stripe:before,
.atvi-text h3 .raven-stripe:before,
.article-rich-text h4 .raven-stripe:before,
.atvi-rich-text h4 .raven-stripe:before,
.cod-rich-text h4 .raven-stripe:before,
.atvi-text h4 .raven-stripe:before,
.article-rich-text h5 .raven-stripe:before,
.atvi-rich-text h5 .raven-stripe:before,
.cod-rich-text h5 .raven-stripe:before,
.atvi-text h5 .raven-stripe:before {
  content: '';
  flex-grow: 1;
  background: linear-gradient(to right, #ffffff, #ffffff);
  background-size: 100% 1px;
  background-position: 0% 58%;
  background-repeat: repeat-x;
}
.article-rich-text h2.raven-stripe:before,
.atvi-rich-text h2.raven-stripe:before,
.cod-rich-text h2.raven-stripe:before,
.atvi-text h2.raven-stripe:before,
.article-rich-text h3.raven-stripe:before,
.atvi-rich-text h3.raven-stripe:before,
.cod-rich-text h3.raven-stripe:before,
.atvi-text h3.raven-stripe:before,
.article-rich-text h4.raven-stripe:before,
.atvi-rich-text h4.raven-stripe:before,
.cod-rich-text h4.raven-stripe:before,
.atvi-text h4.raven-stripe:before,
.article-rich-text h5.raven-stripe:before,
.atvi-rich-text h5.raven-stripe:before,
.cod-rich-text h5.raven-stripe:before,
.atvi-text h5.raven-stripe:before,
.article-rich-text h2 .raven-stripe:before,
.atvi-rich-text h2 .raven-stripe:before,
.cod-rich-text h2 .raven-stripe:before,
.atvi-text h2 .raven-stripe:before,
.article-rich-text h3 .raven-stripe:before,
.atvi-rich-text h3 .raven-stripe:before,
.cod-rich-text h3 .raven-stripe:before,
.atvi-text h3 .raven-stripe:before,
.article-rich-text h4 .raven-stripe:before,
.atvi-rich-text h4 .raven-stripe:before,
.cod-rich-text h4 .raven-stripe:before,
.atvi-text h4 .raven-stripe:before,
.article-rich-text h5 .raven-stripe:before,
.atvi-rich-text h5 .raven-stripe:before,
.cod-rich-text h5 .raven-stripe:before,
.atvi-text h5 .raven-stripe:before {
  margin: 0 10px 0 0;
  flex-grow: .075;
}
.article-rich-text h2.raven-stripe:after,
.atvi-rich-text h2.raven-stripe:after,
.cod-rich-text h2.raven-stripe:after,
.atvi-text h2.raven-stripe:after,
.article-rich-text h3.raven-stripe:after,
.atvi-rich-text h3.raven-stripe:after,
.cod-rich-text h3.raven-stripe:after,
.atvi-text h3.raven-stripe:after,
.article-rich-text h4.raven-stripe:after,
.atvi-rich-text h4.raven-stripe:after,
.cod-rich-text h4.raven-stripe:after,
.atvi-text h4.raven-stripe:after,
.article-rich-text h5.raven-stripe:after,
.atvi-rich-text h5.raven-stripe:after,
.cod-rich-text h5.raven-stripe:after,
.atvi-text h5.raven-stripe:after,
.article-rich-text h2 .raven-stripe:after,
.atvi-rich-text h2 .raven-stripe:after,
.cod-rich-text h2 .raven-stripe:after,
.atvi-text h2 .raven-stripe:after,
.article-rich-text h3 .raven-stripe:after,
.atvi-rich-text h3 .raven-stripe:after,
.cod-rich-text h3 .raven-stripe:after,
.atvi-text h3 .raven-stripe:after,
.article-rich-text h4 .raven-stripe:after,
.atvi-rich-text h4 .raven-stripe:after,
.cod-rich-text h4 .raven-stripe:after,
.atvi-text h4 .raven-stripe:after,
.article-rich-text h5 .raven-stripe:after,
.atvi-rich-text h5 .raven-stripe:after,
.cod-rich-text h5 .raven-stripe:after,
.atvi-text h5 .raven-stripe:after {
  margin: 0 0 0 10px;
}
.article-rich-text h2.raven-stripe .border-left,
.atvi-rich-text h2.raven-stripe .border-left,
.cod-rich-text h2.raven-stripe .border-left,
.atvi-text h2.raven-stripe .border-left,
.article-rich-text h3.raven-stripe .border-left,
.atvi-rich-text h3.raven-stripe .border-left,
.cod-rich-text h3.raven-stripe .border-left,
.atvi-text h3.raven-stripe .border-left,
.article-rich-text h4.raven-stripe .border-left,
.atvi-rich-text h4.raven-stripe .border-left,
.cod-rich-text h4.raven-stripe .border-left,
.atvi-text h4.raven-stripe .border-left,
.article-rich-text h5.raven-stripe .border-left,
.atvi-rich-text h5.raven-stripe .border-left,
.cod-rich-text h5.raven-stripe .border-left,
.atvi-text h5.raven-stripe .border-left,
.article-rich-text h2 .raven-stripe .border-left,
.atvi-rich-text h2 .raven-stripe .border-left,
.cod-rich-text h2 .raven-stripe .border-left,
.atvi-text h2 .raven-stripe .border-left,
.article-rich-text h3 .raven-stripe .border-left,
.atvi-rich-text h3 .raven-stripe .border-left,
.cod-rich-text h3 .raven-stripe .border-left,
.atvi-text h3 .raven-stripe .border-left,
.article-rich-text h4 .raven-stripe .border-left,
.atvi-rich-text h4 .raven-stripe .border-left,
.cod-rich-text h4 .raven-stripe .border-left,
.atvi-text h4 .raven-stripe .border-left,
.article-rich-text h5 .raven-stripe .border-left,
.atvi-rich-text h5 .raven-stripe .border-left,
.cod-rich-text h5 .raven-stripe .border-left,
.atvi-text h5 .raven-stripe .border-left {
  width: 1px;
  height: 10px;
  background: #FFF;
  position: absolute;
  left: 0px;
  top: 58%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.article-rich-text h2.raven-stripe .border-right,
.atvi-rich-text h2.raven-stripe .border-right,
.cod-rich-text h2.raven-stripe .border-right,
.atvi-text h2.raven-stripe .border-right,
.article-rich-text h3.raven-stripe .border-right,
.atvi-rich-text h3.raven-stripe .border-right,
.cod-rich-text h3.raven-stripe .border-right,
.atvi-text h3.raven-stripe .border-right,
.article-rich-text h4.raven-stripe .border-right,
.atvi-rich-text h4.raven-stripe .border-right,
.cod-rich-text h4.raven-stripe .border-right,
.atvi-text h4.raven-stripe .border-right,
.article-rich-text h5.raven-stripe .border-right,
.atvi-rich-text h5.raven-stripe .border-right,
.cod-rich-text h5.raven-stripe .border-right,
.atvi-text h5.raven-stripe .border-right,
.article-rich-text h2 .raven-stripe .border-right,
.atvi-rich-text h2 .raven-stripe .border-right,
.cod-rich-text h2 .raven-stripe .border-right,
.atvi-text h2 .raven-stripe .border-right,
.article-rich-text h3 .raven-stripe .border-right,
.atvi-rich-text h3 .raven-stripe .border-right,
.cod-rich-text h3 .raven-stripe .border-right,
.atvi-text h3 .raven-stripe .border-right,
.article-rich-text h4 .raven-stripe .border-right,
.atvi-rich-text h4 .raven-stripe .border-right,
.cod-rich-text h4 .raven-stripe .border-right,
.atvi-text h4 .raven-stripe .border-right,
.article-rich-text h5 .raven-stripe .border-right,
.atvi-rich-text h5 .raven-stripe .border-right,
.cod-rich-text h5 .raven-stripe .border-right,
.atvi-text h5 .raven-stripe .border-right {
  width: 1px;
  height: 10px;
  background: #FFF;
  position: absolute;
  right: 0px;
  top: 58%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.article-rich-text blockquote,
.atvi-rich-text blockquote,
.cod-rich-text blockquote,
.atvi-text blockquote,
.article-rich-text .blockquote,
.atvi-rich-text .blockquote,
.cod-rich-text .blockquote,
.atvi-text .blockquote {
  font-family: "Hitmarker Text Italic";
  font-weight: 400;
  font-style: italic;
  display: block;
  border: 1px solid #FFF;
  padding: 20px;
  margin-bottom: 15px;
  width: 80%;
  margin: 30px auto;
}
.article-rich-text img,
.atvi-rich-text img,
.cod-rich-text img,
.atvi-text img {
  display: inline;
}
.article-rich-text ul,
.atvi-rich-text ul,
.cod-rich-text ul,
.atvi-text ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.article-rich-text ol,
.atvi-rich-text ol,
.cod-rich-text ol,
.atvi-text ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.article-rich-text li,
.atvi-rich-text li,
.cod-rich-text li,
.atvi-text li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.article-rich-text ul ul,
.atvi-rich-text ul ul,
.cod-rich-text ul ul,
.atvi-text ul ul,
.article-rich-text ol ul,
.atvi-rich-text ol ul,
.cod-rich-text ol ul,
.atvi-text ol ul {
  list-style-type: circle;
}
.article-rich-text ol ol ul,
.atvi-rich-text ol ol ul,
.cod-rich-text ol ol ul,
.atvi-text ol ol ul,
.article-rich-text ol ul ul,
.atvi-rich-text ol ul ul,
.cod-rich-text ol ul ul,
.atvi-text ol ul ul,
.article-rich-text ul ol ul,
.atvi-rich-text ul ol ul,
.cod-rich-text ul ol ul,
.atvi-text ul ol ul,
.article-rich-text ul ul ul,
.atvi-rich-text ul ul ul,
.cod-rich-text ul ul ul,
.atvi-text ul ul ul {
  list-style-type: square;
}
.article-rich-text ol ul,
.atvi-rich-text ol ul,
.cod-rich-text ol ul,
.atvi-text ol ul,
.article-rich-text ul ol,
.atvi-rich-text ul ol,
.cod-rich-text ul ol,
.atvi-text ul ol,
.article-rich-text ul ul,
.atvi-rich-text ul ul,
.cod-rich-text ul ul,
.atvi-text ul ul,
.article-rich-text ol ol,
.atvi-rich-text ol ol,
.cod-rich-text ol ol,
.atvi-text ol ol {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/**
	ARTICLE TAC MAP STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/components/tac-map.less
*/
@media (min-width: 600.02px) {
  .tac-map .tac-map-component .legend {
    position: absolute;
    top: 0;
    right: -72px;
    flex-direction: column;
    margin-top: 0;
  }
  .tac-map .tac-map-component .legend ul {
    flex-direction: column;
  }
  .tac-map .tac-map-component .legend ul > li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .tac-map .tac-map-component .legend ul > li:not(:first-child) {
    margin-top: 12px;
  }
  .tac-map .tac-map-component .tac-map-modal {
    height: calc(100% + 16px);
    width: calc(100% + 16px);
  }
  .tac-map .tac-map-component .tac-map-modal .legend {
    top: 8px;
    right: 8px;
  }
  .tac-map .tac-map-component .tac-map-inner-container {
    padding-right: 72px;
  }
}
@media (max-width: 1024px) {
  .tac-map .tac-map-component .tac-map-inner-container {
    padding-right: 62px;
  }
  .tac-map .tac-map-component .legend {
    right: -62px;
  }
  .tac-map .tac-map-component .map-overview-grid .legend ul > li {
    height: 50px;
    width: 50px;
  }
  .tac-map .tac-map-component .tac-map-modal ul > li img {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 600px) {
  .tac-map .tac-map-component .tac-map-inner-container {
    padding-right: 0;
  }
  .tac-map .tac-map-component .map-overview-grid .legend ul {
    gap: 8px;
  }
  .tac-map .tac-map-component .map-overview-grid .legend ul > li {
    height: 40px;
    width: 40px;
    margin: 0;
  }
  .tac-map .tac-map-component .tac-map-modal ul {
    gap: 8px;
  }
  .tac-map .tac-map-component .tac-map-modal ul > li {
    margin: 0;
  }
  .tac-map .tac-map-component .tac-map-modal ul > li img {
    height: 40px;
    width: 40px;
  }
  .tac-map .tac-map-component .tac-map-modal ul > li p {
    text-align: right;
  }
}

/**
	ARTICLE BODY STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/components/article-components.less
*/
.article-image-component .article-image-caption,
.article-image-comparison .article-image-caption {
  margin-top: 12px;
}
@media (min-width: 600.02px) {
  .article-image-component .article-image-caption,
  .article-image-comparison .article-image-caption {
    padding-inline: 40px;
  }
}
@media (max-width: 1024px) {
  .table-component .table-inner-container img {
    max-width: 200px;
    margin: 0 auto;
  }
}

.cod-single-header .atvi-locale-selector[data-selectedlocale='zh_cn'] > p > button > span,
.cod-single-header .atvi-locale-selector[data-selectedlocale='zh_tw'] > p > button > span {
  font-size: 14px;
}

/**
	ARTICLE FULL IMAGE LAYOUT STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/full-image-template.less
*/
@media (min-width: 1024.02px) {
  .article-layout-content[data-article-layout="fullImage"] .article-header-container {
    margin-bottom: 60px;
  }
}
.article-layout-content[data-article-layout="fullImage"] .tile-list {
  margin-bottom: 16px;
}
@media (min-width: 1024.02px) {
  .article-layout-content[data-article-layout="fullImage"] .tile-list {
    padding-inline: 40px;
  }
}

/**
	ARTICLE FULL IMAGE LAYOUT STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/full-image-template.less
*/
.article-layout-content[data-article-layout="boxOut"] .article-header-container .box-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 600.02px) {
  .article-layout-content[data-article-layout="boxOut"] .article-header-container .box-container {
    background: #000;
    grid-row-gap: 28px;
  }
}
@media (min-width: 600.02px) and (max-width: 1440px) {
  .article-layout-content[data-article-layout="boxOut"] .article-header-container .box-container {
    padding: 20px;
    margin-inline: 20px;
    margin-top: -48px;
  }
}
@media (min-width: 1440.02px) {
  .article-layout-content[data-article-layout="boxOut"] .article-header-container .graphics,
  .article-layout-content[data-article-layout="boxOut"] .article-header-container .box-container {
    margin-block: auto;
  }
  .article-layout-content[data-article-layout="boxOut"] .article-header-container .graphics {
    grid-column: span 8;
  }
  .article-layout-content[data-article-layout="boxOut"] .article-header-container .box-container {
    grid-column: span 4;
    width: calc(100% + 40px + 16px);
    height: fit-content;
    padding: 40px;
    justify-self: end;
  }
}
@media (max-width: 600px) {
  .article-layout-content[data-article-layout="boxOut"] .article-header-container,
  .article-layout-content[data-article-layout="boxOut"] .article-header-container .box-container {
    grid-row-gap: 24px;
  }
}

/* Drawer container: only the 20px tab is visible when closed */
#blog-publishing {
  position: fixed;
  z-index: 99999;
  top: 100px;
  right: 0;
  width: 20px;
  /* only tab */
  display: flex;
  align-items: stretch;
  font: 14px/1.4 Arial, sans-serif;
  color: #111;
  overflow: hidden;
  /* hide form when closed */
  transition: width .25s ease;
  /* optional: slight shadow so tab stands out */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
/* When opened, expand to full width */
#blog-publishing.active {
  width: 360px;
}
/* Toggle strip — ALWAYS VISIBLE */
#blog-publishing #blog-publishing-toggle {
  background: #1b7ed1;
  width: 20px;
  flex: 0 0 20px;
  cursor: pointer;
  position: relative;
  min-height: 160px;
  /* <<< key: give it a visible height */
}
/* Arrow */
#blog-publishing #blog-publishing-toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-30%, -50%) rotate(-45deg);
  /* arrow pointing left */
}
/* Flip arrow when open */
#blog-publishing.active #blog-publishing-toggle::before {
  transform: translate(-70%, -50%) rotate(135deg);
}
/* Panel body — hidden when closed */
#blog-publishing #blog-publishing-button-container {
  display: none;
  /* hidden by default */
  background: #fff;
  border-left: 1px solid #ccc;
  padding: 15px 16px;
  min-width: 340px;
  /* 20 tab + 340 body = 360 total */
}
#blog-publishing.active #blog-publishing-button-container {
  display: block;
}
/* Fields */
#blog-publishing fieldset {
  margin: 10px 0;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#blog-publishing fieldset legend {
  font-weight: 700;
  padding: 0 4px;
}
#blog-publishing label {
  display: block;
  margin: 4px 0;
  color: #111;
}
#blog-publishing input[type="text"] {
  width: 100%;
  padding: 6px 8px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #111;
}
/* Page path */
#bp-page-path {
  width: 100%;
  padding: 6px 8px;
  margin: 4px 0 8px;
  font: 13px/1.3 Menlo, Consolas, monospace;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f5f5f5;
  color: #111;
  overflow: auto;
  white-space: nowrap;
  resize: none;
}
/* Button */
#blog-publish-btn {
  display: block;
  width: 100%;
  margin: 12px 0;
  padding: 10px 12px;
  background: #1b7ed1;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
#blog-publish-btn:hover {
  background: #166ab3;
}
#blog-publish-btn img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
/* Status message */
#blog-publishing #blog-publishing-response {
  display: none;
  margin-top: 8px;
  padding: 8px;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
}
#blog-publishing #blog-publishing-response.green {
  display: block;
  background: #e9f7ef;
  color: #1e7e34;
  border: 1px solid #c3e6cb;
}
#blog-publishing #blog-publishing-response.red {
  display: block;
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
/* Row container side-by-side */
.blog-pub__inline {
  display: flex;
  align-items: center;
  gap: 6px;
  /* space between label and input */
  margin: 4px 0;
}
/* Shrink the label span */
.blog-pub__inline span {
  flex: 0 0 auto;
  font-size: 13px;
  color: #111;
}
/* Force the locale row to be horizontal */
#blog-publishing label.blog-pub__inline {
  display: flex;
  /* override the block label */
  align-items: center;
  gap: 6px;
  margin: 4px 0;
}
/* Make the small locale input stay narrow */
#blog-publishing label.blog-pub__inline input {
  width: auto;
  /* undo the global 100% */
  flex: 0 0 80px;
  /* fixed width */
  padding: 4px 6px;
  text-align: center;
  font: 13px/1.3 Menlo, Consolas, monospace;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #111;
}
/* Related-type input wider */
#bp-related-type {
  width: 100%;
  max-width: 340px;
  /* enough for placeholder/example string */
  padding: 6px 8px;
  font: 13px/1.3 Menlo, Consolas, monospace;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #111;
}

