.order-success-header {
    padding: 40px 0;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 30px;
}

.order-success-header i {
    color: #28a745;
}

.card {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.card-header h3 {
    margin: 0;
    font-size: 1.25rem;
}

.table th {
    background: #f8f9fa;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.product-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 4px;
}

.product-options {
    display: block;
    color: #666;
    margin-top: 0.5rem;
}

.product-options div {
    font-size: 0.875rem;
} 