/* ==========================================================================
   Books4Boys Book Import — front-end styles
   ========================================================================== */

/* ── "Get this Book" offsite button ─────────────────────────────────────── */

/*
 * In product loops the button sits alongside the normal WooCommerce .button
 * so it inherits the theme's button styles automatically.
 * We add a subtle visual cue (external-link feel) without overriding the theme.
 */
.bbi-offsite-btn {
    display: inline-block;
}

/* Small arrow icon appended via CSS to signal the link leaves the site. */
.bbi-offsite-btn::after {
    content: "\a0\2197"; /* non-breaking space + ↗ arrow */
    font-size: 0.85em;
    opacity: 0.75;
}

/* Single-product variant — match the size/weight of the normal Add to Cart button. */
.single-bbi-offsite-btn {
    margin-bottom: 1em;
}
