
.tabs {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.tabs li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs-title {
    font-weight: 600;
    position: relative;
}

.tabs-title:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #3B316E;
    -webkit-transition: height .2s;
    transition: height .2s;
}

.tabs-title.is-active:after {
    height: 3px;
}

.tabs-title a {
    color: #ACACB5;
}

.tabs-content {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}


.tabs-title {
    float: left;
}

.tabs-title > a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #3B316E;
}

[data-whatinput='mouse'] .tabs-title > a {
    outline: 0;
}

@media screen and (min-width: 992px) {
    .tabs-title > a:hover {
        background: #ffffff;
        color: #332a5f;
    }
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #ffffff;
    color: #3B316E;
}

.sidebar-latest-news {
    padding: 24px 24px 0 24px;
    border-top: 1px solid #F6F7F9;
}


.tabs-panel {
    display: none;
    padding: 0;
}

.tabs-panel.is-active {
    display: block;
}

.sbln-data {
    width: 66%;
    padding-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sbln-img {
    height: 100px;
    width: 34%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.sbln-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sbln-title {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    color: #3B316E;
    line-height: 1.4;
    height: 4.2em;
    margin-bottom: 12px;
}

@media print, screen and (min-width: 40em) {
    .sbln-title {
        height: 4.2em;
        font-size: 16px;
    }
}

.sbln-title:after {
    content: '';
    display: block;
    width: 90px;
    height: 1.4em;
    position: absolute;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

@media screen and (min-width: 992px) {
    .sbln-title:hover {
        color: #1DB954;
    }
}

.sbln-meta {
    margin-top: auto;
}


.pfln-card__meta, .pfln-card-large__meta, .sbln-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #ACACB5;
}

.pfln-card__date, .pfln-card-large__date, .sbln-meta__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2px;
}

.pfln-card__date svg, .pfln-card-large__date svg, .sbln-meta__date svg {
    fill: #ACACB5;
    margin-right: 6px;
}

.pfln-card__author a, .pfln-card-large__author a, .sbln-meta__author a {
    color: #ACACB5;
}

@media screen and (min-width: 992px) {
    .pfln-card__author a:hover, .pfln-card-large__author a:hover, .sbln-meta__author a:hover {
        color: #573B97;
    }
}


.sbln-meta {
    margin-top: auto;
}

@media print, screen and (min-width: 64em) {
    .sidebar-right.mobile-sidebar .sidebar-latest-news .sbln-img {
        max-width: 254px;
    }
}
