/* Deal with legacy code */
.news-archive .c-wysiwyg-content figure[data-aside="true"] {
    float: right;
    margin: 0 0 2em 2em;
    max-width: 50%;
    min-width: 250px;
}

details dl.squeezebox {
    margin: 1em 0;
}

/* .c-wysiwyg-content p:first-of-type {
    font-weight: bold;
}

figure[data-aside] {
    position: relative;
}
figure[data-aside]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(lightgrey, darkgrey);
    background-repeat: repeat;
    filter: blur(13px);
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    background-size: 133%;
    transform-origin: center;
    transform: scaleY(0.8);
}
figure[data-aside] img {
    position: relative;
    display: block;
    margin: 0 auto;
}
figure[data-aside="true"] img {
    transform-origin: center;
    transform: scale(0.5);
} */