.jwon-plp {
	--jwon-plp-bg: #f5f7fb;
	--jwon-plp-panel: #ffffff;
	--jwon-plp-ink: #101828;
	--jwon-plp-text: #344054;
	--jwon-plp-muted: #667085;
	--jwon-plp-line: #d9e2ec;
	--jwon-plp-blue: #0b67d1;
	--jwon-plp-blue-dark: #084b9a;
	--jwon-plp-green: #087a5b;
	--jwon-plp-green-soft: #e9f7f1;
	--jwon-plp-amber: #9a5b00;
	--jwon-plp-amber-soft: #fff6e6;
	--jwon-plp-shadow: 0 16px 42px rgba(16, 24, 40, 0.11);
	color: var(--jwon-plp-ink);
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
	line-height: 1.5;
	box-sizing: border-box;
	width: min(100%, 540px) !important;
	max-width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	overflow-x: hidden;
	background: linear-gradient(180deg, #eef5ff 0%, #f8fafc 44%, #f4faf7 100%);
}

.jwon-plp[data-theme="dark"] {
	--jwon-plp-bg: #101723;
	--jwon-plp-panel: #172131;
	--jwon-plp-ink: #f5f8ff;
	--jwon-plp-text: #d6dfec;
	--jwon-plp-muted: #99a7ba;
	--jwon-plp-line: #2a384a;
	--jwon-plp-blue: #4d9dff;
	--jwon-plp-blue-dark: #91c5ff;
	--jwon-plp-green: #4dce9c;
	--jwon-plp-green-soft: #132d25;
	--jwon-plp-amber: #ffb454;
	--jwon-plp-amber-soft: #2b2114;
	--jwon-plp-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
	background: linear-gradient(180deg, #111d2d 0%, #101723 46%, #111c18 100%);
}

body:has(.jwon-plp),
body[data-jwon-plp-theme="light"] {
	--jwon-plp-page-bg: linear-gradient(180deg, #eef5ff 0%, #f8fafc 44%, #f4faf7 100%);
	background: var(--jwon-plp-page-bg) fixed !important;
}

body:has(.jwon-plp[data-theme="dark"]),
body[data-jwon-plp-theme="dark"] {
	--jwon-plp-page-bg: linear-gradient(180deg, #111d2d 0%, #101723 46%, #111c18 100%);
	background: var(--jwon-plp-page-bg) fixed !important;
}

body:has(.jwon-plp) #page,
body:has(.jwon-plp) #content,
body:has(.jwon-plp) .tpc-site-content,
body[data-jwon-plp-theme] #page,
body[data-jwon-plp-theme] #content,
body[data-jwon-plp-theme] .tpc-site-content {
	background: transparent !important;
}

.jwon-plp *,
.jwon-plp *::before,
.jwon-plp *::after {
	box-sizing: border-box;
}

.jwon-plp a {
	color: inherit;
	text-decoration: none;
}

.jwon-plp::selection,
.jwon-plp *::selection {
	background: rgba(11, 103, 209, 0.86);
	color: #fff;
	text-shadow: none;
}

.jwon-plp::-moz-selection,
.jwon-plp *::-moz-selection {
	background: rgba(11, 103, 209, 0.86);
	color: #fff;
	text-shadow: none;
}

.jwon-plp-modal-open {
	overflow: hidden;
}

.jwon-plp-wrap {
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	padding: 22px 16px 42px;
}

.jwon-plp-profile-card {
	position: relative;
	overflow: hidden;
	padding-bottom: 18px;
	border: 1px solid var(--jwon-plp-line);
	border-radius: 14px;
	background: var(--jwon-plp-panel);
	box-shadow: var(--jwon-plp-shadow);
}

.jwon-plp-theme-toggle {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #475467;
	cursor: pointer;
}

.jwon-plp-theme-toggle svg {
	display: block;
	width: 20px;
	height: 20px;
}

.jwon-plp-theme-toggle .show_on_dark {
	display: none;
}

.jwon-plp[data-theme="dark"] .jwon-plp-theme-toggle .show_on_light {
	display: none;
}

.jwon-plp[data-theme="dark"] .jwon-plp-theme-toggle .show_on_dark {
	display: block;
}

.jwon-plp-theme-toggle:focus-visible {
	outline: 3px solid rgba(11, 103, 209, 0.3);
	outline-offset: 2px;
}

.jwon-plp[data-theme="dark"] .jwon-plp-theme-toggle {
	background: #1f1f1f;
	color: #f8fafc;
}

.jwon-plp-profile-body {
	display: grid;
	grid-template-columns: 102px minmax(0, 1fr);
	gap: 14px;
	align-items: end;
	padding: 18px 18px 12px;
}

.jwon-plp-avatar {
	position: relative;
	width: 102px;
	height: 102px;
	display: grid;
	place-items: center;
	overflow: visible;
	border: 4px solid var(--jwon-plp-panel);
	border-radius: 18px;
	background: #fff;
	color: var(--jwon-plp-blue-dark);
	box-shadow: 0 12px 30px rgba(16, 24, 40, 0.18);
	font-size: 30px;
	font-weight: 850;
}

.jwon-plp-avatar-img {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	object-fit: cover;
}

.jwon-plp-profile-main {
	min-width: 0;
	padding-bottom: 12px;
	text-align: left;
}

.jwon-plp-profile-name-row {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.jwon-plp-profile-name {
	margin: 0;
	color: var(--jwon-plp-ink);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
}

.jwon-plp-verified {
	position: absolute;
	right: -8px;
	bottom: -8px;
	z-index: 2;
	width: 27px;
	height: 27px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #fff;
	color: #1d9bf0;
}

.jwon-plp-verified-icon {
	display: block;
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.jwon-plp-handle {
	margin: 5px 0 0;
	color: var(--jwon-plp-muted);
	font-size: 13px;
}

.jwon-plp h1 {
	margin: 14px 0 0;
	padding: 0 18px;
	color: var(--jwon-plp-ink);
	font-size: clamp(24px, 6.2vw, 32px) !important;
	line-height: 1.16;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	text-align: center;
}

.jwon-plp-lead {
	max-width: 440px;
	margin: 12px auto 0;
	padding: 0 18px;
	color: var(--jwon-plp-text);
	font-size: 15px;
	text-align: center;
}

.jwon-plp-proof-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	margin-top: 14px;
	padding: 0 24px;
}

.jwon-plp-proof-badges {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	min-width: 0;
}

.jwon-plp-proof-badges span {
	padding: 6px 12px;
	border: 1px solid var(--jwon-plp-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: #293548;
	font-size: 12px;
	font-weight: 760;
	white-space: nowrap;
}

.jwon-plp-contact-chip {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 5px;
	margin-left: auto;
	padding: 7px 12px;
	border: 1px solid rgba(11, 103, 209, 0.28);
	border-radius: 999px;
	background: #f3f9ff;
	color: var(--jwon-plp-blue-dark);
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	cursor: pointer;
}

.jwon-plp-contact-chip svg {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.jwon-plp-contact-chip:hover,
.jwon-plp-contact-chip:focus-visible {
	border-color: var(--jwon-plp-blue);
	background: #e7f3ff;
	outline: none;
}

.jwon-plp[data-theme="dark"] .jwon-plp-proof-badges span {
	background: rgba(15, 23, 42, 0.58);
	color: #d9e4f2;
}

.jwon-plp[data-theme="dark"] .jwon-plp-contact-chip {
	border-color: rgba(77, 157, 255, 0.58);
	background: #e7f3ff;
	color: #084b9a;
	box-shadow: 0 8px 18px rgba(77, 157, 255, 0.14);
}

.jwon-plp[data-theme="dark"] .jwon-plp-contact-chip:hover,
.jwon-plp[data-theme="dark"] .jwon-plp-contact-chip:focus-visible {
	border-color: #91c5ff;
	background: #ffffff;
	color: #063d7d;
}

.jwon-plp-why {
	margin-top: 14px;
	padding: 20px 18px;
	border-radius: 14px;
	background: linear-gradient(135deg, #0b0b0d 0%, #111111 58%, #1d130d 100%);
	color: #fff;
	box-shadow: var(--jwon-plp-shadow);
}

.jwon-plp-why h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 20px;
	line-height: 1.35;
}

.jwon-plp-why p {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
}

.jwon-plp-why-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.jwon-plp-why-points span {
	flex: 1 1 118px;
	min-width: 0;
	padding: 9px 8px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 11.5px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

.jwon-plp-primary-links {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.jwon-plp-link-card {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 72px;
	padding: 13px 14px;
	border: 1px solid var(--jwon-plp-line);
	border-radius: 10px;
	background: var(--jwon-plp-panel);
	box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
}

.jwon-plp-link-card:focus-visible,
.jwon-plp-link-card:hover {
	border-color: rgba(11, 103, 209, 0.55);
	outline: none;
	transform: translateY(-1px);
	transition: 150ms ease;
}

.jwon-plp-link-card.primary {
	border-color: var(--jwon-plp-blue);
	background: linear-gradient(135deg, #0b67d1 0%, #1378e8 100%);
	color: #fff;
}

.jwon-plp-link-card.student {
	border-color: rgba(11, 103, 209, 0.34);
	background: linear-gradient(135deg, #b9dcff 0%, #d6ebff 100%);
	color: #062f63;
}

.jwon-plp-link-card.course {
	border-color: rgba(11, 103, 209, 0.18);
	background: linear-gradient(135deg, #f3f9ff 0%, #fbfdff 100%);
	color: #102a4c;
}

.jwon-plp-icon {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: rgba(11, 103, 209, 0.1);
	color: var(--jwon-plp-blue-dark);
	font-size: 15px;
	font-weight: 850;
}

.jwon-plp-link-card.primary .jwon-plp-icon {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.jwon-plp-link-card.student .jwon-plp-icon {
	background: rgba(255, 255, 255, 0.56);
	color: #0b67d1;
}

.jwon-plp-link-card.course .jwon-plp-icon {
	background: rgba(11, 103, 209, 0.09);
	color: #1f6fb9;
}

.jwon-plp-link-card strong {
	display: block;
	overflow-wrap: anywhere;
	font-size: 16px;
	line-height: 1.25;
}

.jwon-plp-link-card small {
	display: block;
	margin-top: 4px;
	color: var(--jwon-plp-muted);
	font-size: 12.5px;
	line-height: 1.35;
}

.jwon-plp-link-card.primary small {
	color: rgba(255, 255, 255, 0.82);
}

.jwon-plp-link-card.student small {
	color: #315e8f;
}

.jwon-plp-link-card.course small {
	color: #4f6f95;
}

.jwon-plp-arrow {
	color: currentColor;
	font-size: 18px;
	font-weight: 850;
}

.jwon-plp-video {
	overflow: hidden;
	margin-top: 16px;
	border: 1px solid rgba(11, 103, 209, 0.16);
	border-radius: 12px;
	background: #0f1f35;
	box-shadow: var(--jwon-plp-shadow);
}

.jwon-plp-video-copy {
	padding: 16px 16px 0;
	color: #fff;
	text-align: center;
}

.jwon-plp-video-copy h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
}

.jwon-plp-video-copy p {
	margin: 6px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
}

.jwon-plp-video-embed {
	padding: 14px;
}

.jwon-plp-video-embed iframe,
.jwon-plp-video-embed video {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 10px;
}

.jwon-plp-video-fallback {
	display: grid;
	min-height: 190px;
	place-items: center;
	gap: 10px;
	color: #fff;
	text-align: center;
}

.jwon-plp-play-mark {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.jwon-plp-play-mark::before {
	content: "";
	display: block;
	margin-left: 4px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 17px solid var(--jwon-plp-blue);
}

.jwon-plp-section {
	margin-top: 14px;
	padding: 16px;
	border: 1px solid var(--jwon-plp-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.86);
}

.jwon-plp[data-theme="dark"] .jwon-plp-section {
	background: rgba(23, 33, 49, 0.86);
}

.jwon-plp-section h2 {
	margin: 0 0 8px;
	color: var(--jwon-plp-ink);
	font-size: 17px;
	line-height: 1.35;
}

.jwon-plp-section p {
	margin: 0;
	color: var(--jwon-plp-text);
	font-size: 14px;
}

.jwon-plp-split-compare {
	overflow: hidden;
	margin-top: 14px;
	border: 1px solid var(--jwon-plp-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
}

.jwon-plp-split-head,
.jwon-plp-split-row {
	display: grid;
	grid-template-columns: 0.86fr 1fr 1fr;
}

.jwon-plp-split-head > div,
.jwon-plp-split-row > div {
	padding: 12px 10px;
	border-left: 1px solid #edf1f5;
}

.jwon-plp-split-head > div:first-child,
.jwon-plp-split-row > div:first-child {
	border-left: 0;
}

.jwon-plp-split-head {
	background: #f8fafc;
	color: #101828;
	font-size: 12px;
	font-weight: 850;
}

.jwon-plp-split-head .jwon-plp-best-col {
	position: relative;
	padding-right: 50px;
	background: #eaf4ff;
	color: #0b67d1;
}

.jwon-plp-best-label {
	position: absolute;
	top: 10px;
	right: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 4px 7px;
	border-radius: 999px;
	background: #0b67d1;
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
}

.jwon-plp-split-row {
	border-top: 1px solid #edf1f5;
	color: #344054;
	font-size: 12px;
}

.jwon-plp-split-row b {
	display: block;
	color: #101828;
	font-size: 12.5px;
	line-height: 1.35;
}

.jwon-plp-split-row small {
	display: block;
	margin-top: 4px;
	color: #667085;
	font-size: 11.5px;
	line-height: 1.35;
}

.jwon-plp-row-title {
	color: #344054;
	font-weight: 850;
}

.jwon-plp-split-row .jwon-plp-best-col {
	background: #f2f8ff;
}

.jwon-plp-split-row .jwon-plp-best-col b {
	color: #0b67d1;
}

.jwon-plp-split-row .jwon-plp-best-col small {
	color: #4f6f95;
}

.jwon-plp-contact-modal[hidden] {
	display: none !important;
}

.jwon-plp-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 18px;
}

.jwon-plp-contact-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.52);
	backdrop-filter: blur(4px);
}

.jwon-plp-contact-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 640px);
	max-height: min(86vh, 780px);
	overflow: auto;
	border: 1px solid rgba(11, 103, 209, 0.2);
	border-radius: 18px;
	background: #f7fbff;
	box-shadow: 0 26px 80px rgba(16, 24, 40, 0.3);
}

.jwon-plp-contact-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px;
	border-bottom: 1px solid #d9e8f8;
	background: #fff;
}

.jwon-plp-contact-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.jwon-plp-contact-mark {
	width: 44px;
	height: 44px;
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 13px;
	background: #0b67d1;
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 0;
	box-shadow: 0 12px 28px rgba(11, 103, 209, 0.24);
}

.jwon-plp-contact-kicker {
	display: block;
	margin-bottom: 1px;
	color: #0b67d1;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0;
}

.jwon-plp-contact-head h2 {
	margin: 0;
	color: #101828;
	font-size: 20px;
	line-height: 1.3;
}

.jwon-plp-contact-head p {
	margin: 2px 0 0;
	color: #52657d;
	font-size: 12.5px;
	line-height: 1.4;
}

.jwon-plp-contact-close {
	width: 34px;
	height: 34px;
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid #cde0f4;
	border-radius: 999px;
	background: #f8fbff;
	color: #0b376d;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.jwon-plp-contact-content {
	display: grid;
	gap: 12px;
	padding: 14px;
}

.jwon-plp-chat-box,
.jwon-plp-form-box {
	padding: 14px;
	border: 1px solid #d7e7f8;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(11, 103, 209, 0.06);
}

.jwon-plp-contact-section-head {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 12px;
}

.jwon-plp-contact-section-icon {
	width: 34px;
	height: 34px;
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 10px;
	background: #e7f3ff;
	color: #0b67d1;
}

.jwon-plp-contact-section-head h3 {
	margin: 0;
	color: #0b376d;
	font-size: 15px;
	line-height: 1.25;
}

.jwon-plp-contact-section-head p {
	margin: 2px 0 0;
	color: #667085;
	font-size: 12px;
	line-height: 1.35;
}

.jwon-plp-chat-messages {
	display: grid;
	align-content: start;
	gap: 8px;
	min-height: 172px;
	max-height: 260px;
	overflow: auto;
	padding: 12px;
	border: 1px solid #dce9f8;
	border-radius: 13px;
	background: #f8fbff;
}

.jwon-plp-chat-message {
	align-self: start;
	width: fit-content;
	max-width: 86%;
	padding: 10px 12px;
	border-radius: 14px;
	color: #102a4c;
	font-size: 13px;
	line-height: 1.45;
	white-space: pre-wrap;
}

.jwon-plp-chat-message.assistant {
	border: 1px solid #d4e7fb;
	background: #fff;
}

.jwon-plp-chat-message.user {
	justify-self: end;
	background: #0b67d1;
	color: #fff;
}

.jwon-plp-chat-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 9px;
	margin-top: 11px;
}

.jwon-plp-chat-form input {
	min-width: 0;
	min-height: 44px;
	padding: 0 13px;
	border: 1px solid #c9d9ea !important;
	border-radius: 11px;
	background: #fff !important;
	color: #101828 !important;
	font-size: 14px;
}

.jwon-plp.jwon-plp .jwon-plp-contact-modal .jwon-plp-chat-form input#jwon-plp-chat-message:focus {
	border: 1px solid #0b67d1 !important;
	box-shadow: 0 0 0 3px rgba(11, 103, 209, 0.12) !important;
	outline: none !important;
}

.jwon-plp-chat-form button {
	min-height: 44px;
	padding: 0 16px;
	border: 0;
	border-radius: 11px;
	background: #0b67d1;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.jwon-plp-chat-form button:disabled {
	background: #91bde8;
	cursor: wait;
}

.jwon-plp-chat-status,
.jwon-plp-empty-form {
	margin: 9px 0 0;
	color: #667085;
	font-size: 12px;
}

.jwon-plp-form-shortcode {
	color: #101828;
}

.jwon-plp-form-shortcode input,
.jwon-plp-form-shortcode textarea,
.jwon-plp-form-shortcode select {
	max-width: 100%;
	border-color: #c9d9ea;
}

.jwon-plp[data-theme="dark"] .jwon-plp-contact-backdrop {
	background: rgba(4, 10, 18, 0.72);
	backdrop-filter: blur(6px);
}

.jwon-plp[data-theme="dark"] .jwon-plp-contact-dialog {
	color-scheme: dark;
	border-color: rgba(77, 157, 255, 0.24);
	background: #111d2d;
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.58);
}

.jwon-plp[data-theme="dark"] .jwon-plp-contact-head {
	border-bottom-color: #26374d;
	background: #172131;
}

.jwon-plp[data-theme="dark"] .jwon-plp-contact-kicker {
	color: #74b4ff;
}

.jwon-plp[data-theme="dark"] .jwon-plp-contact-head h2,
.jwon-plp[data-theme="dark"] .jwon-plp-contact-section-head h3 {
	color: #f5f8ff;
}

.jwon-plp[data-theme="dark"] .jwon-plp-contact-head p,
.jwon-plp[data-theme="dark"] .jwon-plp-contact-section-head p,
.jwon-plp[data-theme="dark"] .jwon-plp-chat-status,
.jwon-plp[data-theme="dark"] .jwon-plp-empty-form {
	color: #aab8cb;
}

.jwon-plp[data-theme="dark"] .jwon-plp-contact-close {
	border-color: #31445d;
	background: #101723;
	color: #dbeafe;
}

.jwon-plp[data-theme="dark"] .jwon-plp-chat-box,
.jwon-plp[data-theme="dark"] .jwon-plp-form-box {
	border-color: #2a3d55;
	background: #172131;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.jwon-plp[data-theme="dark"] .jwon-plp-contact-section-icon {
	background: #102a4c;
	color: #74b4ff;
}

.jwon-plp[data-theme="dark"] .jwon-plp-chat-messages {
	border-color: #2a3d55;
	background: #101723;
}

.jwon-plp[data-theme="dark"] .jwon-plp-chat-message {
	color: #eaf2ff;
}

.jwon-plp[data-theme="dark"] .jwon-plp-chat-message.assistant {
	border-color: #2f4663;
	background: #172131;
}

.jwon-plp[data-theme="dark"] .jwon-plp-chat-message.user {
	background: #0b67d1;
	color: #fff;
}

.jwon-plp[data-theme="dark"] .jwon-plp-chat-form input {
	border-color: #35506c !important;
	background: #101723 !important;
	color: #f5f8ff !important;
}

.jwon-plp[data-theme="dark"] .jwon-plp-chat-form input::placeholder {
	color: #8fa2ba;
}

.jwon-plp[data-theme="dark"] .jwon-plp-contact-modal .jwon-plp-chat-form input#jwon-plp-chat-message:focus {
	border-color: #4d9dff !important;
	box-shadow: 0 0 0 3px rgba(77, 157, 255, 0.18) !important;
}

.jwon-plp[data-theme="dark"] .jwon-plp-form-shortcode,
.jwon-plp[data-theme="dark"] .jwon-plp-form-shortcode label,
.jwon-plp[data-theme="dark"] .jwon-plp-form-shortcode legend,
.jwon-plp[data-theme="dark"] .jwon-plp-form-shortcode p,
.jwon-plp[data-theme="dark"] .jwon-plp-form-shortcode span {
	color: #eaf2ff;
}

.jwon-plp[data-theme="dark"] .jwon-plp-form-shortcode input,
.jwon-plp[data-theme="dark"] .jwon-plp-form-shortcode textarea,
.jwon-plp[data-theme="dark"] .jwon-plp-form-shortcode select {
	border-color: #35506c !important;
	background: #101723 !important;
	color: #f5f8ff !important;
}

.ct-back-to-top {
	background: #0b67d1 !important;
	color: #fff !important;
	box-shadow: 0 10px 24px rgba(11, 103, 209, 0.28) !important;
}

.ct-back-to-top:hover,
.ct-back-to-top:focus-visible {
	background: #084b9a !important;
}

@media (max-width: 499px) {
	.jwon-plp-proof-row {
		flex-direction: column;
		align-items: stretch;
	}

	.jwon-plp-contact-chip {
		align-self: flex-end;
	}
}

@media (max-width: 390px) {
	.jwon-plp-wrap {
		padding-inline: 13px;
	}

	.jwon-plp-link-card {
		grid-template-columns: 30px minmax(0, 1fr) auto;
		gap: 10px;
		padding: 12px;
	}

	.jwon-plp-split-head,
	.jwon-plp-split-row {
		grid-template-columns: 0.72fr 1fr 1fr;
	}

	.jwon-plp-split-head > div,
	.jwon-plp-split-row > div {
		padding-inline: 8px;
	}

	.jwon-plp-split-head .jwon-plp-best-col {
		padding-right: 42px;
	}

	.jwon-plp-best-label {
		top: 9px;
		right: 6px;
		padding: 3px 6px;
	}

	.jwon-plp-profile-body {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 12px;
		padding-inline: 14px;
	}

	.jwon-plp-avatar {
		width: 92px;
		height: 92px;
		border-radius: 16px;
	}

	.jwon-plp-profile-name {
		font-size: 21px;
	}

	.jwon-plp-proof-row {
		padding: 0 14px;
	}

	.jwon-plp-proof-badges {
		justify-content: center;
	}

	.jwon-plp-why-points span {
		flex-basis: 100%;
	}

	.jwon-plp-contact-chip {
		margin-left: auto;
	}
}
