:root {
  --black: #1e282d;
  --blackTransparent: rgba(30, 40, 45, 0.8);
  --white: #ffffff;
  --whiteTransparent: rgba(255, 255, 255, 0.8);
  --lighterGray: #faf9f5;
  --lightGray: #f4f4f4;
  --gray: #e7e6e2;
  --menuBorder: #4b5357;
  --darkGray: #5e5c58;
  --blue: #39a5db;
  --lightBlue: #8ec1db;
  --linkColor: #3d64a3;
  --pink: #ec008b;
  --pinkText: #e00083; /* passes WCAG AA for normal text */
  --red: red;
  --lightRed: #ffe4e7;
  --yellow: #f5ce50;
  --lightYellow: #f5ecce;
  --fieldGray: #dfdfdf;
  --green: #08cb08;
  --lightGreen: #def8cc;
  --brownOnYellow: #40340d;
  --boxShadow: rgba(0, 0, 0, 0.3);

  /* variables prefixed --cetera are external and set  inside _publication-style.html.erb */
  --publication-color-fallback: var(--black);
  --publication-color-inverted-fallback: var(--white);

  --background-color: var(
    --cetera-background-color,
    var(--lightGray)
  );
  --header-background-color: var(
    --cetera-publication-header-background-color,
    var(--white)
  );
  --header-border-color: var(
    --cetera-publication-header-border-color,
    var(--black)
  );
  --publication-color: var(
    --cetera-publication-color,
    var(--publication-color-fallback)
  );
  --publication-color-inverted: var(
    --cetera-publication-color-inverted,
    var(--publication-color-inverted-fallback)
  );

}
div.svelte-96wyu3.svelte-96wyu3.svelte-96wyu3{display:block;max-width:500px;transition:0.2s}
div.svelte-96wyu3 table.svelte-96wyu3.svelte-96wyu3{width:100%;margin-bottom:5px}
div.svelte-96wyu3 .sites-list__site.svelte-96wyu3.svelte-96wyu3,div.open.svelte-96wyu3 .sites-list__site.svelte-96wyu3.svelte-96wyu3:nth-child(n + 6){display:flex;flex-wrap:wrap;padding:3px 0}
div.svelte-96wyu3 .sites-list__site.svelte-96wyu3>td.svelte-96wyu3{flex:1;min-width:170px;display:inline-block}
div.svelte-96wyu3 .sites-list__site.svelte-96wyu3.svelte-96wyu3:nth-child(odd){background:var(--lightGray)}
div.closed.svelte-96wyu3 .sites-list__site.svelte-96wyu3.svelte-96wyu3:nth-child(n + 6){display:none}