.apseo-breadcrumb { margin: 0 0 18px; font-size: 13px; line-height: 1.6; color: var(--text-muted, #53626a); }
.apseo-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 10px; padding: 0; margin: 0; }
.apseo-breadcrumb li { display: inline; overflow-wrap: anywhere; min-width: 0; }
.apseo-breadcrumb li + li::before { content: '/'; margin-right: 10px; opacity: .6; }
.apseo-breadcrumb a { color: var(--primary-color, #096d63); text-decoration: none; }
.apseo-breadcrumb a:hover { text-decoration: underline; }
@media print { .apseo-breadcrumb { display: none; } }
