.cyber-product-attributes {
    background: #151515;
    padding: 20px;
    border-radius: 8px;
}

.cyber-attributes-table {
    width: 100%;
    border-collapse: collapse;
    color: #E0E0E0;
}

.cyber-attributes-table th, .cyber-attributes-table td {
    padding: 10px;
    border-bottom: 1px solid #FFD700;
    text-align: left;
    font-family: 'Share Tech Mono', monospace;
}

.cyber-attributes-table th {
    color: #FFD700;
    font-family: 'Orbitron', sans-serif;
}

@media (max-width: 768px) {
    .cyber-attributes-table th, .cyber-attributes-table td {
        padding: 8px;
        font-size: 13px;
    }
}