﻿.wl__post-navigation.wl__post-navigation--onePrev:hover::before,
.wl__post-prev .wl__post-nav-text:hover::before,
.wl__post-navigation.wl__post-navigation--onePrev:hover::after,
.wl__post-prev .wl__post-nav-text:hover::after {
    transition: transform 0.25s ease-in-out;
    display: inline-block;
    transform: translateX(-0.2em);
}

.wl__post-navigation.wl__post-navigation--oneNext:hover::before,
.wl__post-next .wl__post-nav-text:hover::before,
.wl__post-navigation.wl__post-navigation--oneNext:hover::after,
.wl__post-next .wl__post-nav-text:hover::after {
    transition: transform 0.25s ease-in-out;
    display: inline-block;
    transform: translateX(0.2em);
}

.wl__intro {
    font-size: var(--mbase-txtSize-5);
    margin: 0 0 var(--mbase-spacer-lg);
}

.wl__intro__imageContainer {
    overflow: visible;
    margin: 0;
}

.wli-image-large {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--mbase-brdr-radius);
    margin: 0 auto var(--mbase-spacer-lg);
    box-shadow: var(--mbase-shadow-subtle);
}

.wl__post__header {
    overflow: hidden;
    margin-top: calc(var(--mbase-spacer) * -1);
    margin-bottom: var(--mbase-spacer);
    width: 100%;
}

.wl__post__subtitle {
    color: var(--mbase-clr-txt-body);
    font-family: var(--mbase-fam-special-regular);
}

.wl__topics {
    margin-top: var(--mbase-spacer-xxs);
    margin-bottom: var(--mbase-spacer-lg);
    display: flex;
}

.wl__post__meta {
    margin-bottom: var(--mbase-spacer-xs);
    font-size: var(--mbase-txtSize-7);
    font-family: var(--mbase-fam-regular);
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.wl__post__meta .wl__post__date {
    transition: all 0.25s ease-in-out;
    line-height: var(--mbase-lnHeight-sm);
    font-size: var(--mbase-txtSize-6);
    padding: var(--mbase-spacer-xs) 0 var(--mbase-spacer-xs);
    color: var(--mbase-clr-txt-date);
}

.wl__post__meta .wl__post__date::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e007";
}

li:hover .wl__post__meta .wl__post__date,
a:hover .wl__post__meta .wl__post__date {
    color: var(--mbase-clr-link-hover);
}

.wl__post__meta .wl__post__date::before {
    display: inline-block;
    margin-right: var(--mbase-spacer-xxs);
}

.wl__post__meta .wl__post__author {
    font-size: var(--mbase-txtSize-7);
    padding: var(--mbase-spacer-xs) 0 var(--mbase-spacer-xs);
    color: var(--mbase-clr-txt-body);
}

.wl__post__meta .wl__post__author:before {
    content: "|";
    display: inline-block;
    color: var(--mbase-clr-txt-meta);
    position: relative;
    top: -1px;
    float: left;
    margin: 0 var(--mbase-spacer-xs);
}

.wl__post__meta .wl__post__author::before {
    float: left;
}

.wl__post__meta .wl__post__author strong {
    font-weight: var(--mbase-txt-medium);
}

.wl__post__meta .wlp-reaction-amount {
    padding: var(--mbase-spacer-xs) 0 var(--mbase-spacer-xs);
    font-size: var(--mbase-txtSize-7);
}

.wl__post__meta .wlp-reaction-amount:before {
    content: "|";
    display: inline-block;
    color: var(--mbase-clr-txt-meta);
    position: relative;
    top: -1px;
    float: left;
    margin: 0 var(--mbase-spacer-xs);
}

.wl__post__meta .wlp-reaction-amount::before {
    float: left;
}

.wl__post__tags--contentType {
    display: flex;
    flex-direction: row;
    margin: 0 var(--mbase-spacer-xs) 0 0;
}

.wl__post__tags--contentType .wl__post__tag {
    padding: var(--mbase-spacer-xs);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: var(--mbase-txtSize-7);
    line-height: var(--mbase-lnHeight-xxs);
    background-color: var(--mbase-clr-theme);
    color: var(--mbase-clr-white);
    font-weight: var(--mbase-txt-medium);
    border-radius: var(--mbase-brdr-radius-sm);
    margin-right: var(--mbase-spacer-xs);
}

