/* VortexG Live Chat public styles 0.7.14. */
.vortexg-livechat {
	--vortexg-livechat-edge: 20px;
	--vortexg-livechat-bottom-offset: 20px;
	position: fixed;
	z-index: 999998;
	font-family: inherit;
	color: var(--md-sys-color-on-surface);
}

.vortexg-livechat *,
.vortexg-livechat *::before,
.vortexg-livechat *::after {
	box-sizing: border-box;
}

.vortexg-livechat--bottom-right {
	right: var(--vortexg-livechat-edge);
	bottom: var(--vortexg-livechat-bottom-offset);
}

.vortexg-livechat--bottom-left {
	left: var(--vortexg-livechat-edge);
	bottom: var(--vortexg-livechat-bottom-offset);
}

.vortexg-livechat--top-right {
	top: calc(var(--vortexg-livechat-edge) + var(--wp-admin--admin-bar--height, 0px));
	right: var(--vortexg-livechat-edge);
}

.vortexg-livechat--top-left {
	top: calc(var(--vortexg-livechat-edge) + var(--wp-admin--admin-bar--height, 0px));
	left: var(--vortexg-livechat-edge);
}

.vortexg-livechat button,
.vortexg-livechat input,
.vortexg-livechat textarea {
	font: inherit;
}

.vortexg-livechat button {
	cursor: pointer;
}

.vortexg-livechat [hidden] {
	display: none !important;
}

.vortexg-livechat__launcher {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 112px;
	height: 58px;
	padding: 0 20px 0 13px;
	border: 0;
	border-radius: var(--md-sys-shape-corner-full);
	background: var(--md-sys-color-primary-container);
	color: var(--md-sys-color-on-primary-container);
	box-shadow: 0 10px 32px color-mix(in srgb, var(--md-sys-color-shadow) 32%, transparent);
	font-weight: 700;
	transition:
		transform 200ms cubic-bezier(.3, 0, .8, .15),
		opacity 160ms linear;
}

.vortexg-livechat > button.vortexg-livechat__launcher {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--md-sys-color-primary-container);
	background-image: none;
	color: var(--md-sys-color-on-primary-container);
}

.vortexg-livechat__launcher.is-icon-only {
	width: 58px;
	min-width: 58px;
	padding: 0;
}

.vortexg-livechat__launcher.is-icon-only .vortexg-livechat__launcher-label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.vortexg-livechat__launcher:hover {
	transform: translateY(-2px);
}

.vortexg-livechat__launcher:focus-visible,
.vortexg-livechat__panel button:focus-visible,
.vortexg-livechat__panel input:focus-visible,
.vortexg-livechat__panel textarea:focus-visible {
	outline: 3px solid var(--md-sys-color-primary);
	outline-offset: 3px;
}

.vortexg-livechat.is-open .vortexg-livechat__launcher {
	pointer-events: none;
	opacity: 0;
	transform: scale(.72);
}

.vortexg-livechat__mark {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	flex: 0 0 34px;
	border: 0;
	border-radius: var(--md-sys-shape-corner-full);
	background: var(--md-sys-color-primary);
	color: var(--md-sys-color-on-primary);
	box-shadow: none;
	overflow: hidden;
}

.vortexg-livechat__mark.is-small {
	width: 38px;
	height: 38px;
	flex-basis: 38px;
}

.vortexg-livechat__mark svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.vortexg-livechat__mark img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0 !important;
	border-radius: inherit;
	outline: 0;
	object-fit: cover;
	box-shadow: none !important;
	transform: scale(1.06);
}

.vortexg-livechat__mark.has-custom-icon {
	background: transparent;
}

