.wcq-status-chips,
.wcq-status-chips * {
    box-sizing: border-box;
    font-family: "Ploni", Arial, sans-serif !important;
}

.wcq-status-chips {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    direction: rtl;
}

.wcq-status-chip {
    min-height: 38px;
    padding: 7px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 999px;
    background: #f2f2f2;
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.wcq-stock-chip.is-out-of-stock {
    background: #fde1e4;
    color: #d62f45;
}

.wcq-rating-chip svg {
    width: 22px;
    height: 22px;
    fill: #2f66e8;
}

.wcq-reviews-count-chip svg {
    width: 21px;
    height: 21px;
    fill: #2f66e8;
    stroke: #fff;
    stroke-width: 1.4;
}

.wcq-reviews-count-chip svg circle {
    fill: #fff;
    stroke: none;
}

@media (max-width: 767px) {
    .wcq-status-chips { gap: 7px; }
    .wcq-status-chip { min-height: 34px; padding: 6px 11px; gap: 5px; font-size: 14px; }
    .wcq-rating-chip svg { width: 19px; height: 19px; }
    .wcq-reviews-count-chip svg { width: 18px; height: 18px; }
}
