.owob-badge-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}

.owob-badge-wrapper img {
    display: block;
}

.owob-badge {
    position: absolute;
    top: var(--owob-top, 12px);
    z-index: 50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 7px 13px;
    background: var(--owob-bg, #d60000);
    color: var(--owob-color, #ffffff);
    border-radius: var(--owob-radius, 4px);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.24);
    font-size: var(--owob-font-size, 12px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}

/* Badge host used in Elementor/CPT listing cards. */
.owob-card-badge-host,
.owm-dp-thumb.owob-card-badge-host {
    position: relative !important;
    display: block;
    overflow: hidden;
}

.owob-card-badge-host > img {
    display: block;
    width: 100%;
}

.owob-card-badge-host > .owob-badge {
    top: var(--owob-top, 12px);
}


/* Badge πάνω στην κύρια εικόνα της single σελίδας του OpenWeb CPT template. */
.owob-single-badge-host,
a.owm-main-photo.owob-single-badge-host,
.owm-product-gallery .owm-main-photo.owob-single-badge-host {
    position: relative !important;
    display: block;
    overflow: hidden;
}

.owob-single-badge-host > img {
    display: block;
    width: 100%;
}

.owob-single-badge-host > .owob-badge {
    top: var(--owob-top, 12px);
}
