/* SoapStory: tiny polish layer (kept light so you can still use Site Editor freely) */
:root{
  --soapstory-card-radius: 18px;
  --soapstory-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.wp-site-blocks > header,
.wp-site-blocks > footer{
  position: relative;
  z-index: 2;
}

.soapstory-card{
  border-radius: var(--soapstory-card-radius);
  box-shadow: var(--soapstory-shadow);
  overflow: hidden;
}

.soapstory-muted{ opacity: .82; }

.wp-block-site-title a,
.wp-block-navigation a{ text-decoration: none; }

.wp-block-navigation a:hover{ text-decoration: underline; }

.wp-block-woocommerce-mini-cart{ white-space: nowrap; }

.soapstory-maxw-wide{
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}

.soapstory-badges .wp-block-column{
  border-radius: var(--soapstory-card-radius);
  padding: 1.1rem;
  background: var(--wp--preset--color--mist);
}

.soapstory-pill{
  display:inline-block;
  padding:.35rem .75rem;
  border-radius:999px;
  background: rgba(124,154,134,.14);
}

.wp-block-woocommerce-product-details{
  border-radius: var(--soapstory-card-radius);
  overflow: hidden;
  box-shadow: var(--soapstory-shadow);
}
