/*
Theme Name:     Foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/
Description:    Foxiz - WordPress Newspaper News and Magazine Theme
Requires at least: 6.0
Requires PHP:   7.4
Text Domain:    foxiz
Version:        2.6.7
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/
/*
.related-posts {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #eee;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.related-post-item img {
  width: 100%;
  border-radius: 8px;
}

.related-post-title {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}
*/