/* Help Center — ABM-inspired layout, site palette */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.xxs-hc-page {
	background: #eef4fb;
	background-image:
		radial-gradient(ellipse 120% 80% at 10% -20%, rgba(29, 111, 184, 0.12), transparent 55%),
		radial-gradient(ellipse 90% 60% at 90% 0%, rgba(21, 62, 77, 0.08), transparent 50%);
	min-height: 60vh;
	padding-bottom: 64px;
}

@media (min-width: 992px) {
	#main.xxs-hc-page {
		padding-top: 58px;
	}
}

.xxs-hc-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}

.xxs-hc-hero {
	text-align: center;
	padding: 48px 0 28px;
}

.xxs-hc-hero h1 {
	margin: 0 0 22px;
	font-size: 28px;
	font-weight: 600;
	color: #153e4d;
	line-height: 1.25;
}

.xxs-hc-search {
	position: relative;
	max-width: 560px;
	margin: 0 auto 14px;
}

.xxs-hc-search__inner {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 48px;
	padding: 0 18px 0 16px;
	border: 1px solid #d7e3ef;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(21, 62, 77, 0.06);
	transition: border-color 0.2s, box-shadow 0.2s;
}

.xxs-hc-search__inner:focus-within {
	border-color: #1d6fb8;
	box-shadow: 0 4px 22px rgba(29, 111, 184, 0.15);
}

.xxs-hc-search__icon {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: #7a8a96;
	pointer-events: none;
}

.xxs-hc-search__icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.xxs-hc-search__input {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	font-size: 16px;
	color: #243040;
	box-shadow: none !important;
	outline: none !important;
	-webkit-appearance: none;
	appearance: none;
	line-height: normal;
}

.xxs-hc-search__input::placeholder {
	color: #8a99a6;
	opacity: 1;
}

.xxs-hc-search__input:focus {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

.xxs-hc-search__input::-webkit-search-decoration,
.xxs-hc-search__input::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.xxs-hc-popular {
	font-size: 13px;
	color: #6b7c88;
	margin: 0;
}

.xxs-hc-popular a {
	color: #1d6fb8;
	text-decoration: none;
	font-weight: 500;
}

.xxs-hc-popular a:hover {
	text-decoration: underline;
}

.xxs-hc-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 32px;
}

@media (max-width: 991px) {
	.xxs-hc-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.xxs-hc-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.xxs-hc-hero h1 {
		font-size: 22px;
	}
}

.xxs-hc-card {
	display: block;
	background: #fff;
	border: 1px solid #e3ebf3;
	border-radius: 10px;
	padding: 22px 20px 20px;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 2px 8px rgba(21, 62, 77, 0.04);
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
	min-height: 148px;
}

.xxs-hc-card:hover {
	border-color: #1d6fb8;
	box-shadow: 0 8px 28px rgba(29, 111, 184, 0.14);
	transform: translateY(-2px);
	text-decoration: none;
	color: inherit;
}

.xxs-hc-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #eef4fb;
	color: #1d6fb8;
	margin-bottom: 16px;
	transition: background 0.2s, color 0.2s;
}

.xxs-hc-card:hover .xxs-hc-card__icon {
	background: #1d6fb8;
	color: #fff;
}

.xxs-hc-card__icon svg {
	width: 26px;
	height: 26px;
	display: block;
}

.xxs-hc-card__title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	color: #153e4d;
	line-height: 1.3;
}

.xxs-hc-card__sub {
	margin: 0;
	font-size: 13px;
	color: #7a8a96;
	line-height: 1.45;
}

.xxs-hc-promoted {
	margin-top: 40px;
	background: #fff;
	border: 1px solid #e3ebf3;
	border-radius: 10px;
	padding: 22px 24px;
}

.xxs-hc-promoted h2 {
	margin: 0 0 14px;
	font-size: 17px;
	font-weight: 700;
	color: #153e4d;
}

.xxs-hc-promoted ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.xxs-hc-promoted li {
	border-top: 1px solid #eef2f6;
}

.xxs-hc-promoted li:first-child {
	border-top: 0;
}

.xxs-hc-promoted a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	color: #1d6fb8;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.xxs-hc-promoted a:hover {
	text-decoration: underline;
}

.xxs-hc-promoted a svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	color: #9ab0c0;
}

.xxs-hc-footer-cta {
	margin-top: 36px;
	text-align: center;
	padding: 28px 20px;
	background: #fff;
	border: 1px solid #e3ebf3;
	border-radius: 10px;
}

