.e-loop-item.iboost-badge-host {
    position: relative !important;
}

.iboost-service-badge {
    position: absolute;
    z-index: 30;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    box-sizing: border-box;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.iboost-service-badge__icon {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.iboost-service-badge--popular .iboost-service-badge__icon,
.iboost-service-badge--new .iboost-service-badge__icon,
.iboost-service-badge--featured .iboost-service-badge__icon {
    fill: currentColor;
    stroke-width: 1.4;
}

.iboost-service-badge--popular {
    background: linear-gradient(135deg, #ffe28a 0%, #f6b72b 55%, #d88a08 100%);
    color: #3b2300;
    border-color: rgba(255, 226, 138, 0.72);
    box-shadow: 0 8px 22px rgba(237, 168, 23, 0.25);
}

.iboost-service-badge--hot {
    background: linear-gradient(135deg, #ff9f1c, #ff3d5a);
    color: #ffffff;
    border-color: rgba(255, 190, 92, 0.55);
}

.iboost-service-badge--offer {
    background: linear-gradient(135deg, #ff4fa3, #8e32ff);
    color: #ffffff;
    border-color: rgba(255, 153, 207, 0.48);
}

.iboost-service-badge--best-value {
    background: linear-gradient(135deg, #d9ff65, #87e823);
    color: #102000;
    border-color: rgba(224, 255, 135, 0.65);
}

.iboost-service-badge--new {
    background: linear-gradient(135deg, #34d8ff, #5268ff);
    color: #ffffff;
    border-color: rgba(129, 226, 255, 0.5);
}

.iboost-service-badge--featured {
    background: linear-gradient(135deg, rgba(82, 37, 126, 0.96), rgba(132, 43, 190, 0.96));
    color: #f2dcff;
    border-color: rgba(222, 172, 255, 0.34);
}

@media (max-width: 767px) {
    .iboost-service-badge {
        top: 10px;
        right: 10px;
        min-height: 27px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .iboost-service-badge__icon {
        width: 13px;
        height: 13px;
        flex-basis: 13px;
    }
}
