.nq-carousel-wrap {
  position: relative;
  margin: 24px 0 40px;
}
.nq-carousel-title {
  color: var(--wp--preset--color--primary);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 0.03em;
  margin: 0 0 16px;
}

.nq-swiper {
  overflow: visible;
  padding-bottom: 8px;
}

.nq-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.nq-card__media {
  position: relative;
}
.nq-img {
  width: 100%;
  height: auto;
  display: block;
}
.nq-img--placeholder {
  background: #2a2a2a;
  aspect-ratio: 4/5;
}

.nq-card__meta {
  padding: 10px 8px 12px;
  color: var(--wp--preset--color--gray-200);
  display: flex;
  gap: 6px;
}
.nq-card__top {
  grid-column: 2/3;
}
.nq-linkedin {
  display: inline-flex;
  color: #3b3b3b;
  background: var(--wp--preset--color--white);
  border-radius: 2px;
  padding: 2px;
  line-height: 0;
}
a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.nq-card__link {
  font-size: 16px;
}
.nq-name {
  color: var(--wp--preset--color--white);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
}
.nq-role {
  font-size: 16px;
  color: #dfdfdf;
}

.swiper-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}
.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}
.nq-carousel-wrap .swiper-button-prev,
.nq-carousel-wrap .swiper-button-next {
  color: var(--wp--preset--color--white);
  background: transparent;
  border: solid 1px var(--wp--preset--color--white);
  width: 38px;
  height: 38px;
  border-radius: 999px;
}
.nq-carousel-wrap .swiper-button-prev::after,
.nq-carousel-wrap .swiper-button-next::after {
  font-size: 16px;
}

.nq-carousel-wrap.nq-news .nq-role {
  display: none;
}
.nq-carousel-wrap.nq-news .nq-card {
  max-width: 752px;
}
.nq-carousel-wrap.nq-news .nq-card__meta {
  padding: 0;
  padding-top: 24px;
}
.nq-carousel-wrap.nq-news .nq-card__top {
  display: none;
}
.nq-carousel-wrap.nq-news .nq-name,
.nq-carousel-wrap.nq-news .nq-card__link {
  font-size: 20px;
}
