/* Shared containment and responsive QA for the health and encyclopedia modules. */
.encyclopedia-intro,
.health-detail-head-inner {
    max-width: 100%;
}

.health-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 25px;
    color: #717866;
    font-size: .9rem;
    line-height: 1.45;
}

.health-breadcrumb a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid rgba(111, 126, 58, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .62);
    color: #53622f;
    font-weight: 700;
    text-decoration: none;
}

.health-breadcrumb a:hover,
.health-breadcrumb a:focus-visible {
    border-color: #7f8e4c;
    background: #fff;
    outline: none;
}

.health-breadcrumb > span[aria-hidden="true"] {
    color: #9ba28c;
    font-weight: 800;
}

@media (max-width: 620px) {
    .health-breadcrumb {
        gap: 5px;
        margin-bottom: 20px;
        font-size: .82rem;
    }

    .health-breadcrumb a {
        min-height: 32px;
        padding: 5px 8px;
    }
}
