.grandsport-livechat-wrapper {
	--gslc-navy: #1d284f;
	--gslc-dark: #111a35;
	--gslc-orange: #ff5b1a;
	--gslc-soft: rgba(255, 255, 255, .08);
	--gslc-line: rgba(255, 255, 255, .14);
	--gslc-text: rgba(255, 255, 255, .9);
	margin: 26px 0;
	border: 1px solid rgba(255, 91, 26, .34);
	border-radius: 14px;
	overflow: hidden;
	background:
		radial-gradient(circle at 14% 0, rgba(255, 91, 26, .18), transparent 34%),
		linear-gradient(145deg, #253055 0%, var(--gslc-dark) 100%);
	color: #fff;
	box-shadow: 0 18px 44px rgba(17, 26, 53, .18);
}

.article-content .grandsport-livechat-wrapper {
	color: #fff;
}

.gslc-header {
	display: grid;
	gap: 8px;
	padding: 20px 22px 18px;
	border-bottom: 1px solid var(--gslc-line);
}

.gslc-header span {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 25px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--gslc-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0;
}

.gslc-header h2 {
	max-width: 920px;
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 3.2vw, 38px);
	line-height: 1.05;
	letter-spacing: 0;
}

.article-content .grandsport-livechat-wrapper .gslc-header h2 {
	color: #fff;
}

.gslc-feedback {
	margin: 16px 18px 0;
	padding: 12px 14px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .1);
	font-weight: 850;
}

.gslc-feedback.is-success {
	border-left: 4px solid #26c979;
}

.gslc-feedback.is-error {
	border-left: 4px solid var(--gslc-orange);
}

.gslc-messages {
	position: relative;
	display: grid;
	gap: 12px;
	padding: 18px;
}

.gslc-thread {
	display: grid;
	gap: 8px;
}

.gslc-messages::before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 31px;
	width: 2px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--gslc-orange), rgba(255, 255, 255, .08));
}

.grandsport-message {
	position: relative;
	display: grid;
	gap: 10px;
	margin-left: 24px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 12px;
	background: rgba(255, 255, 255, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.grandsport-message::before {
	content: "";
	position: absolute;
	top: 18px;
	left: -34px;
	width: 12px;
	height: 12px;
	border: 3px solid var(--gslc-dark);
	border-radius: 50%;
	background: var(--gslc-orange);
	box-shadow: 0 0 0 3px rgba(255, 91, 26, .18);
}

.grandsport-message.is-staff {
	border-color: rgba(255, 91, 26, .42);
	background: linear-gradient(135deg, rgba(255, 91, 26, .15), rgba(255, 255, 255, .065));
}

.gslc-replies {
	display: grid;
	gap: 8px;
	margin-left: 54px;
}

.gslc-replies .grandsport-message {
	margin-left: 0;
	border-color: rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .1);
}

.gslc-replies .grandsport-message::before {
	left: -25px;
	width: 9px;
	height: 9px;
	border-width: 2px;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(255, 91, 26, .2);
}

.grandsport-message header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	color: #fff;
}

.grandsport-message header strong {
	min-width: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 950;
	overflow-wrap: anywhere;
}

.article-content .grandsport-livechat-wrapper .grandsport-message header strong {
	color: #fff;
	font-size: 14px;
	line-height: 1.25;
}

.grandsport-message header span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 91, 26, .16);
	color: var(--gslc-orange);
	font-size: 12px;
	font-weight: 950;
	white-space: nowrap;
}

.article-content .grandsport-livechat-wrapper .grandsport-message header span {
	color: var(--gslc-orange);
	font-size: 12px;
	line-height: 1;
}

.gslc-content {
	color: var(--gslc-text);
	font-size: 16px;
	line-height: 1.62;
	overflow-wrap: anywhere;
}

.article-content .grandsport-livechat-wrapper .gslc-content,
.article-content .grandsport-livechat-wrapper .gslc-content p,
.article-content .grandsport-livechat-wrapper .gslc-content li {
	color: rgba(255, 255, 255, .92);
	font-size: 16px;
	line-height: 1.62;
}

.gslc-content p:first-child {
	margin-top: 0;
}

.gslc-content p:last-child {
	margin-bottom: 0;
}

