/* -----------------------------------------------------------------------
   bobohello child theme — resource badge styles
   Loaded after the parent style.css (see functions.php enqueue order).
   The label colours mirror bbh_badge_color() in functions.php; if you
   change one, change the other.
   --------------------------------------------------------------------- */

/* ---- archive cards: ribbon at top-left of the post-item -------------- */
.bbh-archive-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.bbh-archive-badge.bbh-archive-badge-亲测 { background: #28a745; }
.bbh-archive-badge.bbh-archive-badge-独家 { background: #007bff; }
.bbh-archive-badge.bbh-archive-badge-稀缺 { background: #dc3545; }

/* ---- single post: pill before the_title() ---------------------------- */
.bbh-title-badge {
    display: inline-block;
    padding: 3px 12px;
    margin-right: 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 0.55em;
    line-height: 1.4;
    vertical-align: middle;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
