<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#eb .eb-mag-blog-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    margin-top: 10px;
    padding-bottom: 50%
    aspect-ratio: 1 / 1; 
    height: auto;
}
:root {
  color-scheme: only light;
}

#eb .eb-mod-thumb .eb-mod-image {
    background: rgba(var(--fd-white), 1);
    border: 0px solid rgba(var(--fd-gray-200), 1) !important;
    border-radius: 2px;
    display: block;
    padding: 0px !important;
    max-width: 100%;
    height: auto;
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin: 0 !important;
    display: inline-block;
    width: 260px;
    margin: 0;
}</pre></body></html>