<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TEMPORAL HASTA IMPLEMENTAR EL WIDGET DE VERDAD */
.soundcloud-widget-container,
.soundcloud-widget-container-big {
    background-color: pink;
    height: 65px;
}
.soundcloud-widget-container-big {
    height: 125px;
    width: 100%;
}

.soundcloud-substitute,
.soundcloud-iframe {
    width:100%;
    height: 120px;
    overflow: hidden;
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
</pre></body></html>