.stream-home-content {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 0 50px 0
}

.stream-home-content a {
    display: flex;
    flex-direction: column;
}

.stream-home-content img {
    margin: 0;
}

.stream-home-content .stream-title-color {
    color: white;
    padding: 10px;
    text-align: center;
}

.stream-home-content .field--type-image {
    margin: 0 !important;
}

.stream-initial-color {
    padding-top: 7px;
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
}

.node--view-mode-full .stream-initial-color {
    margin: .5em 0 1em 0;
}

.stream-box-color a {
    color: #fff;
}

.stream-box-color a:hover {
    color: rgb(224, 222, 222);
}

.stream-box-color.teaser {
    font-size: 25px;
    font-weight: bold;
    min-width: 91px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-stream-identifier .views-row {
    padding: 0;
}

.stream-title {
    align-items: center;
    display: flex;

    font-size: 1.875rem;
    font-weight: bold;
    margin-left: 10px;
}

.stream-title a {
    display: flex;
    color: var(--d-l3-background);
}
.content-boxes.stream.info {
    display: block;
}

.content.stream-info {
    display: flex;
}

.content-boxes.stream a {
    color: #fff;
    display: block;
    padding: 11px 18px 12px;
    background-color: var(--d-l1-background);
    transition: background-color .3s ease;
    margin-bottom: 3px;
    font-size: .9375rem;
    font-weight: 600;
    text-decoration: none;
}

.content-boxes.stream a:hover {
    color: #fff;
    display: block;
    padding: 11px 18px 12px;
    background-color: #d86421;
    transition: background-color .3s ease;
}

.stream-content-initial {
    color: #fff;
    font-size: 15px;
    border-color: transparent;
    border: solid 3px;
    font-weight: bold;
}

/* .container-teaser .event {
    margin: 0;
    margin-bottom: 9px;
    border-bottom: 1px solid;
    border-color: grey;
    padding: 10px;
} */

.container-teaser .news {
    margin: 0;
    margin-bottom: 9px;
    border-bottom: 1px solid;
    border-color: grey;
    padding: 10px;
}

.stream-content {
    display: flex;
}

.stream-content-initial {
    width: 40px;
    color: #fff;
    font-size: 18px;
}

/* Paragraph */

.stream-paragraph-collapse {
    color: var(--bs-card-color);
    border: 1px solid;
    border-color: #103162;
    display: flex;
    padding: 20px 25px 20px 15px;
    font-weight: bold;
    margin-top: 20px;
}

.paragraph--view-mode--default .stream-paragraph-collapse .collapse a {
    color: #026894;
    transition: color .3s;
}

.paragraph--view-mode--default .stream-paragraph-collapse .collapse a:hover {
    color: #0093d5;
    text-decoration: underline;
}

.paragraph--view-mode--default .field--name-field-panel-title {
    width: 100%;
}

.paragraph--view-mode--default .stream-paragraph-collapse {
    color: #01415d;
}

.paragraph--view-mode--default .collapse {
    margin-top: 0;
    border: 1px solid #008bc9;
    border-radius: 0;
    padding: 1em;
}

.collapsing {
    transition: none;
}

.card.card-body-stream {
    display: none;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    margin-top: 10px;
}

.stream-paragraph-collapse::after {
    /*content: "▼";*/
    margin-left: 10px;
    font-size: 12px;
    padding: 3px;
}

.stream-paragraph-collapse::after {
    content: "";
    width: 14px;
    height: 14px;
    border: solid #d86421;
    border-width: 0 2px 2px 0;
    transition: border-color .3s ease;
    transform: rotate(45deg);
}

.stream-paragraph-collapse[aria-expanded="true"]::after {
    border-width: 2px 0 0 2px;
    margin-top: 7px;
}

.basic-content.featured-stream {
    padding: 10px;
    border: solid 2px;
    border-color: #fff;
    border-radius: 10px;
    border-radius: 0;
    padding: 0.5em 0.6em;
    font-size: 20px;
    height: 120px;
    background-color: #f2f2f6;
    border-top: 4px solid var(--d-l3-background);
}
.featured-box a {
    text-decoration: none;
}

.featured-stream a {
    color: var(--d-l3-background);
    font-weight: bold;
}

.featured-stream a:hover {
    color: #203147;
}

.field.field--name-field-featured-content.field--type-entity-reference.field--label-hidden.field__items {
    display: grid;
    grid-template: 1fr / 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media (max-width: 900px) {
    .field.field--name-field-featured-content.field--type-entity-reference.field--label-hidden.field__items {
        grid-template: 1fr / 1fr;
    }
}

.stream-home-content a:hover img {
    filter: brightness(1.1);
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.stream-home-content a:hover {
    box-shadow: 5px 5px 20px 0 rgb(218 218 218 / 90%);
    transition: .3s ease;
}

.stream-home-content * {
    transition: .3s ease;
}

/* .grid.views-view-grid .row {
    padding: 50px 0 0 0;
} */

/* .stream-selector .view-content.row {
    margin: 0;
    grid-gap: 30px;
    padding: 30px;
} */

.stream-row {
    padding: 20px;
}

/* .stream-selector .view-content.row>* {
    padding: 0;
} */

.stream-home-content {
    margin: 0;
}

.stream-home-content * {
    width: 100%;
    overflow: hidden;
    transition: .3s ease;
    font-size: 19px;
    font-weight: 600;

}

.stream-home-image img {
    width: 100%;
    object-fit: cover;
}

.active-ingred-syner {
    margin-right: 5px;
}

.sf-unit-vc{
    margin-left: 3px;
}

.titleactive-pharma {
    font-size: 1.5rem;
    color: #012f44;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    font-weight: bold;
}

.titleactive-pharma-name {
    font-size: 1.5rem;
    color: #012f44;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    font-weight: bold;
    margin-right: 8px;
}

.view-sales-force .view-content.row {
    margin-bottom: 10px;
}