/*
 Theme Name: Astra Child
 Template: astra
*/

/* Breadcrumb Styling */
.my-custom-breadcrumbs {
    margin-bottom: 15px; /* Space between breadcrumbs and your H1 */
    font-size: 14px;
    color: #666;
}

.my-custom-breadcrumbs a {
    text-decoration: none;
    color: #333;
}

.my-custom-breadcrumbs a:hover {
    text-decoration: underline;
    color: #000;
}
