/* Custom styles to complement Bootstrap theme */
.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
}

/* Ensure feedback box is highly visible */
.feedback-box {
    border: 3px solid #0d6efd !important;
    box-shadow: 0 0 20px rgba(13, 110, 253, 0.3) !important;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(255, 255, 255, 0.05)) !important;
}

/* Ensure footer is visible */
footer {
    position: relative !important;
    bottom: 0 !important;
    width: 100% !important;
    min-height: 120px !important;
    z-index: 1000 !important;
}

.progress {
    height: 25px;
}

pre {
    background-color: var(--bs-dark);
    padding: 1rem;
    border-radius: 0.5rem;
}

code {
    color: var(--bs-info);
}

.alert {
    word-break: break-all;
}
