/* =========================================================
   EASTAZI COMMENTS — единый файл стилей
   Основа: компактный дизайн (аватар 40px, текст 16px).
   Цвет акцента: #ff6b00.
   ========================================================= */


/* ---------- ROOT ---------- */

.ezc {
	width: 100%;
	margin-top: 40px;
	box-sizing: border-box;
	color: #202124;
	font-family: inherit;
}

.ezc *,
.ezc *::before,
.ezc *::after {
	box-sizing: border-box;
}

/* Скрытые элементы остаются скрытыми, даже если у них задан display */
.ezc [hidden] {
	display: none !important;
}

.ezc-sr {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}


/* ---------- HEADER ---------- */

.ezc-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 24px;
	padding: 0 0 14px;
	border-bottom: 1px solid #d9dce0;
}

.ezc-title {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	color: #17191c;
}

/* Оранжевая иконка: два облачка диалога */
.ezc-title__icon {
	display: inline-flex;
	align-items: center;
	width: 34px;
	height: 28px;
	flex: 0 0 34px;
	color: #ff6b00;
}

.ezc-title__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.ezc-count {
	color: #777;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

/* Сортировка */
.ezc-sort {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.ezc-sort select {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
	padding: 4px 22px 4px 4px;
	border: 0;
	outline: 0;
	background: transparent;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	color: #777;
	cursor: pointer;
}

.ezc-sort::after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}


/* ---------- GOOGLE LOGIN CARD ---------- */

.ezc-login {
	width: 100%;
	margin: 0 0 26px;
	padding: 28px 34px;
	background: #f1f2f4;
	border-radius: 14px;
}

.ezc-login__inner {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 28px;
}

.ezc-login__icon {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 64px !important;
	height: 64px !important;
	min-width: 64px !important;
	max-width: 64px !important;
	min-height: 64px !important;
	max-height: 64px !important;
	aspect-ratio: 1 / 1;
	flex: 0 0 64px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	border-radius: 50%;
	color: #8e949b;
	overflow: hidden;
}

.ezc-login__icon svg {
	display: block !important;
	width: 28px !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ezc-login__content {
	flex: 1 1 auto;
	min-width: 0;
}

.ezc-login__title {
	display: block;
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #17191c;
}

.ezc-login__sub {
	display: block;
	max-width: 620px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.45;
	color: #777d84;
}

/* Сообщение «только Gmail» внутри той же карточки */
.ezc-login > p {
	margin: 0 0 10px;
	font-size: 16px;
	color: #17191c;
}

.ezc-login > a {
	color: #ff6b00;
	font-weight: 600;
}


/* ---------- GOOGLE BUTTON (Nextend) ----------
   Текст кнопки задаётся в Nextend: Google → Buttons → Login label.
   ------------------------------------------------ */

.ezc-login__action {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ezc .ezc-login__action .nsl-container,
.ezc .ezc-login__action .nsl-container-block,
.ezc .ezc-login__action .nsl-container-buttons {
	display: flex !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ezc .ezc-login__action a {
	display: block !important;
	margin: 0 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.ezc .ezc-login__action .nsl-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	min-width: 200px;
	height: 56px !important;
	padding: 0 32px !important;
	border: 0 !important;
	border-radius: 30px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #5f6870 !important;
	font-family: inherit !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;           /* не обрезать хвостики букв g, у, р */
	white-space: nowrap !important;
	overflow: visible !important;
	transition: box-shadow .15s ease;
}

.ezc .ezc-login__action a:hover .nsl-button {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .10) !important;
}

.ezc .ezc-login__action .nsl-button-svg-container {
	display: flex !important;
	align-items: center;
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ezc .ezc-login__action .nsl-button-svg-container svg {
	width: 24px !important;
	height: 24px !important;
}

.ezc .ezc-login__action .nsl-button-label-container {
	flex: 0 0 auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 2px 0 !important;
	text-align: left !important;
	font: inherit !important;
	line-height: 1.3 !important;
	color: inherit !important;
	overflow: visible !important;
}

.ezc .ezc-login__action .nsl-button-label-container b {
	font-weight: inherit;
}


/* ---------- CLOSED / EMPTY ---------- */

.ezc-closed {
	margin: 0 0 24px;
	padding: 16px 18px;
	background: #f1f2f4;
	border-radius: 10px;
	color: #777;
	font-size: 15px;
	line-height: 1.5;
}

.ezc-empty {
	margin: 20px 0;
	color: #888;
	font-size: 14px;
	line-height: 1.5;
}


/* ---------- LIST / THREAD / COMMENT ---------- */

.ezc-list {
	width: 100%;
	transition: opacity .15s;
}

.ezc-list--loading {
	opacity: .5;
}

.ezc-thread {
	position: relative;
	width: 100%;
	margin: 0 0 20px;
}

.ezc-comment {
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ezc-avatar {
	display: block;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	flex: 0 0 40px;
	margin: 0 12px 0 0 !important;
	border-radius: 50%;
	object-fit: cover;
}

.ezc-comment--reply .ezc-avatar {
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	flex-basis: 32px;
	margin-right: 10px !important;
}

.ezc-main {
	flex: 1 1 auto;
	min-width: 0;
}

.ezc-row {
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.ezc-bubble {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 12px 16px;
	background: #f0f1f3;
	border-radius: 18px;
	overflow-wrap: anywhere;
}

.ezc-comment--reply .ezc-bubble {
	padding: 10px 14px;
	border-radius: 17px;
}

.ezc-author {
	display: block;
	margin: 0 0 2px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #17191c;
}

.ezc-text {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #17191c;
}

.ezc-text p {
	margin: 0;
}

.ezc-text p + p {
	margin-top: 6px;
}

.ezc-text a {
	color: #ff6b00;
}

.ezc-mention {
	color: #777;
	font-weight: 600;
}


/* ---------- LIKE BADGE ---------- */

.ezc-badge {
	position: absolute;
	right: -10px;
	bottom: -9px;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	height: 25px;
	min-width: 35px;
	padding: 0 7px 0 5px;
	background: #fff;
	border-radius: 13px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .14);
	font-size: 12px;
	line-height: 1;
}

.ezc-badge__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	color: #ff6b00;
}

.ezc-badge__icon svg {
	display: block;
	width: 16px;
	height: 16px;
	color: #ff6b00;
	fill: currentColor;
}

.ezc-badge__num {
	display: inline-block;
	color: #777;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}


/* ---------- ACTIONS ---------- */

/* Отступ 14px, чтобы значок «Нравится» не наезжал на время */
.ezc-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin: 14px 0 0 16px;
	font-size: 13px;
	line-height: 1.3;
	color: #777;
}

.ezc-like,
.ezc-reply {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #777;
	font: inherit;
	font-size: 13px;
	cursor: pointer;
}

.ezc-like:hover,
.ezc-like[aria-pressed="true"] {
	color: #ff6b00;
}

.ezc-like[aria-pressed="true"] {
	font-weight: 600;
}

.ezc-reply:hover {
	color: #333;
}

.ezc-time {
	display: inline-flex;
	align-items: center;
	margin: 0;
	color: #777;
	font-size: 13px;
	text-decoration: none;
}

.ezc-time:hover {
	color: #333;
}

.ezc-note {
	color: #999;
	font-size: 12px;
}


/* ---------- REPLIES ---------- */

.ezc-replies {
	margin: 14px 0 0 52px;
}

.ezc-replies > .ezc-comment {
	margin-bottom: 14px;
}

.ezc-show-replies {
	display: block;
	margin: 10px 0 0 52px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #777;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
}

.ezc-show-replies:hover {
	color: #333;
}


/* ---------- MENU «…» ---------- */

.ezc-menu {
	position: relative;
	flex: 0 0 auto;
	margin-left: 6px;
}

.ezc-menu__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #888;
	cursor: pointer;
}

.ezc-menu__btn:hover {
	color: #333;
}

.ezc-menu__btn svg {
	width: 18px;
	height: 18px;
}

.ezc-menu__list {
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 20;
	min-width: 120px;
	padding: 5px;
	background: #fff;
	border: 1px solid #e1e3e6;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
}

.ezc-menu__list button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 8px 10px;
	border: 0;
	border-radius: 5px;
	background: transparent;
	text-align: left;
	color: #333;
	font-family: inherit;
	font-size: 13px;
	cursor: pointer;
}

.ezc-menu__list button:hover {
	background: #f1f2f4;
}

.ezc-menu__list .ezc-delete {
	color: #d44;
}


/* ---------- COMPOSER ---------- */

.ezc-composer {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 0 0 20px;
}

.ezc-composer--reply {
	margin: 4px 0 8px 52px;
	width: auto;
}

.ezc-composer .ezc-avatar {
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	flex-basis: 32px;
	margin-right: 10px !important;
}

.ezc-field {
	flex: 1 1 auto;
	min-width: 0;
}

.ezc-input {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	background: #f1f2f4;
	border-radius: 18px;
}

.ezc-input:focus-within {
	box-shadow: 0 0 0 2px rgba(255, 107, 0, .35);
}

.ezc-input textarea {
	display: block;
	width: 100%;
	min-height: 42px;
	max-height: 320px;
	margin: 0;
	padding: 11px 48px 11px 15px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #222;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4;
	resize: none;
}

.ezc-input textarea::placeholder {
	color: #999;
}

.ezc-send {
	position: absolute;
	right: 7px;
	bottom: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #ff6b00;
	color: #fff;
	cursor: pointer;
}

.ezc-send:disabled {
	opacity: .4;
	cursor: default;
}

.ezc-send svg {
	width: 18px;
	height: 18px;
}

.ezc-error {
	margin: 7px 0 0;
	color: #d44;
	font-size: 13px;
	line-height: 1.4;
}


/* ---------- EDIT FORM ---------- */

.ezc-edit-form {
	margin: 0 0 6px;
}

.ezc-edit-form .ezc-input textarea {
	padding-right: 15px;
}

.ezc-edit-hint {
	margin: 6px 0 0 15px;
	font-size: 12px;
	color: #777;
}

.ezc-edit-cancel {
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	font-weight: 600;
	color: #ff6b00;
	cursor: pointer;
}


/* ---------- LOAD MORE ---------- */

.ezc-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 20px;
	padding: 8px 0;
	border: 0;
	background: transparent;
	color: #777;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.ezc-more:hover {
	color: #222;
}


/* ---------- STATES ---------- */

.ezc-comment--pending {
	opacity: .7;
}

.ezc-comment--target .ezc-bubble {
	box-shadow: 0 0 0 2px #ff6b00;
}

.ezc button:focus-visible,
.ezc a:focus-visible,
.ezc select:focus-visible {
	outline: 2px solid #ff6b00;
	outline-offset: 2px;
	border-radius: 6px;
}

.ezc-flash {
	animation: ezc-flash 1.2s ease-out;
}

@keyframes ezc-flash {
	0%   { box-shadow: 0 0 0 3px #ff6b00; }
	100% { box-shadow: 0 0 0 3px transparent; }
}


/* ---------- MOBILE ≤ 700px ---------- */

@media (max-width: 700px) {

	.ezc {
		margin-top: 28px;
	}

	.ezc-head {
		margin-bottom: 18px;
		padding-bottom: 12px;
		gap: 10px;
	}

	.ezc-title {
		font-size: 21px;
		gap: 7px;
	}

	.ezc-title__icon {
		width: 29px;
		height: 24px;
		flex-basis: 29px;
	}

	.ezc-count {
		font-size: 18px;
	}

	.ezc-login {
		padding: 20px;
		border-radius: 12px;
	}

	.ezc-login__inner {
		gap: 16px;
	}

	.ezc-login__icon {
		width: 50px !important;
		height: 50px !important;
		min-width: 50px !important;
		max-width: 50px !important;
		min-height: 50px !important;
		max-height: 50px !important;
		flex: 0 0 50px !important;
	}

	.ezc-login__icon svg {
		width: 24px !important;
		height: 24px !important;
	}

	.ezc-login__title {
		font-size: 17px;
	}

	.ezc-login__sub {
		font-size: 14px;
	}

	.ezc .ezc-login__action .nsl-button {
		height: 48px !important;
		min-width: 160px;
		padding: 0 24px !important;
		font-size: 16px !important;
	}

	.ezc-avatar {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
		max-width: 36px !important;
		flex-basis: 36px;
		margin-right: 10px !important;
	}

	.ezc-comment--reply .ezc-avatar {
		width: 30px !important;
		height: 30px !important;
		min-width: 30px !important;
		max-width: 30px !important;
		flex-basis: 30px;
	}

	.ezc-bubble {
		padding: 10px 13px;
		border-radius: 16px;
	}

	.ezc-author {
		font-size: 14px;
	}

	.ezc-text {
		font-size: 15px;
	}

	.ezc-actions {
		margin-left: 13px;
		gap: 13px;
	}

	.ezc-replies,
	.ezc-show-replies,
	.ezc-composer--reply {
		margin-left: 42px;
	}
}


/* ---------- LOGIN CARD ON PHONES ≤ 640px ----------
   Иконка и текст — в одну строку, кнопка — во всю ширину снизу.
   ------------------------------------------------- */

@media (max-width: 640px) {

	.ezc .ezc-login {
		padding: 18px 16px !important;
	}

	.ezc .ezc-login__inner {
		display: grid !important;
		grid-template-columns: 44px minmax(0, 1fr) !important;
		align-items: center !important;
		flex-wrap: nowrap !important;
		gap: 16px 12px !important;
	}

	.ezc .ezc-login__icon {
		grid-column: 1 !important;
		width: 44px !important;
		height: 44px !important;
		min-width: 44px !important;
		max-width: 44px !important;
		min-height: 44px !important;
		max-height: 44px !important;
		flex: none !important;
		margin: 0 !important;
	}

	.ezc .ezc-login__icon svg {
		width: 22px !important;
		height: 22px !important;
		min-width: 22px !important;
		min-height: 22px !important;
		max-width: 22px !important;
		max-height: 22px !important;
	}

	.ezc .ezc-login__content {
		grid-column: 2 !important;
		flex: none !important;
		min-width: 0 !important;
		margin: 0 !important;
	}

	.ezc .ezc-login__title {
		margin: 0 0 3px !important;
		font-size: 16px !important;
		line-height: 1.3 !important;
		white-space: normal !important;
	}

	.ezc .ezc-login__sub {
		font-size: 13px !important;
		line-height: 1.4 !important;
	}

	.ezc .ezc-login__action {
		grid-column: 1 / -1 !important;
		display: flex !important;
		justify-content: stretch !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.ezc .ezc-login__action > *,
	.ezc .ezc-login__action .nsl-container,
	.ezc .ezc-login__action .nsl-container-block,
	.ezc .ezc-login__action .nsl-container-buttons,
	.ezc .ezc-login__action a {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	.ezc .ezc-login__action .nsl-button {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		height: 48px !important;
		padding: 0 20px !important;
		font-size: 16px !important;
	}
}


/* ---------- SMALL MOBILE ≤ 520px ---------- */

@media (max-width: 520px) {

	.ezc-title {
		font-size: 19px;
	}

	.ezc-title__icon {
		width: 26px;
		height: 22px;
		flex-basis: 26px;
	}

	.ezc-count {
		font-size: 17px;
	}

	.ezc-sort select {
		font-size: 13px;
	}

	.ezc-badge {
		right: -8px;
		bottom: -8px;
	}

	.ezc-actions,
	.ezc-like,
	.ezc-reply,
	.ezc-time {
		font-size: 12px;
	}

	.ezc-replies,
	.ezc-show-replies,
	.ezc-composer--reply {
		margin-left: 36px;
	}
}


@media (prefers-reduced-motion: reduce) {
	.ezc-flash { animation: none; }
	.ezc-list,
	.ezc .ezc-login__action .nsl-button { transition: none; }
}


/* ---------- «Читать все комментарии» ---------- */

.ezc-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	margin: 6px 0 0;
	padding: 12px 18px;
	border: 0;
	border-radius: 14px;
	background: #f1f2f4;
	color: #444;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background .15s ease;
}

.ezc-toggle:hover {
	background: #e7e9ec;
}

.ezc-toggle__chevron {
	flex: 0 0 18px;
	color: #ff6b00;
	transition: transform .2s ease;
}

.ezc-toggle[aria-expanded="true"] .ezc-toggle__chevron {
	transform: rotate(180deg);
}

@media (max-width: 520px) {
	.ezc-toggle {
		font-size: 14px;
		padding: 11px 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ezc-toggle,
	.ezc-toggle__chevron { transition: none; }
}


/* =========================================================
   LOGIN CARD v1.4.3 — аватарки участников, компактная кнопка
   Правила ниже перекрывают старые стили карточки входа.
   ========================================================= */

.ezc .ezc-login--guest {
	padding: 22px 26px;
}

.ezc .ezc-login--guest .ezc-login__inner {
	gap: 24px;
}

/* Кто уже обсуждает */
.ezc-login__people {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
}

.ezc-login__avatars {
	display: inline-flex;
	flex: 0 0 auto;
}

.ezc .ezc-login__avatar {
	display: block;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	margin: 0 0 0 -8px !important;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #f1f2f4; /* обводка цвета карточки */
	object-fit: cover;
}

.ezc .ezc-login__avatar:first-child {
	margin-left: 0 !important;
}

.ezc-login__people-text {
	min-width: 0;
	font-size: 14px;
	line-height: 1.35;
	color: #5f6870;
}

.ezc-login__people-text b {
	font-weight: 600;
	color: #17191c;
}

/* Заголовок: обычный блок, все строки по одному левому краю с подписью */
.ezc .ezc-login--guest .ezc-login__title {
	display: block !important;
	margin: 0 0 4px;
	font-size: 19px;
}

/* Заголовок пустой карточки («Начните обсуждение первым») — оранжевый */
.ezc .ezc-login--first .ezc-login__title {
	color: #ff6b00;
}

.ezc .ezc-login--guest .ezc-login__sub {
	max-width: none;
	font-size: 15px;
}

/* Кнопка по ширине текста, а не треть карточки */
.ezc .ezc-login--guest .ezc-login__action .nsl-button {
	min-width: 0;
	height: 48px !important;
	padding: 0 24px !important;
	font-size: 16px !important;
}

.ezc .ezc-login--guest .ezc-login__action .nsl-button-svg-container svg {
	width: 20px !important;
	height: 20px !important;
}

/* Строка «Пока нет комментариев» не нужна: об этом говорит сама карточка */
.ezc-login--guest ~ .ezc-empty {
	display: none !important;
}


/* Телефоны: текст сверху, кнопка во всю ширину снизу */
@media (max-width: 640px) {

	.ezc .ezc-login--guest {
		padding: 16px !important;
	}

	.ezc .ezc-login--guest .ezc-login__inner {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 14px !important;
	}

	.ezc .ezc-login--guest .ezc-login__content {
		grid-column: 1 !important;
	}

	.ezc .ezc-login--guest .ezc-login__title {
		font-size: 16px !important;
	}

	.ezc .ezc-login--guest .ezc-login__sub {
		font-size: 14px !important;
	}

	.ezc-login__people-text {
		font-size: 13px;
	}

	.ezc .ezc-login--guest .ezc-login__action .nsl-button {
		width: 100% !important;
		height: 46px !important;
	}
}