.estudae-breadcrumb {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 20px;
    color: #555;
    padding: 12px 0;
    line-height: 1.5;
}

.estudae-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.estudae-breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.estudae-breadcrumb-link {
    color: #D4A94F;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.estudae-breadcrumb-link:hover {
    color: #b8942e;
    text-decoration: underline;
}

.estudae-breadcrumb-text {
    color: #00222E;
    font-weight: 600;
}

.estudae-breadcrumb-item-current .estudae-breadcrumb-text {
    color: #00222E;
    font-weight: 700;
}

.estudae-breadcrumb-separator {
    color: #ccc;
    flex-shrink: 0;
}

@media (max-width: 782px) {
    .estudae-breadcrumb {
        font-size: 20px;
        padding: 8px 0;
    }
}
