/*
 * Styles for the Live Schach plugin front‑end.
 */
.live-schach-container {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fafafa;
}

.live-schach-board {
    min-height: 300px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
    font-family: monospace;
}

.live-schach-commentary {
    font-style: italic;
    margin-bottom: 0.5em;
}