/* Shared navigation trail for the public site's internal pages. */
.vr-breadcrumbs{background:#f5f6f7;border-bottom:1px solid #e3e7e9;color:#5d6870;font-family:Inter,"Segoe UI",Arial,sans-serif}
.vr-breadcrumbs>.container{max-width:1280px;width:100%;margin:0 auto;padding:17px 32px;box-sizing:border-box}
.vr-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px;list-style:none;margin:0;padding:0}
.vr-breadcrumbs li{display:flex;align-items:baseline;gap:12px;min-width:0;font-size:13px;line-height:1.65;letter-spacing:0}
.vr-breadcrumbs a{color:#59636b;text-decoration:none;font-weight:500}
.vr-breadcrumbs a:hover{color:#c54e00;text-decoration:underline;text-underline-offset:3px}
.vr-breadcrumbs a:focus-visible{outline:2px solid #ff7b22;outline-offset:4px;border-radius:2px}
.vr-breadcrumbs [aria-current=page]{font-weight:600;color:#252a2f;overflow-wrap:anywhere}
.vr-breadcrumbs .vr-breadcrumb-separator{color:#a5acb1;flex:none;font-size:18px;line-height:1}
@media(max-width:767px){.vr-breadcrumbs>.container{padding:14px 22px}.vr-breadcrumbs ol{gap:5px 9px}.vr-breadcrumbs li{font-size:12px;gap:9px}}
