
.csr-company-shipping-row {
    /*background: rgba(0, 0, 0, 0.05) !important;*/
}

.csr-company-shipping-row td {
    background: rgba(0, 0, 0, 0.05) !important;
    font-weight: 700 !important;
    padding: 15px 12px !important;
}

.csr-company-shipping-label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    font-weight: 700;
    color: #333;
}

.csr-company-checkbox {
    transform: scale(1.2) !important;
    margin: 0 8px 0 0 !important;
    vertical-align: middle !important;
    cursor: pointer;
}

/* Cart specific styles */
.cart .csr-company-shipping-row th {
    border: none;
}

/* Checkout specific styles */
.checkout .csr-company-shipping-row {
    border-top: 1px solid #e1e1e1;
}

.checkout .csr-company-shipping-row th {
    text-align: left;
    width: 30%;
}

/* Loading state */
.csr-company-shipping-loading .csr-company-checkbox {
    opacity: 0.6;
    pointer-events: none;
}

/* Responsive styles */
@media (max-width: 768px) {
    .csr-company-shipping-row th,
    .csr-company-shipping-row td {
        padding: 10px 8px !important;
        font-size: 14px;
    }
    
    .csr-company-checkbox {
        transform: scale(1.1) !important;
        margin: 0 6px 0 0 !important;
    }
}