/**
 * [B] Verial WooCommerce Sync — frontend product sheet.
 */

.bdw-vws-product-sheet {
    width: 100%;
}

.bdw-vws-product-sheet h2 {
    margin: 0 0 18px;
}

.bdw-vws-product-sheet-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 24px;
}

.bdw-vws-product-sheet-table th,
.bdw-vws-product-sheet-table td {
    border: 1px solid #d9d9d9;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}

.bdw-vws-product-sheet-table th {
    width: 160px;
    font-weight: 600;
    color: #111;
    background: #fff;
}

.bdw-vws-product-sheet-table td {
    color: #222;
}

.bdw-vws-product-sheet-table a {
    text-decoration: none;
}

.bdw-vws-product-sheet-table a:hover,
.bdw-vws-product-sheet-table a:focus {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .bdw-vws-product-sheet-table th,
    .bdw-vws-product-sheet-table td {
        display: block;
        width: 100%;
    }

    .bdw-vws-product-sheet-table th {
        border-bottom: 0;
        padding-bottom: 6px;
    }
}
