/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/
.related-article {
  margin: 15px 0;
  padding: 8px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.related-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
  overflow: hidden;
}

.related-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  background: #eee;
}

.related-thumb.placeholder {
  background: #ccc;
}

.related-badge {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #ff004f; /* PopRadar pink/red */
  margin-right: 5px;
  flex-shrink: 0;
}

.related-text {
  font-weight: 600;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-link:hover .related-text {
  color: #ff004f;
}