body {
    background-color: #f8f9fa;
}

.custom-card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
}

    .custom-card .card-header {
        background-color: #007bff;
        color: white;
        font-weight: bold;
    }

.progress {
    height: 25px;
}

.progress-bar {
    line-height: 25px;
    font-size: 14px;
}

/* New styles for interview questions */
.custom-card .card-body {
    padding: 1.5rem;
}

    .custom-card .card-body p.fw-bold {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .custom-card .card-body h4 {
        font-size: 1.2rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

.custom-card .list-group-item {
    border-left: none;
    border-right: none;
    padding: 0.75rem 1.25rem;
}

    .custom-card .list-group-item:first-child {
        border-top: none;
    }

    .custom-card .list-group-item:last-child {
        border-bottom: none;
    }

.custom-card .fas {
    margin-right: 0.5rem;
}

.alert-info {
    background-color: #e6f3ff;
    border-color: #b8daff;
    color: #004085;
}
