/* Setup wizard styles */

.setup-step .card {
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.setup-step .card-title {
    margin-bottom: 0.75rem;
}

.setup-step .card-title i {
    color: #0d6efd;
    margin-right: 0.25rem;
}

.progress {
    border-radius: 3px;
    background-color: #e9ecef;
}

.progress-bar {
    transition: width 0.3s ease;
}

#review-table td {
    vertical-align: middle;
    padding: 0.5rem 0.75rem;
}

#review-table tr:last-child td {
    border-bottom: none;
}

#restart-overlay .card {
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
