/* Brisky Core — minimal fallback styles.
   The full design system ships in the Brisky theme (assets/css/main.css).
   These rules only keep shortcode output readable if the plugin is used with a
   different theme. */

.b-container{width:100%;max-width:1160px;margin:0 auto;padding:0 24px}
.b-section{padding:64px 0}
.b-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-weight:600;padding:14px 28px;border-radius:999px;background:#E2622C;color:#fff;text-decoration:none;border:2px solid transparent}
.b-btn--ghost{background:transparent;color:#E2622C;border-color:currentColor}
.b-eyebrow{font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#E2622C;font-size:.8rem}
.b-menu__item{display:flex;gap:10px;align-items:baseline;padding:8px 0}
.b-menu__dots{flex:1;border-bottom:2px dotted rgba(0,0,0,.2)}
.b-preorder{margin-left:12px;padding:6px 14px;border-radius:999px;background:#1C1917;color:#fff;text-decoration:none;font-size:.85rem}
