//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .catalog-product-view {
        .product-info-main {
            .product.attribute.reimbursement {
                margin: 12px auto;
                text-align: center;
                .attribute {
                    display: inline-block;
                    padding: 0 10px;
                    .type::after {
                        content: ': ';
                        display: inline;
                    }
                    .value {
                        display: inline-block;
                    }
                }
            }
        }
    }
}


//
//  Desktop
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .catalog-product-view {
        .product-info-main {
            .product.attribute.reimbursement {
                font-size: 0;
                width: 90%;
                .attribute {
                    .lib-font-size(16);
                    box-sizing: border-box;
                    white-space: nowrap;
                    width: 50%;
                }
            }
        }
    }
}
