<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Default styles for the microviews paragraph. Hides the exposed form if not enabled.
 */

[id^="uct-microview--"].no-filters .views-exposed-form {
  display: none;
}

/* Hide publish date in article teasers  */
.no-publish-date .node__meta {
  display: none;
}</pre></body></html>