/**
	COD Blog Card Styles - /apps/atvi/callofduty/blog/v2021/clientlibs/blog-core/css/blog-card.less
*/
.blog-card-item a {
  text-decoration: none;
}
.blog-card-item .preview,
.blog-card-item .blog-image {
  transition: transform .5s ease;
}
.blog-card-item .title,
.blog-card-item .subtitle,
.blog-card-item .title a,
.blog-card-item .subtitle a {
  color: #f3f4f5;
}
.blog-card-item .title h3,
.blog-card-item .subtitle h3,
.blog-card-item .title p,
.blog-card-item .subtitle p {
  color: inherit;
}
.blog-card-item .game-list {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 8px;
  flex-wrap: wrap;
}
.blog-card-item .game-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: inherit;
}
.blog-card-item .game-tile > a,
.blog-card-item .game-tile p {
  padding: 4px;
  background: #9c978f;
  border: solid 1px #9c978f;
  color: #000000;
}
.blog-card-item .game-tile > p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.blog-card-item .game-tile a:hover {
  filter: brightness(80%);
  cursor: pointer;
  color: #000000;
}
.blog-card-item .news-published {
  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;
  color: #9c978f;
  flex-shrink: 0;
}
.blog-card-item .tag-list li {
  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;
  color: #9c978f;
}
.blog-card-item .tag-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
.blog-card-item .tag-list .tag-item {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #9c978f;
  margin: 0 0;
}
.blog-card-item .tag-list a {
  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;
  color: #9c978f;
}
.blog-card-item .card-inner .bg {
  overflow: hidden;
}
.blog-card-item .card-inner .graphics:hover .preview {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.blog-card-item .card-inner .graphics:hover .blog-image {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
@supports selector(:has(+ *)) {
  .graphics:has(+ .text > .title a:hover, + .text > .subtitle a:hover) .preview {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  .graphics:has(+ .text > .title a:hover, + .text > .subtitle a:hover) .blog-image {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
}
.blog-card-lg .text,
.blog-card-md .text {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.blog-card-lg .date-line,
.blog-card-md .date-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-card-lg .news-published,
.blog-card-md .news-published {
  padding-top: 4px;
}
.blog-card-lg .title h3,
.blog-card-md .title h3,
.blog-card-lg .title a,
.blog-card-md .title a {
  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;
}
@media (max-width: 600px) {
  .blog-card-lg .title h3,
  .blog-card-md .title h3,
  .blog-card-lg .title a,
  .blog-card-md .title a {
    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;
  }
}
.blog-card-lg .subtitle,
.blog-card-md .subtitle {
  margin-top: 12px;
}
.blog-card-lg .subtitle p,
.blog-card-md .subtitle p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.blog-card-horiz .card-inner {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding-bottom: 24px;
}
.blog-card-horiz .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-card-horiz .title h3,
.blog-card-horiz .title a {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: optional;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.blog-card-horiz .title h3 sup,
.blog-card-horiz .title a sup {
  position: relative;
  font-size: 40%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.4rem;
}
.blog-card-horiz .date-line {
  margin-top: 8px;
}
.blog-card-horiz .game-list {
  margin-top: 8px;
}
html[dir="rtl"] .blog-card-item .game-list {
  margin-right: 0;
  margin-left: 8px;
}
.game-tile.aurora a {
  cursor: not-allowed;
  pointer-events: none;
}

/**
	ARTICLE RELATED POSTS - /apps/atvi/callofduty/editorial/components/article-related-posts/clientlibs/css/related-posts.less
*/
.article-related-posts-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 20px;
}
.article-related-posts-container a {
  text-decoration: none;
  display: block;
  color: inherit;
}
.article-related-posts-container .section-header {
  color: #fff;
}
.article-related-posts-container .section-header 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;
}
.article-related-posts-container .blog-card-item {
  height: 100%;
}
.article-related-posts-container .blog-card-item .card-inner {
  display: flex;
  flex-direction: column;
  height: inherit;
}
.article-related-posts-container .blog-card-item .card-inner .text {
  height: 100%;
}
.article-related-posts-container .news-list > ul {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .article-related-posts-container .news-list > ul {
    grid-gap: 20px;
  }
}
@media (max-width: 600px) {
  .article-related-posts-container .news-list > ul {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.article-related-posts-container .news-list > ul > li {
  grid-column: span 4;
  background: #1B1B1B;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.8);
  border: 1px solid #837d72;
}
.article-related-posts-container .news-list > ul > li .text {
  display: flex;
  flex-direction: column;
  padding: 24px;
  margin-top: 0;
  gap: 12px;
}
.article-related-posts-container .news-list > ul > li .text .title,
.article-related-posts-container .news-list > ul > li .text .subtitle {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1;
  color: #f3f4f5;
}
.article-related-posts-container .news-list > ul > li .text .title:hover,
.article-related-posts-container .news-list > ul > li .text .subtitle:hover {
  scroll-behavior: smooth;
  transition: scroll-behavior 0.3s;
}
@media (max-width: 1024px) {
  .article-related-posts-container .news-list > ul > li .text .title,
  .article-related-posts-container .news-list > ul > li .text .subtitle {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 600px) {
  .article-related-posts-container .news-list > ul > li .text .title,
  .article-related-posts-container .news-list > ul > li .text .subtitle {
    -webkit-line-clamp: 2;
  }
}
.article-related-posts-container .news-list > ul > li .text .title,
.article-related-posts-container .news-list > ul > li .text .title a {
  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;
  text-transform: unset;
}
.article-related-posts-container .news-list > ul > li .text .subtitle {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
}

