
/* Card */
.bcb-card{border:2px solid #1aa6a1;background:#fff;border-radius:22px;padding:28px 24px 18px;margin:28px 0;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.bcb-body{text-align:center;margin-bottom:16px}
.bcb-text{font-size:22px;line-height:1.7;color:#1f2937;font-weight:500}
.bcb-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:center}
.bcb-share-label{font-weight:600;font-size:14px;letter-spacing:.06em;color:#6b7280}

/* Rounded-square icons with official brand colors */
.bcb-icon{width:46px;height:46px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;box-shadow:0 4px 10px rgba(0,0,0,.12);transition:transform .06s ease, box-shadow .2s ease, filter .2s ease}
.bcb-icon svg{width:24px;height:24px}
.bcb-icon:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,0,0,.16);filter:brightness(1.02)}
/* Brand backgrounds */
.bcb-fb{background:#1877F2}   /* Facebook official */
.bcb-wa{background:#25D366}   /* WhatsApp official green */
.bcb-x{ background:#000000 }  /* X official black */

/* Force white icon fill unless path already set */
.bcb-icon svg path{ fill:#fff; }

/* Copy pill */
.bcb-copy{display:inline-flex;align-items:center;gap:8px;border-radius:28px;padding:10px 22px;font-weight:700;font-size:16px;text-decoration:none;color:#fff!important;background:#0B5FA5;border:0;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.12);transition:transform .06s ease, box-shadow .2s ease}
.bcb-copy:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,0,0,.16)}

/* Blockquote base */
blockquote.bcb-quote{border:2px solid #1aa6a1;border-radius:22px;padding:28px 24px;margin:28px 0;text-align:center;background:#fff;color:#1f2937;font-size:22px;line-height:1.7}
blockquote.bcb-quote:before, blockquote.bcb-quote:after{content:none!important}

@media (max-width:600px){
  .bcb-text, blockquote.bcb-quote{font-size:18px}
  .bcb-icon{width:42px;height:42px;border-radius:12px}
  .bcb-icon svg{width:22px;height:22px}
}
