/*
Theme Name: Goodpress Child
Theme URI: https://www.mofar.web.id/
description: >-
  Goodpress Child Theme
Author: Mohammad Fanirifanto
Author URI: https://www.mofar.web.id
Template: goodpress 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: goodpress-child
*/

.inline-related-posts {
  background-color: #f5f5f5;
  padding: 16px;
  margin: 32px 0;
  border-left: 4px solid #007acc;
  font-family: 'Arial', sans-serif;
}

.inline-related-posts h3 {
  margin-top: 0;
  font-size: 1.2em;
  color: #333;
}

.inline-related-posts ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;
}

.inline-related-posts li.related-item {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
}

.inline-related-posts li.related-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.inline-related-posts li.related-item span {
  color: #007acc;
  font-weight: 500;
}

.inline-related-posts li.related-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.inline-related-posts li.related-item a:hover span {
  text-decoration: underline;
}
