.mw4-chess-registration .mw4-chess-professional {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 0.65rem;
    padding: 0.75rem;
    border: 1px solid var(--chess-line);
    border-radius: 8px;
    background: rgba(3, 13, 20, 0.72);
    cursor: pointer;
}

.mw4-chess-registration .mw4-chess-professional input {
    width: 18px;
    margin: 0.15rem 0 0;
    padding: 0;
    accent-color: var(--chess-accent);
}

.mw4-chess-registration .mw4-chess-professional span {
    margin: 0;
}

.mw4-chess-registration .mw4-chess-professional strong,
.mw4-chess-registration .mw4-chess-professional small {
    display: block;
}

.mw4-chess-registration .mw4-chess-professional small {
    margin-top: 0.15rem;
    color: #7998aa;
    font-size: 0.75rem;
}
