@media (min-width: 720px) {
	.ts-hello {
		background: var(--background-color-warning-subtle, #fef6e7);
		color: inherit;
		border-radius: 2px;
		padding: 0.5em 1em;
	}
}

.ts-hello .tright,
.ts-hello figure {
	clear: none;
}

.ts-hello-helpPages {
	background: var(--background-color-success-subtle, #d5fdf4);
	border: 2px dashed var(--border-color-success, #096450);
	border-radius: 2px;
	color: inherit;
	padding: 1em;
}

@media (min-width: 720px) {
	.ts-hello-helpPages {
		clear: right;
		float: right;
		margin: 0.5em 0 0.5em 1em;
		max-width: 15em;
	}
}

.ts-hello-helpPages > p {
	margin: 0;
}

.ts-hello-helpPages > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ts-hello-helpPages > ul > li + li {
	margin-top: 0.5em;
}

.ts-hello-englishInfo {
	font-size: 90%;
	font-style: italic;
}

/* Отключение нерабочей ссылки [ответить] в абзаце сразу после шаблона, см. вклад [[Special:Contributions/IluvatarBot]] */
.ts-hello + p > .ext-discussiontools-init-replylink-buttons {
	display: none !important;
}

/* [[Категория:Шаблоны:Подстраницы CSS]] */