.wl__post__tags--contentType .wl__post__tag:last-child {
    margin-right: 0;
}

.wl__postAttachmentList_articleTitle {
    font-size: var(--mbase-txtSize-3);
    font-family: var(--mbase-fam-regular);
    font-weight: var(--mbase-txt-regular);
    margin-bottom: var(--mbase-spacer);
    color: var(--mbase-clr-primary);
}

.wl__postAttachmentList {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: var(--mbase-spacer-xl);
}

.wl__postAttachmentList > li {
    list-style-image: none;
}

.wl__postAttachmentList > li::before {
    background: none;
}

.wl__postAttachmentListItem {
    display: block;
    border-bottom: 1px solid var(--mbase-clr-brdr-light);
}

.wl__postAttachmentListItem::before {
    display: none;
}

.wl__postAttachmentLink {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: var(--mbase-spacer);
    position: relative;
}

.wl__postAttachmentLink::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e018";
}

.wl__postAttachmentLink::after {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e015";
}

.wl__postAttachmentLink::before,
.wl__postAttachmentLink::after {
    display: inline-block;
    position: relative;
}

.wl__postAttachmentLink::before {
    font-size: var(--mbase-txtSize-4);
    margin-right: var(--mbase-spacer-sm);
}

.wl__postAttachmentLink[data-ext="application/vnd.openxmlformats-officedocument.wordprocessingml.document"]::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e014";
}

.wl__postAttachmentLink[data-ext="application/pdf"]::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e027";
}

.wl__postAttachmentLink[data-ext="text/plain"]::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e039";
}

.wl__postAttachmentLink[data-ext="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e03a";
}

.wl__postAttachmentLink[data-ext="application/vnd.openxmlformats-officedocument.presentationml.presentation"]::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e02d";
}

.wl__postAttachmentLink[data-ext="image/png"]::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e02c";
}

.wl__postAttachmentLink[data-ext="image/jpg"]::before,
.wl__postAttachmentLink[data-ext="image/jpeg"]::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e01f";
}

.wl__postAttachmentLink[data-ext="image/svg+xml"]::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e034";
}

.wl__postAttachmentLink[data-ext="image/x-eps"]::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e016";
}

.wl__postAttachmentLink::after {
    font-size: var(--mbase-txtSize-5);
    margin-left: var(--mbase-spacer);
    top: 1px;
}

.wl__postAttachmentLink:hover {
    text-decoration: none;
    color: var(--mbase-clr-link-hover);
    background-color: var(--mbase-clr-theme-light);
    border-radius: var(--mbase-brdr-radius-sm);
}

.wl__postAttachmentLink:hover .wl__title {
    color: var(--mbase-clr-link-hover);
}

.wl__postAttachmentLink__text {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: var(--mbase-txtSize-6);
    font-weight: var(--mbase-txt-regular);
}

.wl__postAttachmentLink--restrictedAccounts .wl__postAttachmentLink__text,
.wl__postAttachmentLink--restrictedMembers .wl__postAttachmentLink__text {
    display: flex;
    justify-content: space-between;
    font-size: var(--mbase-txtSize-5);
}

.wl__postAttachmentLink--restrictedAccounts .wl__postAttachmentLink__text::after,
.wl__postAttachmentLink--restrictedMembers .wl__postAttachmentLink__text::after {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e021";
}

.wl__postAttachmentLink--restrictedAccounts .wl__postAttachmentLink__text::after,
.wl__postAttachmentLink--restrictedMembers .wl__postAttachmentLink__text::after {
    padding-left: var(--mbase-spacer);
    padding-right: var(--mbase-spacer-sm);
}

.wl__postAttachmentLink__subtitle {
    display: block;
    margin-bottom: 0;
    padding-left: var(--mbase-spacer-lg);
    font-size: var(--mbase-txtSize-8);
    color: var(--mbase-color-grey-600);
}

.wl__post__footer {
    display: table;
    width: 100%;
}

.wl__post__footer .wl__tags,
.wl__post__footer .wl__shareButtons {
    display: table-cell;
    vertical-align: middle;
}

.blog--fullPost .breadcrumbs li:nth-child(1n + 2):after,
.blog--fullPost .breadcrumbs li:nth-child(1n + 3) {
    display: none;
}

