body {
    font-family: Arial, sans-serif;
    margin: 30px;
    background: #f5f7fa;
}

h1 {
    color: #1f4e79;
}

table {
    border-collapse: collapse;
    width: 100%;
    background: white;
}

th {
    background: #1f4e79;
    color: white;
    padding: 10px;
}

td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.score {
    font-weight: bold;
}

.card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 18px;
}

.description {
    white-space: pre-wrap;
}

a {
    color: #1f4e79;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

select,
textarea {
    width: 100%;
    max-width: 700px;
    padding: 8px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    background: #1f4e79;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background: #163a5b;
}

.success-message {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 4px;
}
