body#category .mcz-category-guides {
  box-sizing: border-box;
}

body#category .mcz-category-guides--desktop {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
}

body#category .mcz-category-guides--mobile {
  display: none;
}

body#category .mcz-category-guide {
  align-items: flex-end;
  background: #07162f;
  border: 1px solid rgba(77, 156, 226, 0.36);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(6, 29, 58, 0.16);
  color: #fff !important;
  display: flex;
  isolation: isolate;
  min-height: 118px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
}

body#category .mcz-category-guide__media,
body#category .mcz-category-guide__media img,
body#category .mcz-category-guide__shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

body#category .mcz-category-guide__media {
  z-index: -2;
}

body#category .mcz-category-guide__media img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.002);
  transition: transform 220ms ease;
}

body#category .mcz-category-guide__shade {
  background:
    linear-gradient(90deg, rgba(2, 12, 31, 0.98) 0%, rgba(4, 23, 52, 0.91) 44%, rgba(6, 31, 70, 0.34) 76%, rgba(6, 31, 70, 0.1) 100%),
    linear-gradient(0deg, rgba(0, 12, 31, 0.46), transparent 60%);
  z-index: -1;
}

body#category .mcz-category-guide__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 78%;
  padding: 13px 14px 12px;
  position: relative;
  z-index: 1;
}

body#category .mcz-category-guide__eyebrow {
  color: #8fd1ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.085em;
  line-height: 1.15;
  text-transform: uppercase;
}

body#category .mcz-category-guide__title {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.16;
}

body#category .mcz-category-guide__cta {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 5px;
  line-height: 1.2;
  margin-top: 2px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.58);
  text-underline-offset: 3px;
}

body#category .mcz-category-guide:hover {
  border-color: rgba(115, 196, 255, 0.82);
  box-shadow: 0 9px 23px rgba(6, 29, 58, 0.24);
  color: #fff !important;
}

body#category .mcz-category-guide:hover .mcz-category-guide__media img {
  transform: scale(1.035);
}

body#category .mcz-category-guide:focus-visible {
  border-color: #fff;
  box-shadow: 0 0 0 3px #1b5f99, 0 8px 20px rgba(6, 29, 58, 0.2);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  body#category .mcz-category-guide__media img {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  body#category .mcz-category-guides--desktop {
    display: none;
  }

  body#category .mcz-category-guides--mobile {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 18px;
  }

  body#category .mcz-category-guide {
    min-height: 116px;
  }

  body#category .mcz-category-guide__content {
    max-width: 86%;
    padding: 12px;
  }

  body#category .mcz-category-guide__title {
    font-size: 15px;
  }

  body#category .mcz-category-guide__cta {
    min-height: 24px;
  }
}

@media (max-width: 575.98px) {
  body#category .mcz-category-guides--mobile {
    grid-template-columns: 1fr;
  }

  body#category .mcz-category-guide {
    min-height: 104px;
  }

  body#category .mcz-category-guide__content {
    max-width: 75%;
  }
}
