
.arp-related-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 30px;
  border-top: 2px solid #eee;
  padding-top: 20px;
  font-family: inherit;
}

.arp-related-posts li {
  list-style: none;
  border: 1px solid #ddd;
  padding: 10px;
  transition: box-shadow 0.3s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.arp-related-posts li:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.arp-related-posts .arp-thumb img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.arp-related-posts .arp-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  flex-grow: 1;
}

.arp-related-posts .arp-title a {
  color: inherit;
  text-decoration: none;
}

.arp-related-posts .arp-title a:hover {
  text-decoration: underline;
}

.arp-grid-wrapper {
  margin-top: 40px;
}
.arp-title-main {
  font-size: 20px;
  margin-bottom: 16px;
  font-family: inherit;
}

.arp-powered {
  text-align: right;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  font-family: inherit;
}
