/* Breadcrumb Styles */
.thb-breadcrumbs {
    font-size: 12px;
    color: #545353;
    font-weight: 400;
    margin: 20px 0;
    padding: 0 15px;
}

.thb-breadcrumbs a,
.thb-breadcrumbs span {
    color: #a0a0a0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.thb-breadcrumbs a:hover {
    color: #545353;
}

.thb-breadcrumbs span:last-child {
    color: #545353;
}

/* Responsive adjustments */
@media only screen and (max-width: 767px) {
    .thb-breadcrumbs {
        margin: 15px 0;
        font-size: 11px;
    }
} 