/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

span.bee1-badge.custom-badge {
    display: inline-block; /* משפר תאימות וריווח */
    background: #d8150f; /* צבע ברירת מחדל חדש (נדרס ע"י inline style מהמערכת) */
    color: #ffffff; /* צבע טקסט ברירת מחדל – גם הוא נדרס אם הוגדר */
    font: inherit; /* ירושה מלאה של משפחה, גודל, משקל, line-height */
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    padding: 0.2em 0.6em; /* יחסי לגודל הגופן */
    border-radius: 1px; /* שינוי לפי בקשתך */
    margin: 0.2em;
    border: 0 none; /* אין מסגרת כברירת מחדל */
    box-sizing: border-box;
}

/* Sale badge displayed before price */
.bee1-sale-badge-before-price {
    display: inline-block;
    vertical-align: middle;
    margin-inline-end: 0.5em;
}

.bee1-sale-badge-before-price .bee1-badge {
    margin: 0;
}