.product-attributes-column {
    padding: 15px 0;
}

.custom-product-attributes-table {
    margin: 0;
}

.custom-product-attributes-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.custom-product-attributes-table th,
.custom-product-attributes-table td {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    line-height: 1.4;
}

.custom-product-attributes-table th {
    width: 40%;
    background-color: #f7f7f7;
    font-weight: 600;
    color: #333;
}

.custom-product-attributes-table td {
    background-color: #fff;
}

.custom-product-attributes-table td p {
    margin: 0;
    padding: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .product-attributes-column {
        margin-top: 20px;
    }
    
    .custom-product-attributes-table th {
        width: 35%;
    }
} 