/**
	SEASONAL COMPARISON TABLE - /apps/atvi/callofduty/strategy-guide/components/games/guide-grid-item/clientlibs/css/guide-grid-item.less
*/
.cod-play-now-card-modal-open-btn-container {
  display: none;
}
.comparison-table-component {
  color: inherit;
}
.comparison-table-component .atvi-cta-item {
  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: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  padding: 8px;
  margin-inline: 4px;
  color: #23272a;
  background-color: #f3f4f5;
  border-radius: 4px;
}
@media screen and (-ms-high-contrast: active) {
  .comparison-table-component .atvi-cta-item {
    border: 2px solid currentcolor;
  }
}
.comparison-table-component .atvi-cta-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  min-height: 40px;
}
.comparison-table-component .comparison-table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  text-align: left;
}
.comparison-table-component .comparison-table thead,
.comparison-table-component .comparison-table tfoot {
  background: none;
}
.comparison-table-component .comparison-table th,
.comparison-table-component .comparison-table td {
  padding: 12px;
  text-align: center;
}
.comparison-table-component .comparison-table th:first-child,
.comparison-table-component .comparison-table td:first-child {
  text-align: left;
}
.comparison-table-component .comparison-table th,
.comparison-table-component .comparison-table tfoot td,
.comparison-table-component .comparison-table .x,
.comparison-table-component .comparison-table tbody tr:last-child td:nth-last-child(-n + 4) {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.38rem;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.comparison-table-component .comparison-table tbody tr:nth-child(even) {
  background-color: #1b1b1b;
}
.comparison-table-component .comparison-table tbody tr:nth-child(even) td:nth-child(3):not(tfoot td),
.comparison-table-component .comparison-table tbody tr:nth-child(even) td:nth-child(5):not(tfoot td) {
  background-color: #262626;
}
.comparison-table-component .comparison-table tbody tr:nth-child(odd) {
  background-color: #23272a;
}
.comparison-table-component .comparison-table tbody tr:nth-child(odd) td:nth-child(3):not(tfoot td),
.comparison-table-component .comparison-table tbody tr:nth-child(odd) td:nth-child(5):not(tfoot td) {
  background-color: #2e3235;
}
.comparison-table-component .comparison-table tfoot td {
  padding: 12px 4px;
}
.comparison-table-component .comparison-table tfoot td a,
.comparison-table-component .comparison-table tfoot td button {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.comparison-table-component .comparison-table tfoot td a:hover,
.comparison-table-component .comparison-table tfoot td button:hover {
  background: #e5e7e9;
}
.comparison-table-component .comparison-carousel-container {
  display: none;
}
.comparison-table-component .comparison-carousel-container .slide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  background: linear-gradient(180deg, #3c4147 0%, #1b1b1b 100%);
}
.comparison-table-component .comparison-carousel-container .blackcell-slide,
.comparison-table-component .comparison-carousel-container .battlepass-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.comparison-table-component .comparison-carousel-container .blackcell-slide {
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/blog/seasons/blackops6/BP_CardBackgrounds_BC.png");
}
.comparison-table-component .comparison-carousel-container .battlepass-slide {
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/blog/seasons/blackops6/BP_CardBackgrounds_BP.png");
}
.comparison-table-component .comparison-carousel-container .slide-header {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background: var(--custom-accent-color, var(--default-accent-color));
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.comparison-table-component .comparison-carousel-container .slide-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 8px 20px;
}
.comparison-table-component .comparison-carousel-container .slide-content li {
  font-family: "Hitmarker Text Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.38rem;
  letter-spacing: 1px;
  text-align: center;
}
.comparison-table-component .comparison-carousel-container .slide-content li.inactive {
  color: #606971;
  text-decoration: line-through;
}
.comparison-table-component .comparison-carousel-container .comparison-table-component_cta-container {
  padding: 0 20px 16px;
  width: 100%;
}
.comparison-table-component .comparison-carousel-container .slick-list {
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.5));
}
.comparison-table-component .comparison-carousel-container .slick-slider.slick-dotted {
  margin-bottom: 16px;
}
.comparison-table-component .comparison-carousel-container .slick-list {
  margin: 0 -10px;
}
.comparison-table-component .comparison-carousel-container .slick-slide > div {
  padding: 0 10px;
}
.comparison-table-component .comparison-carousel-container .custom-navigation {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}
.comparison-table-component .comparison-carousel-container .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 #79838d;
}
@media screen and (-ms-high-contrast: active) {
  .comparison-table-component .comparison-carousel-container .custom-navigation .custom-arrow {
    border: 2px solid currentcolor;
  }
}
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-arrow > span[class$="-icon"] {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 16px 16px;
  opacity: 0.8;
}
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-arrow.custom-prev {
  justify-content: start;
}
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-arrow.custom-prev > span[class$="-icon"] {
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/wzmobile/common/Vector-left.svg);
}
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-arrow.custom-next {
  justify-content: end;
}
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-arrow.custom-next > span[class$="-icon"] {
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/wzmobile/common/Vector-right.svg);
}
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-arrow:hover > span[class$="-icon"],
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-arrow:focus > span[class$="-icon"] {
  opacity: 1;
}
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-dots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-dots li 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;
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active) {
  .comparison-table-component .comparison-carousel-container .custom-navigation .custom-dots li button {
    border: 2px solid currentcolor;
  }
}
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-dots li button:before {
  content: "";
  background-color: #79838d;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
}
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-dots li button .slick-dot-icon {
  position: relative;
  width: 100%;
  height: 6px;
}
.comparison-table-component .comparison-carousel-container .custom-navigation .custom-dots li.slick-active button .slick-dot-icon {
  background-color: #f3f4f5;
}
.comparison-table-component .comparison-carousel-container .custom-navigation .slide-number {
  font-family: "Hitmarker Text Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 0.63rem;
  line-height: 0.88rem;
  letter-spacing: 1px;
  color: #inherit;
}
.comparison-table-component [data-accent] .comparison-table-component .comparison-table-inner-container .atvi-cta-item,
.comparison-table-component [data-accent] .comparison-table-component .comparison-carousel-container .custom-navigation .custom-dots li.slick-active button .slick-dot-icon {
  background-color: var(--custom-accent-color, var(--default-accent-color));
}
