.weblogPost__attachmentList {
    padding: clamp(1.2rem, 6vw, var(--marginMedium)) !important; /* because of generic .Article ul styling */
    box-shadow: var(--boxShadowWithBorder);
    border-radius: var(--borderRadiusSmall);
    background-color: var(--baseLight100);
}

.weblogPost__attachment + .weblogPost__attachment {
    border-top: 1px solid var(--baseLight300);
}

.weblogPost__attachmentLink {
    display: flex;
    column-gap: var(--marginSmall);
    padding: var(--marginSmall) 0;
    line-height: 1.2;
    text-decoration: none;
    color: inherit;
    overflow-wrap: break-word;
}

.weblogPost__attachmentLink:hover {
    color: var(--primaryColor500);
    text-decoration: none;
}

.weblogPost__attachmentIcon {
    height: 20px;
}

.weblogPost__attachmentLinkType {
    display: block;
    text-transform: uppercase;
    font-size: var(--preTitleSize);
    color: var(--baseDark200);
}
