.wdpb-badge {
    position: absolute;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 9;
}

.wdpb-badge.top-left {
    top: 10px;
    left: 10px;
}

.wdpb-badge.top-right {
    top: 10px;
    right: 10px;
}

.wdpb-badge.bottom-left {
    bottom: 10px;
    left: 10px;
}

.wdpb-badge.bottom-right {
    bottom: 10px;
    right: 10px;
}

.wdpb-price-badge {
    margin-left: 10px;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
}

.wdpb-price-badge-archive {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
}
