/*
Generated time: May 29, 2024 05:26
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.page-header--tags a {
    transition: all .25s cubic-bezier(.104, .204, .492, 1)
}

.page-header--tags a {
    display: inline-flex;
    white-space: nowrap;
    font-size: 18px;
    padding: 15px;
    align-items: center;
    font-weight: 500;
    margin: 0 2px 2px 0;
    line-height: 1;
    color: rgba(var(--color-body-rgb), .8);
    
}
.blog-header__tags--inner{
    border-bottom: 1px solid #d8d8d8;
}

.page-header--tags a.active,
.page-header--tags a:hover {
    border-bottom: 2px solid #000000;
    margin-bottom: 0;
}

.breadcrumbs-section+.page-header-section .page-header {
    padding-top: 10px
}

.page-header {
    padding: 25px 0
}

.page-header h1 {
    margin-bottom: 10px
}

.page-header p {
    margin-bottom: 0
}

.page-header--tags {
    margin-top: 20px
}