/*
 Theme Name: Compton - Divi Child
 Theme URI: https://cambrianweb.com
 Description: Divi Child Theme for Compton created by Gwe Cambrian Web
 Author: Gwe Cambrian Web
 Author URI: https://cambrianweb.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Breadcrumbs – demoted visual style */
.gcw-breadcrumbs {
    margin-top: 0.5rem;
    font-size: 0.85em;          /* slightly smaller than body text */
    color: rgba(255,255,255,0.8); /* softer white for contrast but less dominant */
}

.gcw-breadcrumbs a {
    color: rgba(255,255,255,0.9); 
    text-decoration: none;      /* remove underline by default */
    border-bottom: 1px dotted rgba(255,255,255,0.6); /* subtle underline style */
}

.gcw-breadcrumbs a:hover,
.gcw-breadcrumbs a:focus {
    color: #ffffff;             /* strong contrast on hover/focus */
    text-decoration: underline; /* restore underline for accessibility */
}

.gcw-breadcrumbs .smartcrawl-breadcrumb-separator {
    opacity: 0.7;               /* fade separator a little */
}
