.w2w-pc-related {
  margin-top: 32px;
  margin-bottom: 24px;
  clear: both;
}

.w2w-pc-related__heading {
  margin: 0 0 20px;
  padding: 12px 16px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}

.w2w-pc-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 16px;
}

@media (max-width: 849px) {
  .w2w-pc-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 549px) {
  .w2w-pc-related__grid {
    grid-template-columns: 1fr;
  }
}

.w2w-pc-related__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0;
  min-height: 100%;
}

.w2w-pc-related__thumb {
  display: block;
  overflow: hidden;
  line-height: 0;
  background: #f5f5f5;
  aspect-ratio: 16 / 10;
}

.w2w-pc-related__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w2w-pc-related__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #e8e8e8;
}

.w2w-pc-related__title {
  margin: 0;
  padding: 12px 12px 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  flex: 1 1 auto;
}

.w2w-pc-related__title a {
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.w2w-pc-related__title a:hover {
  text-decoration: underline;
}

.w2w-pc-related__link {
  display: block;
  padding: 0 12px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #0066cc;
  text-decoration: none;
  text-align: center;
}

.w2w-pc-related__link:hover {
  text-decoration: underline;
}
