
	span.svelte-1dzsigi {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		font-size: 0.8em;
		width: 2.4em;
		height: 2.4em;
		background-color: white;
		box-sizing: border-box;
		border-radius: 2px;
		border-width: 2px;
		color: rgba(0, 0, 0, 0.7);
	}

	.symbol-square.svelte-1dzsigi {
		aspect-ratio: 1;
		width: 50%;
		height: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		text-transform: lowercase;
		border: none;
		font-size: calc(0.08 * var(--width));
		border-radius: 2px;
		background: white;
		margin: 0;
		color: rgba(0, 0, 0, 0.7);
		margin-left: 25%;
		margin-top: 25%;
	}

	.number-square.svelte-1dzsigi {
		aspect-ratio: 1;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		text-transform: lowercase;
		border: none;
		font-size: calc(0.08 * var(--width));
		border-radius: 2px;
		background: white;
		margin: 0;
		color: rgba(0, 0, 0, 0.7);
	}

	.successful-guess.svelte-1dzsigi {
		border: 0.2rem solid #AFE1AF;
		background-color: #d4f0d4;
	}

	.row.svelte-1dzsigi {
		display: grid;
		grid-template-columns: repeat(7, 1fr);
		grid-gap: 0.2rem;
		margin: 0 0 0.2rem 0;
	}

	.back-button.svelte-1dzsigi {
		margin-top: 2rem;
		padding: 0.5rem 1rem;
		font-size: 1rem;
		background-color: var(--color-theme-2);
		color: white;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		transition: border-radius 0.3s, color 0.3s;
	}

	.back-button.svelte-1dzsigi:hover {
		border-radius: 12px;
		color: #E0E0E0;
	}

	.operations-list.svelte-1dzsigi {
		font-weight: bold;
	}
