/* Elementar B2B Tax Display - Frontend Styles v2.5.0 */

.b2b-tax-summary {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 15px;
    margin-top: 15px;
    background-color: #f8f9fa;
}

.b2b-tax-header {
    font-size: 14px;
    color: #232323;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}

.b2b-tax-lines {
    font-size: 13px;
}

.b2b-tax-line {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    color: #555;
}

.b2b-tax-line .label {
    font-weight: 400;
    color: #555;
    font-size: 13px;
    text-align: left;
    padding: 0;
    white-space: normal;
}

.b2b-tax-line .value {
    font-weight: 500;
    color: #333;
    text-align: right;
}

.b2b-tax-total {
    border-top: 1px solid #dee2e6;
    margin-top: 8px;
    padding-top: 8px;
}

.b2b-tax-total .label,
.b2b-tax-total .value {
    font-size: 15px;
    color: #232323;
}

/* Order detail page */
.b2b-tax-summary.box h4 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #232323;
}

.b2b-tax-total-row {
    background-color: #f0f0f0 !important;
}

.b2b-tax-total-row td {
    font-size: 15px;
}

/* Price annotation on product/category pages */
.b2b-price-tax-note {
    font-size: 11px;
    color: #888;
    margin-top: 2px;
    display: none;
}

/* Cart summary injection */
.cart-summary-line.b2b-tax-injected {
    border-top: 1px dashed #ccc;
    padding-top: 5px;
    margin-top: 5px;
}
