<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&amp;display=swap');
 
.cc-attribution-box-container {
    display: inline-block;
    position: relative;
}
.cc-attribution-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    color: black;
    padding: 0 25px;

    opacity: .85;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;

    font-size: 18px;
    line-height: 22px;
}
.cc-attribution-box &gt; * {
    margin: 5px;
}
.cc-attribution-box a {
    color: black;
    text-decoration: none;
}
.cc-attribution-box a.cc-attribution-box-license {
    flex-shrink: .5;
}

.cc-attribution-box img {
    height: 48px;
    margin: 20px 0;
}

@media screen and (max-width: 600px) {
    .cc-attribution-box {
        font-size: 12px;
        line-height: 15px;
        padding: 0 15px;
    }
}

figure .cc-attribution-box{
	position: inherit;
}

.cc-attribution-box-container &gt; .cc-attribution-box &gt; .cc-attribution-box-license &gt; img {
	position: relative;
	clip: auto;
	height: 24px;
    width: auto;
    margin: 0;
}
</pre></body></html>