.xxs-hc-footer-cta h3 {
	margin: 0 0 8px;
	font-size: 18px;
	color: #153e4d;
}

.xxs-hc-footer-cta p {
	margin: 0 0 18px;
	color: #6b7c88;
	font-size: 14px;
}

.xxs-hc-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.xxs-hc-btn {
	display: inline-block;
	padding: 11px 22px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
	border: none;
	cursor: pointer;
	font-family: inherit;
	line-height: 1.3;
	-webkit-tap-highlight-color: transparent;
}

button.xxs-hc-btn {
	appearance: none;
	-webkit-appearance: none;
}

.xxs-hc-btn--primary {
	background: #153e4d;
	color: #fff !important;
}

.xxs-hc-btn--primary:hover {
	background: #1d6fb8;
	color: #fff !important;
	text-decoration: none;
}

.xxs-hc-btn--ghost {
	background: #fff;
	color: #153e4d !important;
	border: 1px solid #c5d4e0;
}

.xxs-hc-btn--ghost:hover {
	border-color: #1d6fb8;
	color: #1d6fb8 !important;
	text-decoration: none;
}

/* Breadcrumb + inner pages */
.xxs-hc-inner {
	padding: 36px 0 48px;
}

.xxs-hc-breadcrumb {
	font-size: 13px;
	color: #7a8a96;
	margin-bottom: 18px;
}

.xxs-hc-breadcrumb a {
	color: #1d6fb8;
	text-decoration: none;
}

.xxs-hc-breadcrumb a:hover {
	text-decoration: underline;
}

.xxs-hc-section-head h1 {
	margin: 0 0 8px;
	font-size: 26px;
	color: #153e4d;
}

.xxs-hc-section-head p {
	margin: 0 0 24px;
	color: #6b7c88;
	font-size: 15px;
}

.xxs-hc-article-list {
	background: #fff;
	border: 1px solid #e3ebf3;
	border-radius: 10px;
	overflow: hidden;
}

.xxs-hc-article-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 20px;
	border-top: 1px solid #eef2f6;
	color: #1d6fb8;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.xxs-hc-article-list a:first-child {
	border-top: 0;
}

.xxs-hc-article-list a:hover {
	background: #f8fbfe;
	text-decoration: underline;
}

.xxs-hc-article-list a svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	color: #9ab0c0;
}

.xxs-hc-article {
	background: #fff;
	border: 1px solid #e3ebf3;
	border-radius: 10px;
	padding: 28px 28px 32px;
}

.xxs-hc-article h1 {
	margin: 0 0 20px;
	font-size: 24px;
	color: #153e4d;
	line-height: 1.35;
}

.xxs-hc-article__body {
	font-size: 15px;
	line-height: 1.65;
	color: #36414f;
}

.xxs-hc-article__body p {
	margin: 0 0 14px;
}

.xxs-hc-article__body ul {
	margin: 0 0 14px;
	padding-left: 22px;
}

.xxs-hc-article__body li {
	margin-bottom: 6px;
}

.xxs-hc-back {
	display: inline-block;
	margin-top: 24px;
	font-size: 14px;
	color: #1d6fb8;
	text-decoration: none;
	font-weight: 500;
}

.xxs-hc-back:hover {
	text-decoration: underline;
}

/* Search results */
.xxs-hc-search-head {
	margin: 0 0 20px;
	font-size: 18px;
	color: #153e4d;
}

.xxs-hc-search-group {
	margin-bottom: 24px;
}

.xxs-hc-search-group h2 {
	margin: 0 0 10px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #7a8a96;
	font-weight: 700;
}

.xxs-hc-search-item {
	background: #fff;
	border: 1px solid #e3ebf3;
	border-radius: 8px;
	padding: 16px 18px;
	margin-bottom: 10px;
}

.xxs-hc-search-item a {
	color: #1d6fb8;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
}

.xxs-hc-search-item a:hover {
	text-decoration: underline;
}

.xxs-hc-search-item p {
	margin: 8px 0 0;
	font-size: 13px;
	color: #6b7c88;
	line-height: 1.5;
}

.xxs-hc-mark {
	background: #fff3bf;
	color: inherit;
	padding: 0 2px;
	border-radius: 2px;
}

.xxs-hc-empty {
	background: #fff;
	border: 1px solid #e3ebf3;
	border-radius: 10px;
	padding: 32px 24px;
	text-align: center;
	color: #6b7c88;
}

