.group-title {
    font-weight: bold !important;
    font-size: 16px !important;
    background: #e6ecf2 !important;
}

.params-title {
    font-size: 14px !important;
}

.custom-striped>tbody>tr.odd-row {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.product-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.info-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid #007bff;
}

.status-badge {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.green-badge {
    background: #28a745;
    color: white;
}

.specification-table {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 10px;
    overflow: hidden;
}

.header-title {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.header-subtitle {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}