/* =========================
   RELATED IDEAS – WRAPPER
========================= */

#uw-related-wrap {
  margin-top: 40px;
  padding-top: 24px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255,255,255,0.15);
  background: transparent;
  color: #e5e7eb;
}

/* Heading */
#uw-related-wrap h3 {
  font-size: 20px;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 600;
}

/* =========================
   RELATED ITEM
========================= */

.uw-related-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  align-items: center;
}

/* =========================
   IMAGE
========================= */

.uw-related-img {
  flex-shrink: 0;
}

.uw-related-img img {
  width: 110px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  background: #111;
  display: block;
}

/* =========================
   TEXT
========================= */

.uw-related-text {
  flex: 1;
}

.uw-related-text a {
  font-size: 16px;
  line-height: 1.4;
  color: #e5e7eb;
  text-decoration: none;
  font-weight: 500;
}

.uw-related-text a:hover {
  text-decoration: underline;
}

/* =========================
   LOADER
========================= */

#uw-related-loader {
  text-align: center;
  color: #9ca3af;
  margin-top: 10px;
  display: none;
  font-size: 14px;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */

@media (max-width: 600px) {

  #uw-related-wrap {
    margin-top: 32px;
    padding-top: 20px;
  }

  .uw-related-img img {
    width: 96px;
    height: 64px;
  }

  .uw-related-text a {
    font-size: 15px;
  }
}
