.topimm {
	--topimm-error: #b32d2e;
	--topimm-success: #1d7a46;
	--topimm-border: currentColor;
}

.topimm-form {
	margin: 0 0 1.5em;
}

.topimm-field {
	display: flex;
	flex-direction: column;
	gap: 0.35em;
	max-width: 24em;
}

.topimm-field label {
	font-weight: 600;
}

.topimm-field input {
	width: 100%;
}

.topimm-actions {
	margin: 1em 0 0;
}

.topimm-button[disabled] {
	opacity: 0.6;
	cursor: progress;
}

.topimm-notice {
	margin: 1em 0;
}

.topimm-notice--error {
	color: var(--topimm-error);
	font-weight: 600;
}

.topimm-notice--success {
	color: var(--topimm-success);
	font-weight: 600;
}

.topimm-notice--info {
	color: var(--topimm-success);
}

.topimm-separator {
	margin: 2em 0;
}

.topimm-lead {
	margin: 1.5em 0 1em;
}

.topimm-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--topimm-border);
}

.topimm-table th,
.topimm-table td {
	border: 1px solid var(--topimm-border);
	padding: 0.5em 0.75em;
	vertical-align: top;
}

.topimm-table__ranking {
	width: 80%;
	text-align: left;
}

.topimm-table__place {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
