/* AI Share Buttons – simple, theme-safe styling */
.aisb-wrapper        { margin: 2rem 0; text-align: center; font-family: system-ui, sans-serif; }
.aisb-heading        { margin-bottom: .75rem; font-size: 1.125rem; }
.aisb-caption        { margin-top: .75rem; font-size: .875rem; color: #666; }

.aisb-buttons        { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }

.aisb-btn            { width: 56px; height: 56px; border-radius: 50%; border: 1px solid #e2e2e2;
                       display: flex; align-items: center; justify-content: center;
                       background: #fff; transition: transform .2s, box-shadow .2s; text-decoration: none; }
.aisb-btn:hover      { transform: scale(1.08); box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.aisb-btn img        { width: 28px; height: 28px; }
.aisb-label          { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* force light background regardless of colour-scheme */
.aisb-btn { background:#ffffff !important; border-color:#e2e2e2 !important; }

