/* Views Better Exposed Filters */
.view-whats-new .bef-exposed-form .form-composite > legend {
    color: #005BA3;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0.3em 0.7em 0.3em 0;
    width: initial;
}
.view-whats-new .bef-exposed-form .form-composite > .fieldset-wrapper {
    display: inline-block;
}
.view-whats-new .bef-exposed-form .form--inline .bef-checkboxes .form-item {
    display: inline-block;
}
.view-whats-new .bef-exposed-form .form--inline .bef-checkboxes .form-item input {
    margin-top: 0.45em;
    display: none;
}
.view-whats-new .bef-exposed-form .form--inline .bef-checkboxes .form-item input + label {
    background-image: url("../images/checkbox.png");
    background-repeat: no-repeat;
    background-position-y: -31px;
    transition-duration: 0s;
}
.view-whats-new .bef-exposed-form .form--inline .bef-checkboxes .form-item input:checked + label {
    background-position-y: 0;
}
.view-whats-new .bef-exposed-form .form--inline .bef-checkboxes label {
    color: #0097d0;
    padding: 0 15px 0 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.view-whats-new .bef-exposed-form .form--inline .bef-checkboxes .form-item-tag-2 label {
    color: #c53c43;
}
.view-whats-new .bef-exposed-form .form--inline .bef-checkboxes .form-item-tag-3 label {
    color: #00797e;
}
.view-whats-new .bef-exposed-form .form--inline .bef-checkboxes .form-item-tag-4 label {
    color: #7800c2;
}
.view-whats-new .bef-exposed-form .form--inline .bef-checkboxes .form-item-tag-5 label {
    color: #729a20;
}
/* .view-whats-new .bef-exposed-form .form--inline .form-actions {
    display: none;
} */

/* Views content */
.view-whats-new .view-content .view-item {
    font-size: 14px;
    padding-top: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.view-whats-new .view-content .fields-wrapper {
    background-color: #f2f6f9;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.view-whats-new .view-content .edit-tag-1 .fields-wrapper {
    background-image: url("../images/blue.png");
}
.view-whats-new .view-content .edit-tag-2 .fields-wrapper {
    background-image: url("../images/red.png");
}
.view-whats-new .view-content .edit-tag-3 .fields-wrapper {
    background-image: url("../images/tosca.png");
}
.view-whats-new .view-content .edit-tag-4 .fields-wrapper {
    background-image: url("../images/purple.png");
}
.view-whats-new .view-content .edit-tag-5 .fields-wrapper {
    background-image: url("../images/green.png");
}
.view-whats-new .view-content .field--name-field-tags {
    color: #fff;
    background-color: #0097d0;
    border-radius: 5px 5px 0px 0px;
    font-size: 21px;
    padding: 14px 5px 14px 15px;
    text-transform: uppercase;
}
.view-whats-new .view-content .edit-tag-2 .field--name-field-tags {
    background-color: #c53c43;
}
.view-whats-new .view-content .edit-tag-3 .field--name-field-tags {
    background-color: #00797e;
}
.view-whats-new .view-content .edit-tag-4 .field--name-field-tags {
    background-color: #7800c2;
}
.view-whats-new .view-content .edit-tag-5 .field--name-field-tags {
    background-color: #729a20;
}
.view-whats-new .view-item .title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px;
}
.view-whats-new .view-item .title a {
    color: #337ab7;
    text-decoration: none;
}
.view-whats-new .view-item .title a:hover {
    color: #005BA3;
}
.view-whats-new .view-item .field--name-body {
    padding: 0 15px 15px 15px;
}
.view-whats-new .view-item .field--name-body .read-more-link {
    background-color: #0097d0;
    background-image: url("../images/white-right-arrow.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    color: #fff;
    display: inline-block;
    min-width: 150px;
    padding: 10px 10px 10px 15px;
    border-radius: 15px;
    text-decoration: none;
}
.view-whats-new .view-item.edit-tag-2 .field--name-body .read-more-link {
    background-color: #c53c43;
}
.view-whats-new .view-item.edit-tag-3 .field--name-body .read-more-link {
    background-color: #00797e;
}
.view-whats-new .view-item.edit-tag-4 .field--name-body .read-more-link {
    background-color: #7800c2;
}
.view-whats-new .view-item.edit-tag-5 .field--name-body .read-more-link {
    background-color: #729a20;
}