/**
 * File: single-product-attributes.css
 */
.daf-specs-container {
    background: #fff !important;
    border: 1px solid #e1e4e8 !important;
    padding: 20px !important;
}

.daf-specs-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13px;
}

.daf-specs-row:last-child {
    border-bottom: none;
}

.daf-spec-label {
    color: #64748b;
    font-weight: 500;
}

.daf-spec-value {
    color: #0f172a;
    font-weight: 700;
}