/* State dropdown panel */
.xxs-hc-state-panel {
	margin-top: 28px;
	background: #fff;
	border: 1px solid #e3ebf3;
	border-radius: 10px;
	padding: 22px 24px 24px;
}

.xxs-hc-state-panel h2 {
	margin: 0 0 6px;
	font-size: 17px;
	color: #153e4d;
}

.xxs-hc-state-panel > p {
	margin: 0 0 16px;
	font-size: 14px;
	color: #6b7c88;
}

.xxs-hc-state-select-wrap {
	max-width: 360px;
	margin-bottom: 18px;
}

.xxs-hc-state-select {
	width: 100%;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #c5d4e0;
	border-radius: 8px;
	font-size: 15px;
	color: #243040;
	background: #fff;
}

.xxs-hc-state-select:focus {
	outline: none;
	border-color: #1d6fb8;
	box-shadow: 0 0 0 3px rgba(29, 111, 184, 0.12);
}

.xxs-hc-state-result {
	display: none;
}

.xxs-hc-state-result.is-visible {
	display: block;
}

.xxs-hc-state-result h3 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #153e4d;
}

.xxs-hc-state-result ul {
	margin: 0 0 14px;
	padding-left: 20px;
	color: #36414f;
	font-size: 14px;
	line-height: 1.55;
}

.xxs-hc-state-result ul li {
	margin-bottom: 6px;
}

.xxs-hc-state-result.is-blocked h3 {
	color: #b42318;
}

.xxs-hc-state-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.xxs-hc-state-links li {
	margin-bottom: 6px;
}

.xxs-hc-state-links a {
	color: #1d6fb8;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.xxs-hc-state-links a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.xxs-hc-wrap {
		padding: 0 14px;
	}

	.xxs-hc-hero {
		padding: 32px 0 20px;
	}

	.xxs-hc-hero h1 {
		font-size: 21px;
		margin-bottom: 18px;
	}

	.xxs-hc-popular {
		font-size: 12px;
		line-height: 1.6;
	}

	.xxs-hc-card {
		display: grid;
		grid-template-columns: 44px 1fr;
		grid-template-areas:
			"icon title"
			"icon sub";
		column-gap: 14px;
		row-gap: 2px;
		align-items: center;
		min-height: 0;
		padding: 14px 16px;
	}
	.xxs-hc-card__icon {
		grid-area: icon;
		align-self: center;
		width: 44px;
		height: 44px;
		margin-bottom: 0;
	}
	.xxs-hc-card__title {
		grid-area: title;
		margin: 0;
		font-size: 15px;
	}
	.xxs-hc-card__sub {
		grid-area: sub;
		margin: 0;
	}
	.xxs-hc-card:hover {
		transform: none;
	}

	.xxs-hc-promoted {
		padding: 18px 16px;
	}

	.xxs-hc-promoted a {
		padding: 14px 0;
		font-size: 15px;
	}

	.xxs-hc-footer-cta {
		margin-top: 28px;
		padding: 22px 16px 20px;
	}

	.xxs-hc-footer-cta h3 {
		font-size: 17px;
	}

	.xxs-hc-btn-row {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.xxs-hc-btn {
		width: 100%;
		text-align: center;
		padding: 14px 18px;
		font-size: 16px;
		min-height: 48px;
		box-sizing: border-box;
	}

	.xxs-hc-article-list a {
		padding: 18px 16px;
		font-size: 15px;
	}

	.xxs-hc-search-item {
		padding: 16px 14px;
	}

	.xxs-hc-search-item a {
		font-size: 16px;
	}

	.xxs-hc-state-select {
		height: 48px;
		font-size: 16px;
	}
}

/* ===== Contact modal (matches call-booking tone) ===== */
body.xxs-hc-modal-open {
	overflow: hidden;
	overscroll-behavior: none;
}

.xxs-hc-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	align-items: flex-end;
	justify-content: center;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.xxs-hc-modal.is-open {
	display: flex;
	animation: xxs-hc-modal-in 0.18s ease-out;
}

@keyframes xxs-hc-modal-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

.xxs-hc-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
	cursor: pointer;
}

.xxs-hc-modal__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 520px;
	max-height: min(92vh, 760px);
	background: #fff;
	border-radius: 16px 16px 0 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 -12px 48px rgba(15, 23, 42, 0.18);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

@media (min-width: 480px) {
	.xxs-hc-modal {
		align-items: center;
		padding: 16px;
	}
	.xxs-hc-modal__panel {
		border-radius: 18px;
		max-height: min(88vh, 760px);
		box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22);
	}
}

