.rpi-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rpi-post {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rpi-post img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

.rpi-post h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.rpi-post h4 a {
  text-decoration: none;
  color: #222;
}

.rpi-post h4 a:hover {
  color: #0066cc;
}
