/* General styling for the test completion container */
.test-complete-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: var(--r-surface, #16181f);
    border: 1px solid var(--r-line-soft, #23262f);
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.4);
    text-align: center;
}

/* Styling for the heading */
.test-complete-container h1 {
    color: var(--r-text, #eef1f7);
    font-size: 24px;
    margin-bottom: 20px;
}

/* Paragraph styling */
.test-complete-container p {
    font-size: 18px;
    color: var(--r-text-dim, #a4abba);
    margin-bottom: 20px;
}
