.tsc-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000000;
	background: #ffffff;
	color: #1f2933;
	box-shadow: 0 -2px 18px rgba(0, 0, 0, .18);
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.tsc-banner[hidden] {
	display: none;
}

.tsc-inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 18px 20px;
}

.tsc-title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 600;
}

.tsc-text {
	margin: 0;
	color: #4a5568;
}

.tsc-text a {
	color: inherit;
	text-decoration: underline;
}

.tsc-prefs {
	margin-top: 14px;
	border-top: 1px solid #e4e7eb;
	padding-top: 12px;
}

.tsc-prefs[hidden] {
	display: none;
}

.tsc-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 10px;
	cursor: pointer;
	font-weight: 400;
}

.tsc-row-locked {
	cursor: default;
	opacity: .7;
}

.tsc-row input {
	margin-top: 3px;
	flex: 0 0 auto;
}

.tsc-row strong {
	display: block;
	font-weight: 600;
}

.tsc-row em {
	display: block;
	font-style: normal;
	color: #4a5568;
	font-size: 13px;
}

.tsc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 14px;
}

.tsc-btn {
	appearance: none;
	border: 1px solid #cbd2d9;
	border-radius: 4px;
	background: #ffffff;
	color: #1f2933;
	padding: 9px 18px;
	font: inherit;
	font-weight: 500;
	cursor: pointer;
}

.tsc-btn[hidden] {
	display: none;
}

.tsc-btn:hover {
	border-color: #9aa5b1;
}

.tsc-btn-primary {
	background: #6fc23e;
	border-color: #6fc23e;
	color: #ffffff;
}

.tsc-btn-primary:hover {
	background: #63ad37;
	border-color: #63ad37;
}

.tsc-settings-link {
	cursor: pointer;
}

@media (max-width: 575px) {
	.tsc-actions {
		justify-content: stretch;
	}

	.tsc-btn {
		flex: 1 1 100%;
	}
}