.xxs-hc-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.08);
	color: #374151;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	z-index: 5;
	transition: background 0.2s;
}

.xxs-hc-modal__close:hover {
	background: rgba(15, 23, 42, 0.14);
	color: #111827;
}

/* Keep the close button pinned on every state — some theme button styles
   reposition it on :focus/:active, which made the click miss (button "jumped"). */
.xxs-hc-modal .xxs-hc-modal__close,
.xxs-hc-modal .xxs-hc-modal__close:hover,
.xxs-hc-modal .xxs-hc-modal__close:focus,
.xxs-hc-modal .xxs-hc-modal__close:active,
.xxs-hc-modal .xxs-hc-modal__close:focus-visible {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	left: auto !important;
	bottom: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 0 !important;
	max-width: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transform: none !important;
	box-shadow: none !important;
	outline: none !important;
	text-indent: 0 !important;
}

.xxs-hc-modal__scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 22px 22px 8px;
}

.xxs-hc-modal__head {
	margin-bottom: 18px;
	padding-right: 36px;
}

.xxs-hc-modal__badge {
	display: inline-block;
	background: #e7f0fa;
	color: #1d6fb8;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 5px 11px;
	border-radius: 999px;
	margin-bottom: 12px;
}

.xxs-hc-modal__title {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 700;
	color: #153e4d;
}

.xxs-hc-modal__lead {
	margin: 0;
	font-size: 14px;
	color: #6b7c88;
	line-height: 1.5;
}

.xxs-hc-modal__row {
	display: flex;
	gap: 12px;
}

.xxs-hc-modal__row .xxs-hc-modal__field {
	flex: 1 1 0;
	min-width: 0;
}

.xxs-hc-modal__field {
	margin-bottom: 14px;
}

.xxs-hc-modal__label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #36414f;
	margin-bottom: 6px;
}

.xxs-hc-modal__input,
.xxs-hc-modal__textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #d7e3ef;
	border-radius: 10px;
	background: #fff;
	font-size: 16px;
	color: #243040;
	font-family: inherit;
	box-shadow: none;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
	-webkit-appearance: none;
	appearance: none;
}

.xxs-hc-modal__textarea {
	resize: vertical;
	min-height: 96px;
	line-height: 1.5;
}

.xxs-hc-modal__input:focus,
.xxs-hc-modal__textarea:focus {
	border-color: #1d6fb8;
	box-shadow: 0 0 0 3px rgba(29, 111, 184, 0.12);
}

.xxs-hc-modal__input--error,
.xxs-hc-modal__textarea--error {
	border-color: #e0654f;
	box-shadow: 0 0 0 3px rgba(224, 101, 79, 0.12);
}

.xxs-hc-modal__err {
	display: none;
	background: #fdecea;
	color: #b42318;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 13px;
	margin-bottom: 14px;
}

.xxs-hc-modal__err.is-visible {
	display: block;
}

.xxs-hc-modal__foot {
	flex-shrink: 0;
	padding: 12px 22px calc(18px + env(safe-area-inset-bottom, 0px));
	background: #fff;
	border-top: 1px solid #eef2f6;
}

.xxs-hc-modal__submit {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 14px 16px;
	min-height: 50px;
	border: none;
	border-radius: 10px;
	background: #153e4d;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.2s, opacity 0.2s;
}

.xxs-hc-modal__submit:hover {
	background: #1d6fb8;
	color: #fff;
}

.xxs-hc-modal__submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.xxs-hc-modal__success {
	text-align: center;
	padding: 10px 6px 18px;
}

.xxs-hc-modal__success-icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: #e3f2ea;
	color: #16894f;
	font-size: 28px;
	line-height: 56px;
	font-weight: 700;
}

.xxs-hc-modal__success h3 {
	margin: 0 0 8px;
	font-size: 19px;
	color: #153e4d;
}

.xxs-hc-modal__success p {
	margin: 0 0 6px;
	font-size: 14px;
	color: #6b7c88;
	line-height: 1.5;
}

@media (max-width: 600px) {
	.xxs-hc-modal__row {
		flex-direction: column;
		gap: 0;
	}
	.xxs-hc-modal__scroll {
		padding: 20px 16px 6px;
	}
	.xxs-hc-modal__foot {
		padding: 12px 16px calc(16px + env(safe-area-inset-bottom, 0px));
	}
	.xxs-hc-modal__title {
		font-size: 20px;
	}
}