.gslc-content a:not(.gslc-media-link) {
	color: #fff;
	font-weight: 900;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--gslc-orange);
	text-underline-offset: 3px;
}

.gslc-media-link {
	display: inline-block;
	max-width: min(100%, 520px);
	margin-top: 10px;
	border-radius: 10px;
	overflow: hidden;
	cursor: zoom-in;
	background: rgba(255, 255, 255, .08);
	box-shadow: 0 10px 24px rgba(8, 14, 31, .2);
}

.gslc-media-link img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
	transition: transform 180ms ease, opacity 180ms ease;
}

.gslc-media-link:hover img {
	transform: scale(1.015);
	opacity: .92;
}

.gslc-embed {
	overflow: hidden;
	width: 100%;
	max-width: 680px;
	margin: 12px 0;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 12px;
	background: rgba(6, 12, 31, .5);
	box-shadow: 0 12px 28px rgba(8, 14, 31, .24);
}

.gslc-embed iframe,
.gslc-embed glomex-integration,
.gslc-embed--connatix > div,
.gslc-content video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
	background: #060c1f;
}

.gslc-embed glomex-integration,
.gslc-embed--connatix > div {
	min-height: 260px;
}

.gslc-embed--facebook,
.gslc-embed--facebook iframe {
	min-height: 260px;
}

.gslc-content video {
	max-width: min(100%, 680px);
	margin: 12px 0;
	border-radius: 12px;
}

.gslc-load-more,
.gslc-comment-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 0;
	border-radius: 999px;
	background: var(--gslc-orange);
	color: #fff;
	font-weight: 950;
	cursor: pointer;
}

.gslc-load-more {
	margin: 0 18px 18px 42px;
	padding: 0 18px;
}

.gslc-load-more:disabled {
	opacity: .65;
	cursor: wait;
}

.gslc-comment-form {
	display: grid;
	gap: 12px;
	padding: 18px;
	border-top: 1px solid var(--gslc-line);
	background: rgba(255, 255, 255, .04);
}

.gslc-comment-form label {
	display: grid;
	gap: 6px;
	color: rgba(255, 255, 255, .8);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0;
}

.gslc-comment-form input,
.gslc-comment-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 9px;
	background: rgba(255, 255, 255, .96);
	color: var(--gslc-navy);
	font: inherit;
}

.gslc-comment-form input {
	min-height: 42px;
	padding: 0 12px;
}

.gslc-comment-form textarea {
	padding: 10px 12px;
	resize: vertical;
}

.gslc-comment-form button {
	justify-self: start;
	padding: 0 20px;
}

.gslc-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.gslc-error {
	padding: 12px 14px;
	border-left: 4px solid #ff5b1a;
	background: #fff4ed;
	color: #1b264f;
	font-weight: 850;
}

@media (max-width: 640px) {
	.grandsport-livechat-wrapper {
		margin: 18px 0;
		border-radius: 12px;
	}

	.gslc-header,
	.gslc-messages,
	.gslc-comment-form {
		padding: 12px;
	}

	.gslc-messages::before {
		left: 18px;
	}

	.gslc-thread {
		gap: 7px;
	}

	.grandsport-message {
		margin-left: 14px;
		padding: 11px 12px;
		border-radius: 10px;
	}

	.grandsport-message::before {
		left: -23px;
		width: 10px;
		height: 10px;
	}

	.grandsport-message header {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.gslc-content {
		font-size: 15px;
		line-height: 1.55;
	}

	.article-content .grandsport-livechat-wrapper .gslc-content,
	.article-content .grandsport-livechat-wrapper .gslc-content p,
	.article-content .grandsport-livechat-wrapper .gslc-content li {
		font-size: 15px;
		line-height: 1.55;
	}

	.gslc-replies {
		margin-left: 20px;
	}

	.gslc-replies .grandsport-message::before {
		left: -19px;
	}

	.gslc-media-link,
	.gslc-content video,
	.gslc-embed {
		max-width: 100%;
	}

	.gslc-embed glomex-integration,
	.gslc-embed--connatix > div,
	.gslc-embed--facebook,
	.gslc-embed--facebook iframe {
		min-height: 185px;
	}

	.gslc-load-more {
		margin-left: 26px;
	}
}
