.fsp-container {
    max-width: 900px;
    margin: 0 auto 2rem;
    font-family: Arial, sans-serif;
}

.fsp-container h2, .fsp-container h3 {
    margin: 0 0 1rem;
}

.fsp-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.fsp-table th,
.fsp-table td {
    border: 1px solid #ddd;
    padding: 0.8rem;
    vertical-align: top;
}

.fsp-table th {
    background: #f9f9f9;
    text-align: left;
}

.fsp-action-buttons {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.fsp-predict-button {
    padding: 0.5rem 0.8rem;
    border: 1px solid #0073aa;
    background: #0073aa;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.fsp-predict-button:hover,
.fsp-predict-button:focus {
    background: #005f8d;
}

.fsp-predict-button.fsp-selected {
    background: #2e7d32;
}

.fsp-note {
    color: #555;
    font-style: italic;
}

.fsp-current {
    margin-top: 0.5rem;
    font-weight: bold;
}

.fsp-result {
    margin-top: 0.3rem;
    color: #333;
    font-size: 0.95rem;
}

.fsp-correct td {
    background: #e6f4ea;
}

.fsp-wrong td {
    background: #fdecea;
}

.fsp-leaderboard {
    margin-top: 2rem;
}

.fsp-row:nth-child(even) {
    background: #f8f8f8;
}

.fsp-container a {
    color: #0073aa;
    text-decoration: none;
}

.fsp-container a:hover {
    text-decoration: underline;
}
