.turniir-auth-modal .modal-dialog {
	width: min(460px, calc(100% - 24px));
	margin: 24px auto;
}

.turniir-auth-modal .modal-content {
	border: 0;
	border-radius: 8px;
	overflow: hidden;
}

.turniir-auth-modal .modal-header {
	border-bottom: 1px solid #e5e7eb;
	padding: 12px 16px;
}

.turniir-auth-modal .modal-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.turniir-auth-modal .modal-body {
	background: #f8fafc;
	height: min(680px, calc(100vh - 120px));
	padding: 0;
}

.turniir-auth-modal__frame {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.turniir-auth-modal__loading {
	align-items: center;
	color: #6b7280;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 24px;
	text-align: center;
}

@media (max-width: 576px) {
	.turniir-auth-modal .modal-dialog {
		width: calc(100% - 16px);
		margin: 8px auto;
	}

	.turniir-auth-modal .modal-body {
		height: calc(100vh - 72px);
	}
}