.wl__section {
    clear: both;
}

.wl__section--share {
    margin-bottom: var(--mbase-spacer-lg);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wl__section--share.wl__section--share--top {
    display: none;
    margin: 0;
    position: relative;
    top: calc(var(--mbase-spacer-xs) * -1);
}

.wl__section--share.wl__section--share--top .wl__section--share-text {
    font-size: var(--mbase-txtSize-7);
}

.wl__section--share .wl__shareButtons {
    padding: 0;
    margin-left: var(--mbase-spacer-sm);
}

.wl__section--share-text {
    font-size: var(--mbase-txtSize-6);
    font-weight: var(--mbase-txt-regular);
    color: var(--mbase-clr-theme);
    margin-bottom: 0;
}

.wl__post-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--mbase-spacer-lg);
    clear: both;
    border-top: 1px solid var(--mbase-clr-brdr-light);
    padding-top: var(--mbase-spacer-sm);
}

.wl__post-navigation::before,
.wl__post-navigation::after {
    position: relative;
    top: 7px;
    color: var(--mbase-clr-link);
}

.wl__post-navigation:hover::before,
.wl__post-navigation:hover::after {
    color: var(--mbase-clr-link-hover);
}

.wl__post-navigation.wl__post-navigation--onePrev {
    justify-content: flex-start;
}

.wl__post-navigation.wl__post-navigation--onePrev::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e003";
}

.wl__post-navigation.wl__post-navigation--onePrev::before {
    margin-right: var(--mbase-spacer-xs);
}

.wl__post-navigation.wl__post-navigation--onePrev .wl__post-nav-text::before {
    display: none;
}

.wl__post-navigation.wl__post-navigation--oneNext {
    justify-content: flex-end;
}

.wl__post-navigation.wl__post-navigation--oneNext::after {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e004";
}

.wl__post-navigation.wl__post-navigation--oneNext::after {
    margin-left: var(--mbase-spacer-xs);
}

.wl__post-navigation.wl__post-navigation--oneNext .wl__post-nav-text::after {
    display: none;
}

.wl__post-nav {
    margin-right: var(--mbase-spacer);
    flex: 0 0 calc((100% - var(--mbase-spacer) * (2 - 1)) / 2);
    max-width: calc((100% - var(--mbase-spacer) * (2 - 1)) / 2);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-top: var(--mbase-spacer-xs);
}

.wl__post-nav:nth-child(2n),
.wl__post-nav:last-child {
    margin-right: 0;
}

.wl__post-nav-text {
    margin-bottom: var(--mbase-spacer-xxs);
    font-size: var(--mbase-txtSize-6);
}

.wl__post-prev .wl__post-nav-text::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e003";
}

.wl__post-prev .wl__post-nav-text::before {
    margin-right: var(--mbase-spacer-xs);
}

.wl__post-next .wl__post-nav-text {
    text-align: right;
}

.wl__post-next .wl__post-nav-text::after {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e004";
}

.wl__post-next .wl__post-nav-text::after {
    margin-left: var(--mbase-spacer-xs);
}

.wl__post-nav-title {
    line-height: var(--mbase-lnHeight-sm);
    color: var(--mbase-clr-txt-body);
    font-size: var(--mbase-txtSize-7);
}

.wl__post-next .wl__post-nav-title {
    text-align: right;
}

.wl__comments__articleTitle {
    font-family: var(--mbase-fam-regular);
    font-size: var(--mbase-txtSize-2);
    font-weight: var(--mbase-txt-regular);
    color: var(--mbase-clr-theme);
}

@media (min-width: 48em) {
    .wl__post__header {
        margin-bottom: var(--mbase-spacer-md);
    }

    .wl__topics {
        float: left;
    }

    .wl_topicsAndShare {
        display: table;
        table-layout: fixed;
        float: right;
    }

    .wl__topicsAndShare .wl__topics,
    .wl__topicsAndShare .wl__shareButtons {
        display: table-cell;
        vertical-align: top;
        padding: 0;
        font-size: var(--mbase-txtSize-7);
    }

    .wl__post__header .wl__shareButtons {
        width: 160px;
        text-align: right;
        float: right;
    }

    .wl__section--share.wl__section--share--top {
        margin: 0;
        top: 0;
    }

    .wl__section--share {
        margin-bottom: 0;
    }
}