.vortexg-livechat__mark .vortexg-livechat__pulse {
	fill: none;
	stroke: var(--md-sys-color-primary-container);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.vortexg-livechat__mark.is-launcher-chat {
	background: var(--md-sys-color-primary);
	color: var(--md-sys-color-on-primary);
}

.vortexg-livechat__mark.is-launcher-chat.has-custom-icon {
	background: transparent;
}

.vortexg-livechat__chat-icon-mask {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--md-sys-color-primary);
	-webkit-mask-image: var(--vortexg-livechat-chat-icon-mask);
	mask-image: var(--vortexg-livechat-chat-icon-mask);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.vortexg-livechat__badge,
.vortexg-livechat__nav-badge {
	display: grid;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	place-items: center;
	border-radius: var(--md-sys-shape-corner-full);
	background: var(--md-sys-color-error);
	color: var(--md-sys-color-on-error);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.vortexg-livechat__badge {
	position: absolute;
	top: -6px;
	right: -4px;
}

.vortexg-livechat__panel {
	position: absolute;
	width: min(390px, calc(100vw - 32px));
	height: min(630px, calc(100vh - 48px - var(--wp-admin--admin-bar--height, 0px)));
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	border: 1px solid var(--md-sys-color-outline-variant);
	border-radius: var(--md-sys-shape-corner-extra-large);
	background: var(--md-sys-color-surface);
	box-shadow: 0 18px 70px color-mix(in srgb, var(--md-sys-color-shadow) 48%, transparent);
	overflow: hidden;
	opacity: 0;
	transform: scale(.22);
	transition:
		transform 400ms cubic-bezier(.05, .7, .1, 1),
		opacity 180ms linear;
}

.vortexg-livechat--bottom-right .vortexg-livechat__panel,
.vortexg-livechat--top-right .vortexg-livechat__panel {
	right: 0;
	transform-origin: right bottom;
}

.vortexg-livechat--bottom-left .vortexg-livechat__panel,
.vortexg-livechat--top-left .vortexg-livechat__panel {
	left: 0;
	transform-origin: left bottom;
}

.vortexg-livechat--bottom-right .vortexg-livechat__panel,
.vortexg-livechat--bottom-left .vortexg-livechat__panel {
	bottom: 0;
}

.vortexg-livechat--top-right .vortexg-livechat__panel,
.vortexg-livechat--top-left .vortexg-livechat__panel {
	top: 0;
}

.vortexg-livechat--top-right .vortexg-livechat__panel {
	transform-origin: top right;
}

.vortexg-livechat--top-left .vortexg-livechat__panel {
	transform-origin: top left;
}

.vortexg-livechat.is-open .vortexg-livechat__panel {
	opacity: 1;
	transform: scale(1);
}

.vortexg-livechat__header {
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 104px;
	align-items: center;
	gap: 8px;
	min-height: 76px;
	padding: 12px;
	background: transparent;
}

.vortexg-livechat__header-brand {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-flex;
	max-width: calc(100% - 176px);
	min-height: 44px;
	align-items: center;
	gap: 8px;
	padding: 5px 14px 5px 5px;
	border-radius: var(--md-sys-shape-corner-full);
	background: var(--md-sys-color-surface-container-highest);
	color: var(--md-sys-color-on-surface);
	box-shadow: 0 2px 8px color-mix(in srgb, var(--md-sys-color-shadow) 18%, transparent);
	transform: translate(-50%, -50%);
}

.vortexg-livechat__header-brand .vortexg-livechat__mark {
	width: 34px;
	height: 34px;
	flex-basis: 34px;
}

.vortexg-livechat__header-brand strong {
	overflow: hidden;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vortexg-livechat__header-actions {
	display: flex;
	grid-column: 3;
	gap: 4px;
	justify-self: end;
}

.vortexg-livechat__header-back {
	grid-column: 1;
	justify-self: start;
}

.vortexg-livechat__menu-anchor {
	position: relative;
}

.vortexg-livechat__icon-button {
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: var(--md-sys-shape-corner-full);
	background: transparent;
	color: var(--md-sys-color-on-surface-variant);
}

.vortexg-livechat__icon-button:hover,
.vortexg-livechat__icon-button[aria-pressed="true"] {
	background: var(--md-sys-color-secondary-container);
	color: var(--md-sys-color-on-secondary-container);
}

.vortexg-livechat__icon-button svg {
	width: 23px;
	height: 23px;
	fill: currentColor;
}

.vortexg-livechat__header-back svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.vortexg-livechat__menu {
	position: absolute;
	z-index: 3;
	top: 52px;
	right: 0;
	width: 256px;
	padding: 8px;
	border: 1px solid var(--md-sys-color-outline-variant);
	border-radius: var(--md-sys-shape-corner-large, 16px);
	background: var(--md-sys-color-surface-container-high);
	box-shadow: 0 8px 28px color-mix(in srgb, var(--md-sys-color-shadow) 34%, transparent);
}

.vortexg-livechat__menu button {
	display: grid;
	width: 100%;
	min-height: 48px;
	grid-template-columns: 24px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 8px 12px;
	border: 0;
	border-radius: var(--md-sys-shape-corner-medium);
	background: transparent;
	color: var(--md-sys-color-on-surface);
	text-align: left;
}

.vortexg-livechat__menu button:hover,
.vortexg-livechat__menu button:focus-visible {
	background: var(--md-sys-color-secondary-container);
	color: var(--md-sys-color-on-secondary-container);
}

.vortexg-livechat__menu button.is-danger {
	color: var(--md-sys-color-error);
}

.vortexg-livechat__menu svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.vortexg-livechat__body {
	position: relative;
	min-height: 0;
	overflow: hidden;
}

.vortexg-livechat__screen {
	height: 100%;
	padding: 20px;
	overflow: auto;
}

.vortexg-livechat__welcome {
	position: relative;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 28px;
	border-radius: var(--md-sys-shape-corner-extra-large);
	background:
		linear-gradient(145deg, var(--md-sys-color-primary-container), var(--md-sys-color-secondary-container));
	color: var(--md-sys-color-on-primary-container);
	overflow: hidden;
}

.vortexg-livechat__signal-line {
	position: absolute;
	top: 32px;
	right: 30px;
	width: 88px;
	height: 88px;
	border: 1px solid currentColor;
	border-radius: var(--md-sys-shape-corner-full);
	opacity: .25;
}

.vortexg-livechat__signal-line::before,
.vortexg-livechat__signal-line::after {
	position: absolute;
	inset: 50%;
	width: 46px;
	height: 46px;
	border: 1px solid currentColor;
	border-radius: inherit;
	content: "";
	transform: translate(-50%, -50%);
}

.vortexg-livechat__signal-line::after {
	width: 18px;
	height: 18px;
	background: currentColor;
}

.vortexg-livechat__eyebrow {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.vortexg-livechat__welcome h2,
.vortexg-livechat__identity-form h2 {
	margin: 0 0 12px;
	color: inherit;
	font-size: 34px;
	line-height: 1.04;
	letter-spacing: -.035em;
}

.vortexg-livechat__welcome p:not(.vortexg-livechat__eyebrow) {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.55;
}

.vortexg-livechat__primary {
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: var(--md-sys-shape-corner-full);
	background: var(--md-sys-color-primary);
	color: var(--md-sys-color-on-primary);
	font-weight: 750;
}

.vortexg-livechat__identity-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.vortexg-livechat__identity-form h2 {
	color: var(--md-sys-color-on-surface);
	font-size: 28px;
}

.vortexg-livechat__identity-form label {
	display: flex;
	flex-direction: column;
	gap: 7px;
	color: var(--md-sys-color-on-surface-variant);
	font-size: 13px;
	font-weight: 700;
}

.vortexg-livechat__identity-form input {
	width: 100%;
	height: 52px;
	padding: 0 14px;
	border: 1px solid var(--md-sys-color-outline);
	border-radius: var(--md-sys-shape-corner-small);
	background: var(--md-sys-color-surface-container-low);
	color: var(--md-sys-color-on-surface) !important;
	-webkit-appearance: none;
	appearance: none;
	-webkit-text-fill-color: var(--md-sys-color-on-surface) !important;
	-webkit-text-stroke: 0 transparent !important;
	caret-color: var(--md-sys-color-primary);
	opacity: 1;
	text-shadow: none !important;
}

.vortexg-livechat__identity-form input:-webkit-autofill,
.vortexg-livechat__identity-form input:-webkit-autofill:hover,
.vortexg-livechat__identity-form input:-webkit-autofill:focus,
.vortexg-livechat__identity-form input:-webkit-autofill:active {
	border-color: var(--md-sys-color-outline);
	-webkit-box-shadow: 0 0 0 1000px var(--md-sys-color-surface-container-low) inset !important;
	box-shadow: 0 0 0 1000px var(--md-sys-color-surface-container-low) inset !important;
	-webkit-text-fill-color: var(--md-sys-color-on-surface) !important;
}

.vortexg-livechat__identity-form p {
	margin: 0;
	color: var(--md-sys-color-on-surface-variant);
	font-size: 13px;
	line-height: 1.45;
}

.vortexg-livechat__code-input {
	text-align: center;
	font-size: 24px;
	font-weight: 750;
	letter-spacing: .32em;
	text-transform: uppercase;
}

.vortexg-livechat__recovery-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
}

.vortexg-livechat__recovery-actions button {
	min-height: 48px;
	padding: 0 12px;
	border: 0;
	background: transparent;
	color: var(--md-sys-color-primary);
	font-size: 13px;
	font-weight: 700;
}

.vortexg-livechat__form-error,
.vortexg-livechat__status {
	min-height: 20px;
	color: var(--md-sys-color-error);
	font-size: 12px;
}

.vortexg-livechat__chat-screen {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto auto auto;
	gap: 8px;
	padding: 0;
	overflow: hidden;
}

.vortexg-livechat__messages {
	display: flex;
	min-height: 0;
	flex-direction: column;
	gap: 12px;
	padding: 42px 20px 20px;
	overflow: auto;
	overflow-anchor: none;
	scrollbar-color: var(--md-sys-color-outline) transparent;
}

.vortexg-livechat__inbox-screen {
	display: flex;
	min-height: 0;
	flex-direction: column;
	gap: 18px;
	padding: 20px;
	overflow: hidden;
}

.vortexg-livechat__active-list {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 10px;
}

.vortexg-livechat__active-empty {
	margin: 0;
	padding: 8px 4px;
	color: var(--md-sys-color-on-surface-variant);
	font-size: 13px;
}

.vortexg-livechat__new-chat,
.vortexg-livechat__active-chat,
.vortexg-livechat__history-card {
	display: grid;
	width: 100%;
	min-height: 72px;
	grid-template-columns: 48px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border: 0;
	border-radius: var(--md-sys-shape-corner-large, 16px);
	text-align: left;
}

.vortexg-livechat__active-chat {
	border: 0;
	background: var(--md-sys-color-secondary-container);
	color: var(--md-sys-color-on-secondary-container);
}

.vortexg-livechat__active-chat:hover,
.vortexg-livechat__active-chat:focus-visible {
	background: color-mix(in srgb, var(--md-sys-color-primary) 14%, var(--md-sys-color-secondary-container));
}

.vortexg-livechat__new-chat {
	background: var(--md-sys-color-primary-container);
	color: var(--md-sys-color-on-primary-container);
	box-shadow: 0 1px 0 color-mix(in srgb, var(--md-sys-color-outline-variant) 72%, transparent);
}

.vortexg-livechat__new-chat:hover,
.vortexg-livechat__new-chat:focus-visible {
	background: color-mix(in srgb, var(--md-sys-color-primary) 18%, var(--md-sys-color-primary-container));
}

.vortexg-livechat__new-chat-icon,
.vortexg-livechat__active-icon,
.vortexg-livechat__history-icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: var(--md-sys-shape-corner-full);
}

.vortexg-livechat__active-icon {
	background: var(--md-sys-color-primary);
	color: var(--md-sys-color-on-primary);
}

.vortexg-livechat__active-icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.vortexg-livechat__new-chat-icon {
	background: var(--md-sys-color-primary);
	color: var(--md-sys-color-on-primary);
}

.vortexg-livechat__new-chat-icon svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.vortexg-livechat__new-chat-copy,
.vortexg-livechat__active-copy,
.vortexg-livechat__history-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.vortexg-livechat__new-chat-copy strong,
.vortexg-livechat__active-copy strong,
.vortexg-livechat__history-copy strong {
	font-size: 14px;
	line-height: 1.25;
}

.vortexg-livechat__active-copy > span {
	margin-top: 3px;
	overflow: hidden;
	color: color-mix(in srgb, currentColor 78%, transparent);
	font-size: 12px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vortexg-livechat__active-copy small {
	margin-top: 5px;
	color: color-mix(in srgb, currentColor 72%, transparent);
	font-size: 10px;
	font-weight: 700;
}

.vortexg-livechat__new-chat-copy small {
	margin-top: 3px;
	color: color-mix(in srgb, currentColor 76%, transparent);
	font-size: 12px;
	line-height: 1.3;
}

.vortexg-livechat__chevron {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.vortexg-livechat__history-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--md-sys-color-on-surface-variant);
	font-size: 12px;
	font-weight: 750;
}

.vortexg-livechat__history-heading::before,
.vortexg-livechat__history-heading::after {
	height: 1px;
	flex: 1;
	background: var(--md-sys-color-outline-variant);
	content: "";
}

.vortexg-livechat__history-list {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	overflow: auto;
	scrollbar-color: var(--md-sys-color-outline) transparent;
}

.vortexg-livechat__history-empty {
	margin: auto;
	color: var(--md-sys-color-on-surface-variant);
	font-size: 13px;
	text-align: center;
}

.vortexg-livechat__history-card {
	flex: 0 0 auto;
	border: 1px solid var(--md-sys-color-outline-variant);
	background: var(--md-sys-color-surface-container-low);
	color: var(--md-sys-color-on-surface);
}

.vortexg-livechat__history-card:hover,
.vortexg-livechat__history-card:focus-visible {
	background: var(--md-sys-color-surface-container-high);
}

.vortexg-livechat__history-icon {
	background: var(--md-sys-color-secondary-container);
	color: var(--md-sys-color-on-secondary-container);
	font-size: 15px;
	font-weight: 800;
}

.vortexg-livechat__history-copy > span {
	margin-top: 3px;
	overflow: hidden;
	color: var(--md-sys-color-on-surface-variant);
	font-size: 12px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vortexg-livechat__history-copy time {
	margin-top: 5px;
	color: var(--md-sys-color-on-surface-variant);
	font-size: 10px;
}

.vortexg-livechat__archive-screen {
	display: grid;
	min-height: 0;
	grid-template-rows: auto minmax(0, 1fr);
	padding: 0;
	overflow: hidden;
}

.vortexg-livechat__archive-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border-bottom: 1px solid var(--md-sys-color-outline-variant);
	background: var(--md-sys-color-surface-container-low);
}

.vortexg-livechat__archive-header > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.vortexg-livechat__archive-header strong {
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vortexg-livechat__archive-header span {
	color: var(--md-sys-color-on-surface-variant);
	font-size: 11px;
}

.vortexg-livechat__archive-messages {
	height: 100%;
}

.vortexg-livechat__empty {
	margin: auto;
	padding: 20px;
	color: var(--md-sys-color-on-surface-variant);
	text-align: center;
}

.vortexg-livechat__message {
	position: relative;
	align-self: flex-start;
	max-width: 84%;
	padding: 11px 14px;
	border-radius: 18px 18px 18px 5px;
	background: var(--md-sys-color-surface-container-high);
	color: var(--md-sys-color-on-surface);
	outline: 0;
	overflow-wrap: anywhere;
	transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.vortexg-livechat__message.is-customer {
	align-self: flex-end;
	border-radius: 18px 18px 5px 18px;
	background: var(--md-sys-color-primary-container);
	color: var(--md-sys-color-on-primary-container);
}

.vortexg-livechat__message:focus-visible {
	outline: 2px solid var(--md-sys-color-primary);
	outline-offset: 2px;
}

.vortexg-livechat__message.is-customer.is-pending {
	background: var(--md-sys-color-surface-container-highest);
	color: var(--md-sys-color-on-surface-variant);
	opacity: .76;
}

.vortexg-livechat__message.is-customer.is-failed {
	border: 1px solid var(--md-sys-color-error);
	background: var(--md-sys-color-error-container);
	color: var(--md-sys-color-on-error-container);
}

.vortexg-livechat__message.is-system {
	align-self: center;
	max-width: 94%;
	padding: 7px 12px;
	border-radius: var(--md-sys-shape-corner-full);
	background: var(--md-sys-color-secondary-container);
	color: var(--md-sys-color-on-secondary-container);
	font-size: 12px;
	text-align: center;
}

.vortexg-livechat__message .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

.vortexg-livechat__message time {
	display: block;
	font-size: 10px;
}

.vortexg-livechat__message p {
	margin: 0;
	white-space: pre-wrap;
}

.vortexg-livechat__message-image {
	display: block;
	margin: 2px 0 6px;
	border-radius: 12px;
	overflow: hidden;
}

.vortexg-livechat__message-image img {
	display: block;
	width: min(250px, 100%);
	max-height: 230px;
	object-fit: cover;
}

.vortexg-livechat__message-meta {
	position: absolute;
	z-index: 2;
	bottom: calc(100% + 4px);
	left: 0;
	display: flex;
	width: max-content;
	max-width: min(280px, calc(100vw - 64px));
	min-height: 28px;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	padding: 5px 9px;
	border-radius: var(--md-sys-shape-corner-extra-small, 4px);
	background: var(--md-sys-color-inverse-surface);
	box-shadow: 0 2px 8px color-mix(in srgb, var(--md-sys-color-shadow) 24%, transparent);
	color: var(--md-sys-color-inverse-on-surface);
	font-size: 10px;
	line-height: 1.2;
	opacity: 0;
	pointer-events: none;
	transform: translateY(4px);
	transition: opacity 120ms ease, transform 120ms ease, visibility 120ms;
	visibility: hidden;
}

.vortexg-livechat__message-meta::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 6px;
	content: "";
}

.vortexg-livechat__message.is-customer .vortexg-livechat__message-meta {
	right: 0;
	left: auto;
}

.vortexg-livechat__message:hover .vortexg-livechat__message-meta,
.vortexg-livechat__message:focus .vortexg-livechat__message-meta,
.vortexg-livechat__message:focus-within .vortexg-livechat__message-meta {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.vortexg-livechat__message time {
	opacity: .84;
}

.vortexg-livechat__delivery {
	display: inline-flex;
	min-width: 0;
	height: auto;
	align-items: center;
	gap: 7px;
	padding: 0;
	border: 0;
	background: transparent;
	color: currentColor;
	font-size: 10px;
	font-weight: 650;
	line-height: 1.2;
}

.vortexg-livechat__delivery::before {
	width: 3px;
	height: 3px;
	flex: 0 0 3px;
	border-radius: var(--md-sys-shape-corner-full);
	background: currentColor;
	content: "";
	opacity: .55;
}

.vortexg-livechat__delivery button {
	min-height: 24px;
	padding: 0 8px;
	border: 0;
	border-radius: var(--md-sys-shape-corner-full);
	background: var(--md-sys-color-inverse-primary);
	color: var(--md-sys-color-on-primary-container);
	font: inherit;
	font-weight: 750;
}

.vortexg-livechat__status {
	padding: 0 16px;
}

.vortexg-livechat__attachment-preview {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	align-items: center;
	gap: 10px;
	margin: 0 12px;
	padding: 8px;
	border-radius: var(--md-sys-shape-corner-medium);
	background: var(--md-sys-color-surface-container);
	color: var(--md-sys-color-on-surface);
}

.vortexg-livechat__attachment-preview > img {
	width: 48px;
	height: 48px;
	border-radius: var(--md-sys-shape-corner-small);
	object-fit: cover;
}

.vortexg-livechat__attachment-preview > span {
	overflow: hidden;
	font-size: 12px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vortexg-livechat__attachment-preview button {
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: var(--md-sys-shape-corner-full);
	background: transparent;
	color: var(--md-sys-color-on-surface-variant);
}

.vortexg-livechat__attachment-preview button:hover {
	background: var(--md-sys-color-secondary-container);
	color: var(--md-sys-color-on-secondary-container);
}

.vortexg-livechat__attachment-preview svg {
	width: 22px;
	fill: currentColor;
}

.vortexg-livechat__composer {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	align-items: end;
	gap: 8px;
	padding: 10px 12px 12px;
	border-top: 1px solid var(--md-sys-color-outline-variant);
	background: var(--md-sys-color-surface);
}

.vortexg-livechat__composer textarea {
	height: 48px;
	min-height: 48px;
	max-height: 120px;
	resize: none;
	overflow-y: hidden;
	padding: 13px 14px;
	border: 1px solid var(--md-sys-color-outline);
	border-radius: 22px;
	background: var(--md-sys-color-surface-container-low);
	color: var(--md-sys-color-on-surface);
	line-height: 1.35;
	scrollbar-width: none;
}

.vortexg-livechat__composer textarea::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.vortexg-livechat__composer button {
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: var(--md-sys-shape-corner-full);
	background: var(--md-sys-color-primary);
	color: var(--md-sys-color-on-primary);
}

.vortexg-livechat__composer button svg {
	width: 22px;
	fill: currentColor;
}

.vortexg-livechat__composer .vortexg-livechat__attach-button {
	background: var(--md-sys-color-surface-container);
	color: var(--md-sys-color-on-surface-variant);
}

.vortexg-livechat__composer .vortexg-livechat__attach-button:hover {
	background: var(--md-sys-color-secondary-container);
	color: var(--md-sys-color-on-secondary-container);
}

.vortexg-livechat__nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	margin: 0 14px 14px;
	padding: 5px;
	border-radius: var(--md-sys-shape-corner-full);
	background: var(--md-sys-color-surface-container);
}

.vortexg-livechat__dialog {
	width: min(340px, calc(100vw - 40px));
	max-width: none;
	padding: 0;
	border: 1px solid var(--md-sys-color-outline-variant);
	border-radius: var(--md-sys-shape-corner-extra-large);
	background: var(--md-sys-color-surface-container-high);
	color: var(--md-sys-color-on-surface);
	box-shadow: 0 16px 52px color-mix(in srgb, var(--md-sys-color-shadow) 42%, transparent);
}

.vortexg-livechat__dialog::backdrop {
	background: color-mix(in srgb, var(--md-sys-color-shadow) 58%, transparent);
}

.vortexg-livechat__dialog-content {
	padding: 24px;
}

.vortexg-livechat__dialog h2 {
	margin: 0 0 12px;
	color: var(--md-sys-color-on-surface);
	font-size: 24px;
	line-height: 1.2;
}

.vortexg-livechat__dialog p {
	margin: 0;
	color: var(--md-sys-color-on-surface-variant);
	font-size: 14px;
	line-height: 1.5;
}

.vortexg-livechat__dialog dl {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
}

.vortexg-livechat__dialog dl > div {
	display: grid;
	grid-template-columns: minmax(88px, .8fr) minmax(0, 1.4fr);
	gap: 12px;
}

.vortexg-livechat__dialog dt {
	color: var(--md-sys-color-on-surface-variant);
	font-size: 12px;
	font-weight: 700;
}

.vortexg-livechat__dialog dd {
	margin: 0;
	overflow-wrap: anywhere;
	font-size: 13px;
}

.vortexg-livechat__dialog-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 24px;
}

.vortexg-livechat__dialog-actions button {
	min-height: 48px;
	padding: 0 16px;
	border: 0;
	border-radius: var(--md-sys-shape-corner-full);
	font-size: 13px;
	font-weight: 750;
}

.vortexg-livechat__dialog-text {
	background: transparent;
	color: var(--md-sys-color-primary);
}

.vortexg-livechat__dialog-danger {
	background: var(--md-sys-color-error);
	color: var(--md-sys-color-on-error);
}

.vortexg-livechat__nav button {
	position: relative;
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	border-radius: var(--md-sys-shape-corner-full);
	background: transparent;
	color: var(--md-sys-color-on-surface-variant);
	font-size: 12px;
	font-weight: 700;
}

.vortexg-livechat__nav button.is-active {
	background: var(--md-sys-color-secondary-container);
	color: var(--md-sys-color-on-secondary-container);
}

.vortexg-livechat__nav button > svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.vortexg-livechat__nav-badge {
	position: absolute;
	top: -4px;
	right: 16px;
}

@media (max-width: 520px) {
	.vortexg-livechat {
		--vortexg-livechat-edge: 12px;
	}

	.vortexg-livechat__panel {
		position: fixed;
		inset: auto 0 0;
		width: 100%;
		height: min(92dvh, 760px);
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: var(--md-sys-shape-corner-extra-large) var(--md-sys-shape-corner-extra-large) 0 0;
		transform: translateY(70%);
		transform-origin: bottom;
	}

	.vortexg-livechat.is-open .vortexg-livechat__panel {
		transform: translateY(0);
	}

	.vortexg-livechat__screen {
		padding: 14px;
	}

	.vortexg-livechat__welcome {
		padding: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vortexg-livechat *,
	.vortexg-livechat *::before,
	.vortexg-livechat *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}
