/* Hide the default Blocksy top breadcrumb */
.ct-breadcrumbs {
    display: none !important;
}

/* Style our custom breadcrumbs container for the footer area */
.angie-global-breadcrumbs {
    width: 100%;
    max-width: 1290px; /* Matches standard Blocksy container */
    margin: 0 auto;
    padding: 20px 20px;
    background-color: transparent;
    text-align: left; /* Or center, based on preference */
    font-size: 0.9em;
    opacity: 0.8;
}

/* Ensure links inside have correct colors */
.angie-global-breadcrumbs a {
    text-decoration: none;
    color: inherit;
}

.angie-global-breadcrumbs a:hover {
    text-decoration: underline;
}
