/**
  * authors
  */

.wlPost__authors {
    position: relative;
    margin: 0;
    padding-left: 0;
    list-style: none;
    z-index: 1;
}

.wlPost__authors::before {
    float: left;
}

.wlPost__author {
    position: relative;
}

.wlPost__author a {
    color: inherit;
}

.wlPost__authorImage {
    margin: 0;
}

.wlPost__authorImage img {
    display: block;
    height: 3.2rem;
    margin: .9rem 0;
    width: 3.2rem;
    border-radius: 100%;
}

.wl-author-info .wlPost__authorImage img {
    width: auto;
    height: auto;
    margin: 0;
}

.wl-author-name {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 2rem;
}

.wl-author-info h2 {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .wlPost__authors {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .wl-author-info {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .wl-author-description {
        flex: 0 0 100%;
    }
}
