/* Site-wide vertical gradient: ##2B0A2E (top) → #6C6AAE (bottom) */
html, body { min-height: 100%; }

body {
  background: linear-gradient(180deg, #2B0A2E 0%, #6C6AAE 100%) no-repeat;
  /* Fallback solid color for very old browsers */
  background-color: #2B0A2E;
}

/* Let the gradient show through if the theme sets a page background */
.wp-site-blocks,
.site,
body .is-layout-constrained {
  background: transparent !important;
}


/* Show the body gradient through common wrappers */
.wp-site-blocks,
.site,
.is-layout-constrained {
  background: transparent !important;
}

.ss-card{border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:16px;background:rgba(255,255,255,.04)}
.ss-chip{display:inline-flex;gap:.5rem;align-items:center;border-radius:999px;padding:.25rem .6rem;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.06);font-size:12px}
.ss-badge{width:6px;height:6px;border-radius:999px;background:#21A0AD;display:inline-block}
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


