.fives-tile-icon-offset {
    margin-top: -43px;
}

.fives-video-description-text {
    text-align: justify;
    line-height: 2;
}

.fives-video-divider {
    opacity: 1;
}

.fives-video-tiles-divider {
    border: 0;
    height: 1px;
    margin: 2.75rem auto 2.25rem;
    max-width: 62rem;
    visibility: hidden;
}

.fives-video-tiles-bottom {
    margin-top: 2rem;
}

.breadcrumb {
    --mdb-breadcrumb-item-color: #dc3545c2;
    --mdb-breadcrumb-item-hover-color: #b22222;
    --mdb-breadcrumb-item-active-color: rgb(79 79 79);
}

.breadcrumb-item-fives {
    color: var(--mdb-breadcrumb-item-color);
    font-weight: 400 !important;
}

.breadcrumb-item + .breadcrumb-item {
    margin-left: 0;
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #191c1f;
    content: "/";
    float: none;
    padding-right: 0.5rem;
}

.breadcrumb-item-fives a {
    color: inherit;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.breadcrumb-item-fives a:hover {
    text-decoration: none !important;
}

.breadcrumb-item-fives-active,
.breadcrumb-item-fives-mobile-active {
    color: var(--mdb-breadcrumb-item-active-color) !important;
    font-weight: 400 !important;
}

.fives-breadcrumbs-mobile {
    display: none;
}

.fives-video-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.fives-video-tag-item {
    display: flex;
    justify-content: center;
}

.fives-video-tag-chip {
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: default;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .fives-breadcrumbs-desktop {
        display: none;
    }

    .fives-breadcrumbs-mobile {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .fives-tile-icon-offset {
        margin-top: -43px;
    }

    .fives-video-tiles-bottom {
        margin-top: calc(1rem + 43px);
    }

    .fives-video-tiles-top .row,
    .fives-video-tiles-bottom .row {
        row-gap: calc(1rem + 43px) !important;
    }
}

@media (max-width: 575.98px) {

    .fives-video-tags {
        display: grid;
        gap: 0.75rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: center;
    }

    .fives-video-tag-item {
        width: min(100%, 14rem);
    }

    .fives-video-tag-chip {
        width: 100%;
    }

    .fives-video-tags .fives-video-tag-item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}
