/* ===== RELATED APPS SECTION ===== */

.related-apps {
  margin-top: 20px;
}

.related-apps h2 {
  font-size: 18px;
  margin-bottom: 12px;
}

.related-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.related-card {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  text-align: center;
}

.related-card img {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  margin-bottom: 8px;
}

.related-card h3 {
  font-size: 14px;
  margin: 4px 0;
}

.related-card a {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: #ff1744;
  font-weight: bold;
  text-decoration: none;
}
