/*
 Theme Name:   Lab Child Theme
 Theme URI:    https://lab.axiomthemes.com/
 Description:  Lab Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     lab
 Version:      1.0.0
 Tested up to: 6.6
 Requires at least: 5.0
 Requires PHP: 7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: agency, digital marketing, digital agency, corporate, consulting, digital, business, it company, financial services, saas, software, startup, technology, seo, ai
 Text Domain:  lab
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.breadcrumb li::after {
    content: "›";
    margin: 0 5px;
}

.breadcrumb li:last-child::after {
    content: "";
}

.breadcrumb a {
    text-decoration: none;
    color: #0073aa;
}