/**
	GUIDE GAME FEATURED CARD CAROUSEL STYLES - /apps/atvi/callofduty/strategy-guide/components/games/game-featured-card-carousel/clientlibs/css/featured-card-carousel.less
*/
.guide-game-featured-card-carousel-component {
  position: relative;
  color: #dadde0;
}
.guide-game-featured-card-carousel-component p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #b4b1aa;
  text-transform: uppercase;
}
.guide-game-featured-card-carousel-component h2,
.guide-game-featured-card-carousel-component h3 {
  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;
  color: #f3f4f5;
  text-transform: unset;
  margin-top: -4px;
}
@media (max-width: 600px) {
  .guide-game-featured-card-carousel-component h2,
  .guide-game-featured-card-carousel-component h3 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
  }
}
.guide-game-featured-card-carousel-component .slide-child img {
  transition: transform 0.5s ease;
}
.guide-game-featured-card-carousel-component .slide-child:hover {
  cursor: pointer;
}
.guide-game-featured-card-carousel-component .slide-child:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
@media (min-width: 1024.02px) {
  .guide-game-featured-card-carousel-component .atvi-inner-carousel-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .guide-game-featured-card-carousel-component .atvi-inner-carousel-container > .slide-child:first-child {
    grid-column: 1 / span 8;
    grid-row: 1 / span 2;
  }
  .guide-game-featured-card-carousel-component .atvi-inner-carousel-container > .slide-child:nth-child(2) {
    grid-column: 9 / span 4;
    grid-row: 1 / span 1;
  }
  .guide-game-featured-card-carousel-component .atvi-inner-carousel-container > .slide-child:nth-child(3) {
    grid-column: 9 / span 4;
    grid-row: 2 / span 1;
  }
}
.guide-game-featured-card-carousel-component .atvi-carousel-container .slide-child {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.guide-game-featured-card-carousel-component .atvi-carousel-container .slide-content {
  height: 100%;
  width: 100%;
}
.guide-game-featured-card-carousel-component .atvi-carousel-container .slide-link {
  text-decoration: none;
}
.guide-game-featured-card-carousel-component .atvi-carousel-container .slide-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide-game-featured-card-carousel-component .atvi-carousel-container .slide-child .slide-caption.caption-inside {
  padding: 8px 16px;
  color: inherit;
}
.guide-game-featured-card-carousel-component .slick-slider.slick-dotted {
  margin-bottom: 0px;
}
.guide-game-featured-card-carousel-component .custom-navigation {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1024.02px) {
  .guide-game-featured-card-carousel-component .custom-navigation {
    display: none;
  }
}
.guide-game-featured-card-carousel-component .custom-navigation .slide-nav {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-arrow {
  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;
  height: 30px;
  width: 30px;
  border-radius: 8px;
  border: 1px solid var(--Primary-Gray-500, #79838d);
}
@media screen and (-ms-high-contrast: active) {
  .guide-game-featured-card-carousel-component .custom-navigation .custom-arrow {
    border: 2px solid currentcolor;
  }
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-arrow > span[class$="-icon"] {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  opacity: 0.8;
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-arrow.custom-prev > span[class$="-icon"] {
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/wzmobile/common/Vector-left.svg);
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-arrow.custom-next > span[class$="-icon"] {
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/wzmobile/common/Vector-right.svg);
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-arrow:hover > span[class$="-icon"],
.guide-game-featured-card-carousel-component .custom-navigation .custom-arrow:focus > span[class$="-icon"] {
  opacity: 1;
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-dots li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  pointer-events: none;
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-dots li.slick-active button .slick-dot-icon {
  background-color: #cdcbc6;
  height: 6px;
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-dots button {
  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;
  height: 40px;
  width: 100%;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active) {
  .guide-game-featured-card-carousel-component .custom-navigation .custom-dots button {
    border: 2px solid currentcolor;
  }
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-dots button .slick-dot-icon {
  width: 100%;
  height: 2px;
  background-color: #79838d;
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-dots button:hover .slick-dot-icon,
.guide-game-featured-card-carousel-component .custom-navigation .custom-dots button:focus .slick-dot-icon {
  background-color: #f3f4f5;
}
@media (max-width: 1024px) {
  .guide-game-featured-card-carousel-component .custom-navigation .custom-dots button:hover .slick-dot-icon,
  .guide-game-featured-card-carousel-component .custom-navigation .custom-dots button:focus .slick-dot-icon {
    background-color: #79838d;
  }
}
.guide-game-featured-card-carousel-component .custom-navigation .custom-slide-number {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 0.63rem;
  line-height: 0.88rem;
  letter-spacing: 1px;
  margin-inline: 22px 17px;
}
