/*
Theme Name:     Newsmag Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newsmag                             
Version:        3.3c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.epageone-related-article {
  margin: 15px 0;
  padding: 8px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.epageone-related-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #222;
  font-size: 0.95rem;
}

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

.epageone-related-thumb.placeholder {
  background: #eee;
}

.epageone-related-badge {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff2e63;
  margin-right: 5px;
}

.epageone-related-text {
  font-weight: 600;
  color: #111;
}

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