.xxs-hc-modal__optional {
	font-weight: 400;
	color: #9aa7b2;
}

.xxs-hc-modal__hint {
	margin: 6px 0 0;
	font-size: 12px;
	color: #8a99a6;
	line-height: 1.45;
}

/* ===== "Was this article helpful?" ===== */
.xxs-hc-helpful {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 16px;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid #eef2f6;
}

.xxs-hc-helpful__q {
	font-size: 15px;
	font-weight: 700;
	color: #153e4d;
}

.xxs-hc-helpful__btns {
	display: flex;
	gap: 10px;
}

.xxs-hc-helpful__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 84px;
	height: auto;
	padding: 9px 18px;
	border: 1px solid #c5d4e0;
	border-radius: 999px;
	background: #fff !important;
	background-image: none !important;
	color: #153e4d !important;
	font-family: inherit;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1;
	text-indent: 0;
	text-transform: none;
	letter-spacing: normal;
	cursor: pointer;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	transition: border-color 0.18s, color 0.18s, background 0.18s, box-shadow 0.18s, transform 0.12s;
}

.xxs-hc-helpful__btn span {
	color: inherit !important;
}

.xxs-hc-helpful__btn svg {
	width: 17px;
	height: 17px;
	display: block;
	color: inherit;
	stroke: currentColor;
	flex-shrink: 0;
}

.xxs-hc-helpful__btn:hover {
	border-color: #1d6fb8;
	color: #1d6fb8 !important;
	background: #fff !important;
	box-shadow: 0 4px 14px rgba(29, 111, 184, 0.14);
	transform: translateY(-1px);
}

.xxs-hc-helpful__btn--yes.is-selected {
	background: #e3f2ea !important;
	border-color: #16894f;
	color: #16894f !important;
	box-shadow: none;
	transform: none;
}

.xxs-hc-helpful__btn--no.is-selected {
	background: #fdecea !important;
	border-color: #e0654f;
	color: #b42318 !important;
	box-shadow: none;
	transform: none;
}

.xxs-hc-helpful.is-voted .xxs-hc-helpful__btn {
	cursor: default;
	pointer-events: none;
}

.xxs-hc-helpful.is-voted .xxs-hc-helpful__btn:not(.is-selected) {
	opacity: 0.45;
}

.xxs-hc-helpful__thanks {
	display: none;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #16894f;
}

.xxs-hc-helpful.is-voted .xxs-hc-helpful__thanks {
	display: inline-flex;
}

/* ===== Previous / Next pager ===== */
.xxs-hc-pager {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 14px;
	margin-top: 22px;
}

.xxs-hc-pager__spacer {
	flex: 1 1 0;
	min-width: 0;
}

.xxs-hc-pager__link {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1 1 0;
	min-width: 0;
	max-width: calc(50% - 7px);
	padding: 14px 18px;
	background: #fff;
	border: 1px solid #e3ebf3;
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 2px 8px rgba(21, 62, 77, 0.04);
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.xxs-hc-pager__link:hover {
	border-color: #1d6fb8;
	box-shadow: 0 8px 24px rgba(29, 111, 184, 0.14);
	transform: translateY(-2px);
	text-decoration: none;
	color: inherit;
}

.xxs-hc-pager__link--next {
	margin-left: auto;
	text-align: right;
	justify-content: flex-end;
}

.xxs-hc-pager__link--next .xxs-hc-pager__text {
	align-items: flex-end;
}

.xxs-hc-pager__link svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	color: #1d6fb8;
}

.xxs-hc-pager__text {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.xxs-hc-pager__label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #1d6fb8;
}

.xxs-hc-pager__title {
	font-size: 14px;
	font-weight: 600;
	color: #153e4d;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media (max-width: 600px) {
	.xxs-hc-helpful {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.xxs-hc-helpful__btns {
		width: 100%;
	}
	.xxs-hc-helpful__btn {
		flex: 1 1 0;
		justify-content: center;
		padding: 12px 16px;
	}
	.xxs-hc-pager {
		gap: 10px;
	}
	.xxs-hc-pager__link,
	.xxs-hc-pager__link--next {
		max-width: none;
		flex: 1 1 0;
		justify-content: center;
		gap: 8px;
		padding: 13px 12px;
	}
	.xxs-hc-pager__text {
		flex-direction: row;
		align-items: center;
		gap: 0;
	}
	.xxs-hc-pager__title {
		display: none;
	}
	.xxs-hc-pager__label {
		font-size: 13px;
	}
}
