/* Shared breadcrumb styles for shortcode templates */

.bs-breadcrumb {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.bs-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
}

.bs-breadcrumb a:hover {
    color: #1DB0E1;
}

.bs-breadcrumb-sep {
    color: #d1d5db;
    margin: 0 8px;
}

.bs-breadcrumb span:last-child {
    color: #374151;
    font-weight: 500;
}

@media (max-width: 767px) {
    .bs-breadcrumb {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .bs-breadcrumb-sep {
        margin: 0 6px;
    }
}
