/*
 Theme Name: Hello Elementor Child
 Template:   hello-elementor
 Version:    1.0.0
*/

.biz-rating-row {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 4px 0 8px;
    flex-wrap: nowrap;
}
.biz-star {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
}
.biz-star.full {
    color: #F59E0B !important;
}
.biz-star.empty {
    color: #D1D5DB !important;
}
.biz-star.half {
    position: relative;
    display: inline-block;
    color: #D1D5DB !important;
}
.biz-star.half::before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    overflow: hidden;
    color: #F59E0B !important;
    display: block;
    white-space: nowrap;
}
.biz-rating-num {
    font-size: 14px;
    font-weight: 600;
    color: #111827 !important;
    margin-left: 4px;
    margin-right: 2px;
}
.biz-reviews {
    font-size: 13px;
    color: #6B7280 !important;
    margin-left: 4px;
}
/* Badge base */
.badge-support,
.badge-affordable,
.badge-feature {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 12px;
}

/* Badge colours */
.badge-support {
    background: #EEF2FF;
    color: #3730A3;
    border: 1px solid #A5B4FC;
}
.badge-affordable {
    background: #F0FDF4;
    color: #166534;
    border: 1px solid #86EFAC;
}
.badge-feature {
    background: #FAF5FF;
    color: #6B21A8;
    border: 1px solid #D8B4FE;
}