.bwbpr-buttons .btn {
        white-space: normal;
}

.bwbpr-section.d-none {
        display: none !important;
}

.bwbpr-prod-row
{
        display:flex;
        align-items:flex-start;
        gap:12px;
        padding:10px 0;
        border-bottom:1px solid #eee;
}

.bwbpr-prod-row .price
{
        font-weight: bold;
}

.bwbpr-prod-row:last-child{ border-bottom:0; }

.bwbpr-prod-thumb{
        display:block;
        max-width:70px;
        height:auto;
        max-height:70px;
        min-width:70px;
        object-fit:cover;
}

.bwbpr-prod-title{
        font-weight:600;
        margin:0 0 4px 0;
}

.bwbpr-prod-meta{
        margin:0;
        color:#666;
        font-size:12px;
}

.bwb_pr_form_container
{
        flex: 1;
        padding: 10px;
        border-radius: 5px 0px 0px 5px;
        background-color: rgba(234, 234, 234, 0.78);
}

.bwb_pr_products_container
{
        width: 50%;
        order: 1;
        margin-left: 20px;
        overflow: auto;
        max-height: 500px;
}

.bwb_pr_modal_body
{
        display: flex;
}

#bwbprSectionSicap label
{
        font-weight: bold !important;
}

#bwbprForm .form-group
{
        padding: 0px;
}

#bwbprForm label
{
        font-weight: bold !important;
}

#bwbprError
{
        color: #ff5500;
        padding: 5px;
}
