/*
CTC Separate Stylesheet
Updated: 2025-06-22 20:03:57
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.26.1750622637
*/
.related-posts-box-end {
  background: #eef8ff;
  border: 1px solid #0073aa;
  border-radius: 5px;
  padding: 30px;
  margin: 60px auto 40px auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  max-width: 100%;
}

.related-posts-box-end h2 {
  font-size: 1.5em;
  color: #003366;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px dashed #0073aa;
  padding-bottom: 10px;
  text-align: center;
}

.related-posts-box-end ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-posts-box-end li {
  font-size: 1.1em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
}

.related-posts-box-end li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #0073aa;
  font-weight: bold;
}

.related-posts-box-end a {
  color: #0073aa;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease;
}

.related-posts-box-end a:hover {
  color: #003366;
  padding-left: 4px;
}

