/**
	PN HOME STYLES - /apps/atvi/callofduty/patch-notes/components/pages/home/clientlibs/css/home.less
*/
body {
  background: #1b1b1b !important;
}
body footer {
  background: transparent;
}
.root {
  position: relative;
  padding-top: 60px;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .root {
    margin-top: 16px;
  }
}
.root:before {
  content: ' ';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url('../../../../../../../content/dam/atvi/callofduty/cod-touchui/blog/common/bg-grid-v3.png');
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
}
#content {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  #content {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #content {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#content .page-title-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
  padding-right: 8px;
  border-bottom: 1px solid #606971;
  margin-bottom: 56px;
}
#content .page-title-container .season-tag.default p {
  background: #f96800;
  color: #ffffff;
}
#content .page-title-container .season-tag.default p:before {
  border-color: #f96800;
}
#content .page-title-container .season-tag.season-1 p {
  background: #f96800;
  color: #ffffff;
}
#content .page-title-container .season-tag.season-1 p:before {
  border-color: #f96800;
}
#content .page-title-container .season-tag.season-2 p {
  background: #f30707;
  color: #ffffff;
}
#content .page-title-container .season-tag.season-2 p:before {
  border-color: #f30707;
}
#content .page-title-container .season-tag.season-3 p {
  background: #1f995c;
  color: #000000;
}
#content .page-title-container .season-tag.season-3 p:before {
  border-color: #1f995c;
}
#content .page-title-container .season-tag.season-4 p {
  background: #8800cc;
  color: #ffffff;
}
#content .page-title-container .season-tag.season-4 p:before {
  border-color: #8800cc;
}
#content .page-title-container .season-tag.season-5 p {
  background: #f2c830;
  color: #000000;
}
#content .page-title-container .season-tag.season-5 p:before {
  border-color: #f2c830;
}
#content .page-title-container .season-tag.season-6 p {
  background: #c0ccad;
  color: #000000;
}
#content .page-title-container .season-tag.season-6 p:before {
  border-color: #c0ccad;
}
#content .page-title-container > .atvi-text {
  display: flex;
  align-items: center;
}
#content .page-title-container h1 {
  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: 600px) {
  #content .page-title-container h1 {
    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;
  }
}
#content .page-title-container .season-tag {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 4px;
}
#content .page-title-container .season-tag p {
  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;
  position: relative;
  padding: 5px 24px 6px 24px;
  color: #000;
  background: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
#content .page-title-container .season-tag p:before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 16px);
  top: 0;
  left: -8px;
  padding: 0px 8px;
  border-width: 0px 4px;
  border-style: solid;
  border-color: #FFFFFF;
}
@media (max-width: 600px) {
  #content .page-title-container .season-tag p {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    padding: 4px 12px 4px 12px;
  }
}
#content .page-title-container .season-tag.text-white p {
  color: #fff;
}
#content .page-title-container .season-tag.text-black p {
  color: #000;
}
@media (max-width: 600px) {
  #content .page-title-container {
    margin-bottom: 40px;
  }
}
.cod-patch-notes-container {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 80px;
}
.cod-patch-notes-container > div:nth-child(even) {
  position: relative;
}
.cod-patch-notes-container > div:nth-child(even):before {
  content: '';
  position: absolute;
  left: -40px;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(170, 176, 182, 0) 0%, #aab0b6 35.94%, #aab0b6 66.67%, rgba(170, 176, 182, 0) 100%);
}
@media (max-width: 1024px) {
  .cod-patch-notes-container {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: minmax(0, 1fr);
  }
}
html[dir='rtl'] .cod-patch-notes-container > div:nth-child(even):before {
  right: -40px;
}
html[dir='rtl'] .secondary-links .atvi-cta a span:after {
  margin-left: 0;
  margin-right: 8px;
}

/**
	PN HOME SECONDARY LINKS STYLES - /apps/atvi/callofduty/patch-notes/components/pages/home/clientlibs/css/secondary-links.less
*/
.section-support {
  display: grid;
  place-items: center;
  overflow: hidden;
}
.section-support > * {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}
.section-support > .atvi-image {
  height: 100%;
}
.section-support > .atvi-layout-container {
  padding-inline: 48px;
}
@media (min-width: 1024.02px) {
  .section-support {
    margin-top: 88px;
  }
  .section-support > .atvi-layout-container {
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .section-support > .atvi-image {
    position: relative;
    margin-inline: auto;
    display: grid;
    width: 100%;
  }
  .section-support .atvi-image-container {
    place-items: center;
    display: grid;
  }
  .section-support picture,
  .section-support img {
    overflow: hidden;
    max-width: unset;
  }
  .section-support img,
  .section-support {
    height: clamp(372px, 98vw, 600px);
  }
  .section-support > .atvi-layout-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-inline: 18px;
  }
}
.secondary-links {
  position: relative;
  display: grid;
  grid-gap: 24px;
  width: 100%;
  padding-block: 24px;
}
.secondary-links h3,
.secondary-links a {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.64);
}
.secondary-links 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;
  color: #F3F4F5;
}
.secondary-links .atvi-cta a {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
  color: #FFF;
  text-transform: uppercase;
  text-align: start !important;
}
.secondary-links .atvi-cta a span:after {
  display: inline-block;
  content: '';
  background: url('../../../../../../../content/dam/atvi/callofduty/cod-touchui/patchnotes/common/icon_external-link.svg') no-repeat center;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (min-width: 600.02px) {
  .secondary-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .secondary-links div:nth-child(-n + 2) {
    grid-column: 1;
  }
  .secondary-links div:nth-child(even) {
    grid-row: 2;
  }
}
@media (max-width: 1024px) {
  .secondary-links {
    padding-top: 25%;
  }
}
@media (max-width: 600px) {
  .secondary-links {
    padding-top: 40vw;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
html[dir='rtl'] .secondary-links .atvi-cta a span:after {
  margin-left: 0;
  margin-right: 8px;
}

