/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1756483815
Updated: 2025-08-29 16:10:15

*/

/* Breadcrumb styling */
.aioseo-breadcrumbs {
  font-size: 14px;   /* smaller text */
  color: #777777;    /* lighter gray */
  margin-bottom: 15px; /* space below breadcrumbs */
}

.aioseo-breadcrumbs a {
  color: #999999;    /* lighter gray links */
  text-decoration: none;
}

.aioseo-breadcrumbs a:hover {
  color: #555555;    /* slightly darker on hover */
}
/* AIOSEO breadcrumbs – stronger override */
.et_pb_post .entry-content .aioseo-breadcrumbs,
.et_pb_post .aioseo-breadcrumbs {
  font-size: 14px !important;      /* smaller */
  line-height: 1.2 !important;
  margin: 6px 0 18px !important;   /* space below */
  color: #777 !important;          /* base gray for separators/text */
}

.et_pb_post .entry-content .aioseo-breadcrumbs a,
.et_pb_post .aioseo-breadcrumbs a {
  color: #888 !important;          /* lighter link */
  text-decoration: none !important;
}

.et_pb_post .entry-content .aioseo-breadcrumbs a:hover,
.et_pb_post .aioseo-breadcrumbs a:hover {
  color: #555 !important;          /* darker on hover */
  text-decoration: underline !important;
}
