.wlPost__attachmentList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wlPost__attachmentLink {
    position: relative;
    display: block;
    margin-bottom: 0.7em;
    padding: 0.5em 2.5em;
    overflow-wrap: break-word;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    background: #f6f6f6;
}

.wlPost__attachmentLink:before {
    position: absolute;
    left: 1em;
    top: 0.8em;
    margin: -.1rem 0 0;
    display: block;
    content: '\f0f6';
    color: #000;
}

.wlPost__attachmentLink--jpg:before,
.wlPost__attachmentLink--jpeg:before,
.wlPost__attachmentLink--png:before {
    content: '\f1c5';
}

.wlPost__attachmentLink--pdf:before {
    content: '\f1c1';
}

.wlPost__attachmentLink:after {
    position: absolute;
    right: 1em;
    top: 50%;
    margin: -.5rem 0 0;
    color: #ea0036;
}

.wlPost__attachmentLink:hover {
    color: #ea0036;
}

.wlPost__attachmentLinkType {
    display: block;
        font-size: 0.8em;
    font-weight: 300;
    color: #a2a2a2;
}
