/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-breadcrumbs{margin:1rem 0;margin:0 auto}.wl-breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;padding:0;margin:0;gap:1rem}.wl-breadcrumbs__item{display:flex;align-items:center;gap:1rem;font-size:1.4rem;line-height:1.5}.wl-breadcrumbs__link{color:#bfbfbf;text-decoration:none;transition:color .2s ease}.wl-breadcrumbs__link:hover{color:#000;text-decoration:underline}.wl-breadcrumbs__separator{color:#bfbfbf;font-size:2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:.3rem}.wl-breadcrumbs__current{color:#bfbfbf;font-weight:500}@media screen and (width < 750px){.wl-breadcrumbs{margin:.75rem 0}.wl-breadcrumbs__list,.wl-breadcrumbs__item{gap:.6rem}}
