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

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