/* Inline Related Post styles */
.inline-related-posts:before {
  content: 'Also Read';
  position: absolute;
  top: -12px;
  left: 10px;
  background: #fff;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: #cb0000;
  border-left: 1px dashed #2e2e2e;
  border-right: 1px dashed #2e2e2e;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.inline-related-posts {
  display: flex;
  border: 1px dashed #2e2e2e;
  border-radius: 6px;
  position: relative;
  padding: 10px 12px;
  margin: 18px 0;
  background: #f8f7f3;
}

.inline-related-post {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inline-related-post a {
  color: #0a58ff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.3;
  font-size: 15px;
}

.inline-related-post a:hover {
  text-decoration: underline;
}

.img-inline-related-post {
  width: 70px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.08);
}