/* ==========================================================================
   Training License System — Frontend styles
   ========================================================================== */

/* Full-page gate wrapper (single-program_builder.php when access denied)
   ========================================================================== */

.pb-front--license-gate {
	padding-top: 2rem;
	padding-bottom: 4rem;
	min-height: 50vh;
}

/* Access granted (licensed visitor)
   ========================================================================== */

.wt-license-access-notice {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.9rem 1.1rem;
	margin: 0 0 1.25rem;
	border-radius: 10px;
	border: 1px solid #bbf7d0;
	background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
	color: #14532d;
	box-shadow: 0 1px 2px rgba(20, 83, 45, 0.06);
}

.wt-license-access-notice__body {
	flex: 1;
	min-width: 0;
}

.wt-license-access-notice__icon {
	flex-shrink: 0;
	color: #16a34a;
	line-height: 1;
	margin-top: 2px;
}

.wt-license-access-notice__text {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.45;
}

.wt-license-access-notice__actions {
	margin: 0.65rem 0 0;
}

.wt-license-access-notice__link {
	display: inline-flex;
	align-items: center;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--wt-shop-primary, #091057);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wt-license-access-notice__link:hover {
	color: var(--wt-shop-secondary, #ff6900);
}

.wt-license-access-notice--admin {
	border-color: #fcd34d;
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	color: #78350f;
}

.wt-license-access-notice--admin .wt-license-access-notice__icon {
	color: #d97706;
}

.wt-license-access-notice--admin .wt-license-access-notice__link {
	color: #78350f;
}

.wt-license-access-notice--admin .wt-license-access-notice__link:hover {
	color: var(--wt-shop-primary, #091057);
}

/* License gate overlay
   ========================================================================== */

.wt-license-gate {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 380px;
	padding: 3rem 1rem;
	background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	margin: 2rem 0;
}

.wt-license-gate__inner {
	text-align: center;
	max-width: 480px;
}

.wt-license-gate__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: var(--wt-shop-primary, #091057);
	color: #fff;
	margin: 0 auto 1.5rem;
}

.wt-license-gate__title {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--wt-shop-primary, #091057);
	margin: 0 0 .75rem;
	line-height: 1.2;
}

.wt-license-gate__desc {
	font-size: 1rem;
	color: var(--wt-shop-gray, #737373);
	margin: 0 0 2rem;
	line-height: 1.6;
}

.wt-license-gate__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.wt-license-gate__btn {
	display: inline-flex;
	align-items: center;
	padding: .875rem 1.75rem;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 10px;
	text-decoration: none;
	transition: background .2s, border-color .2s, box-shadow .2s;
	cursor: pointer;
}

.wt-license-gate__btn--primary {
	background: var(--wt-shop-secondary, #ff6900);
	color: #fff;
	border: 2px solid var(--wt-shop-secondary, #ff6900);
}

.wt-license-gate__btn--primary:hover {
	background: var(--wt-shop-secondary-darker, #cc4b02);
	border-color: var(--wt-shop-secondary-darker, #cc4b02);
	color: #fff;
	box-shadow: 0 8px 24px rgba(255, 105, 0, .25);
}

.wt-license-gate__btn--secondary {
	background: transparent;
	color: var(--wt-shop-primary, #091057);
	border: 2px solid var(--wt-shop-primary, #091057);
}

.wt-license-gate__btn--secondary:hover {
	background: var(--wt-shop-primary, #091057);
	color: #fff;
	box-shadow: 0 8px 24px rgba(9, 16, 87, .15);
}

/* My Account — license table
   ========================================================================== */

.wt-shop-license-key {
	font-size: .8rem;
	background: #f1f5f9;
	padding: 3px 7px;
	border-radius: 4px;
	letter-spacing: .03em;
}

.wt-shop-license-status {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: .8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.wt-shop-license-status-active {
	background: #dcfce7;
	color: #166534;
}

.wt-shop-license-status-expired {
	background: #fef9c3;
	color: #854d0e;
}

.wt-shop-license-status-revoked {
	background: #fee2e2;
	color: #991b1b;
}

/* My Account — training title + explicit open link
   ========================================================================== */

.wt-shop-training-cell .wt-shop-training-link {
	font-weight: 600;
	text-decoration: none;
	color: var(--wt-shop-primary, #091057);
}

.wt-shop-training-cell .wt-shop-training-link:hover {
	text-decoration: underline;
}

.wt-shop-training-cell .wt-shop-training-open {
	display: inline-block;
	margin-top: 0.35rem;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
	color: var(--wt-shop-secondary, #ff6900);
}

.wt-shop-training-cell .wt-shop-training-open:hover {
	color: var(--wt-shop-primary, #091057);
}

.wt-shop-license-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.wt-shop-license-actions .button.wt-shop-btn-open-training {
	margin: 0;
}

/* Seat management panel
   ========================================================================== */

.wt-tl-seat-panel {
	margin-top: 10px;
	padding: 14px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.wt-tl-seat-panel .wt-tl-seat-email {
	max-width: 280px;
}

.wt-tl-seat-list {
	margin: .75rem 0 0;
	padding: 0;
	list-style: none;
}

.wt-tl-seat-list li {
	padding: 4px 0;
	font-size: .9rem;
	border-bottom: 1px solid #f1f5f9;
}

.wt-tl-seat-list li:last-child {
	border-bottom: 0;
}

/* My Account — manage seats modal
   ========================================================================== */

/* Hidden by default; .is-open shows as flex (do not rely on jQuery .show() — it forces display:block). */
/* My Account - course progress */
/* My Account - license cards */
.wt-license-cards {
	--wt-license-primary: var(--wt-shop-primary, #091057);
	--wt-license-accent: var(--wt-shop-secondary, #ff6900);
	color: #172033;
}

.wt-license-cards__hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
	padding: 28px 30px;
	border: 1px solid rgba(76, 147, 198, .32);
	border-radius: 22px;
	background: #092338;
	box-shadow: 0 14px 36px rgba(8, 31, 50, .18);
}

.wt-license-cards__eyebrow {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--wt-license-accent);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.wt-license-cards__hero h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	line-height: 1.15;
}

.wt-license-cards__hero p {
	max-width: 650px;
	margin: 0;
	color: #a9c4d8;
	line-height: 1.6;
}

.wt-license-cards__summary {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.wt-license-cards__summary span {
	display: flex;
	min-width: 92px;
	min-height: 82px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: 1px solid rgba(169, 196, 216, .24);
	border-radius: 16px;
	background: rgba(255, 255, 255, .08);
	color: #a9c4d8;
	font-size: .72rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.wt-license-cards__summary strong {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.1;
}

.wt-license-cards__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 22px;
}

.wt-license-card {
	overflow: hidden;
	border: 1px solid #dbe5f0;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, .07);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.wt-license-card:hover {
	border-color: #c7d7e8;
	box-shadow: 0 18px 44px rgba(15, 23, 42, .11);
}

.wt-license-card__media {
	position: relative;
	min-height: 150px;
	padding: 18px;
	background-color: #dce8f4;
	background-image: linear-gradient(135deg, #dce8f4, #f4f8fc);
	background-position: center;
	background-size: cover;
}

.wt-license-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(9, 16, 87, .08), rgba(9, 16, 87, .62));
	content: "";
}

.wt-license-card__media .wt-shop-license-status,
.wt-license-card__type {
	position: relative;
	z-index: 1;
}

.wt-license-card__media .wt-shop-license-status {
	padding: 6px 11px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 4px 14px rgba(15, 23, 42, .12);
}

.wt-license-card__type {
	position: absolute;
	right: 18px;
	bottom: 16px;
	left: 18px;
	color: #fff;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.wt-license-card__body {
	padding: 22px;
}

.wt-license-card__heading > span,
.wt-license-card__key > span {
	display: block;
	margin-bottom: 5px;
	color: #7b8ba0;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.wt-license-card__heading h3 {
	margin: 0;
	color: var(--wt-license-primary);
	font-size: 1.18rem;
	line-height: 1.35;
}

.wt-license-card__key {
	margin-top: 18px;
	padding: 13px 14px;
	border: 1px solid #e4ebf3;
	border-radius: 12px;
	background: #f8fafc;
}

.wt-license-card__key .wt-shop-license-key {
	display: block;
	padding: 0;
	overflow: hidden;
	background: transparent;
	color: #334155;
	font-size: .78rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wt-license-card__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 18px;
	overflow: hidden;
	border: 1px solid #e4ebf3;
	border-radius: 14px;
	background: #e4ebf3;
}

.wt-license-card__facts > div {
	min-width: 0;
	padding: 13px 14px;
	background: #fff;
}

.wt-license-card__facts span,
.wt-license-card__facts strong {
	display: block;
}

.wt-license-card__facts span {
	margin-bottom: 3px;
	color: #7b8ba0;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.wt-license-card__facts strong,
.wt-license-card__facts a {
	color: #253247;
	font-size: .9rem;
	text-decoration: none;
}

.wt-license-card__facts a:hover {
	color: var(--wt-license-accent);
}

.wt-license-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.wt-license-card__actions .button {
	flex: 1 1 150px;
	margin: 0;
	padding: 11px 16px;
	border: 1px solid var(--wt-license-primary);
	border-radius: 10px;
	font-size: .88rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.wt-license-card__actions .wt-license-card__open {
	background: var(--wt-license-primary);
	color: #fff;
}

.wt-license-card__actions .wt-license-card__open:hover {
	background: #15247b;
	border-color: #15247b;
	color: #fff;
}

.wt-license-card__actions .wt-license-card__manage {
	background: #fff;
	color: var(--wt-license-primary);
}

.wt-license-card__actions .wt-license-card__manage:hover {
	background: #eef3f8;
	color: var(--wt-license-primary);
}

@media (max-width: 640px) {
	.wt-license-cards__hero {
		align-items: flex-start;
		flex-direction: column;
		padding: 22px;
	}

	.wt-license-cards__summary {
		width: 100%;
	}

	.wt-license-cards__summary span {
		min-width: 0;
		flex: 1;
	}

	.wt-license-card__body {
		padding: 18px;
	}
}

.wt-course-progress {
	--wt-course-primary: var(--wt-shop-primary, #091057);
	--wt-course-accent: var(--wt-shop-secondary, #ff6900);
	--wt-course-border: #e2e8f0;
	color: #172033;
}

.wt-course-progress__hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
	padding: 28px 30px;
	border: 1px solid rgba(76, 147, 198, .32);
	border-radius: 22px;
	background: #092338;
	box-shadow: 0 14px 38px rgba(8, 31, 50, .18);
}

.wt-course-progress__eyebrow {
	display: block;
	margin-bottom: 6px;
	color: var(--wt-course-accent);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.wt-course-progress__hero h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	line-height: 1.12;
}

.wt-course-progress__hero p {
	max-width: 680px;
	margin: 10px 0 0;
	color: #fff;
	font-size: .98rem;
}

.wt-course-progress__hero-count {
	display: grid;
	width: 92px;
	height: 92px;
	flex: 0 0 92px;
	place-content: center;
	border: 1px solid rgba(169, 196, 216, .24);
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	text-align: center;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
}

.wt-course-progress__hero-count strong {
	color: #fff;
	font-size: 1.85rem;
	line-height: 1;
}

.wt-course-progress__hero-count span {
	margin-top: 4px;
	color: #a9c4d8;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.wt-course-progress__grid {
	display: grid;
	gap: 24px;
}

.wt-course-card {
	overflow: hidden;
	border: 1px solid var(--wt-course-border);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(15, 23, 42, .07);
	transition: box-shadow .2s ease, border-color .2s ease;
}

.wt-course-card:hover {
	border-color: #c7d7e8;
	box-shadow: 0 18px 44px rgba(15, 23, 42, .11);
}

.wt-course-card__media {
	position: relative;
	min-height: 150px;
	padding: 18px;
	background-color: #e8edf8;
	background-position: center;
	background-size: cover;
}

.wt-course-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(9, 16, 87, .08), rgba(9, 16, 87, .48));
	content: "";
}

.wt-course-card__status,
.wt-course-card__current {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	padding: 5px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .03em;
}

.wt-course-card__status {
	color: #475569;
}

.wt-course-card--in-progress .wt-course-card__status {
	color: #9a4a00;
}

.wt-course-card--completed .wt-course-card__status {
	color: #15803d;
}

.wt-course-card__current {
	float: right;
	background: var(--wt-course-accent);
	color: #fff;
}

.wt-course-card__body {
	padding: 24px;
}

.wt-course-card__top {
	display: flex;
	align-items: center;
	gap: 22px;
}

.wt-course-card__ring {
	--ring-color: var(--wt-course-accent);
	position: relative;
	display: grid;
	width: 118px;
	height: 118px;
	flex: 0 0 118px;
	place-items: center;
	border-radius: 50%;
	background: conic-gradient(var(--ring-color) calc(var(--progress) * 1%), #e8edf3 0);
}

.wt-course-card--completed .wt-course-card__ring {
	--ring-color: #22a447;
}

.wt-course-card__ring::before {
	position: absolute;
	inset: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 1px #edf1f5;
	content: "";
}

.wt-course-card__ring div {
	position: relative;
	z-index: 1;
	text-align: center;
}

.wt-course-card__ring strong {
	display: block;
	color: var(--wt-course-primary);
	font-size: 1.65rem;
	line-height: 1;
}

.wt-course-card__ring span {
	display: block;
	margin-top: 4px;
	color: #94a3b8;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.wt-course-card__heading h3 {
	margin: 0;
	color: var(--wt-course-primary);
	font-size: clamp(1.25rem, 2.4vw, 1.7rem);
	line-height: 1.25;
}

.wt-course-card__heading p {
	display: -webkit-box;
	overflow: hidden;
	margin: 9px 0 0;
	color: #64748b;
	font-size: .92rem;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wt-course-card__numbers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 22px;
}

.wt-course-card__numbers span {
	padding: 12px;
	border: 1px solid var(--wt-course-border);
	border-radius: 12px;
	background: #f8fafc;
	color: #64748b;
	font-size: .7rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.wt-course-card__numbers strong {
	display: block;
	margin-bottom: 3px;
	color: #172033;
	font-size: 1.25rem;
	line-height: 1;
}

.wt-course-card__actions {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.wt-course-card__actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	margin: 0;
	padding: 7px 18px;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	font-size: 15px;
}

.wt-course-card__continue {
	border-color: var(--wt-course-primary) !important;
	background: var(--wt-course-primary) !important;
	color: #fff !important;
}

.wt-course-card__details {
	border-color: #d7e0ea !important;
	background: #fff !important;
	color: var(--wt-course-primary) !important;
}

.wt-course-detail[hidden] {
	display: none;
}

.wt-course-detail {
	padding: 22px 24px 26px;
	border-top: 1px solid var(--wt-course-border);
	background: #f8fafc;
}

.wt-course-detail__tabs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 5px;
	padding: 5px;
	border: 1px solid #dce4ed;
	border-radius: 12px;
	background: #fff;
}

.wt-course-detail__tabs button {
	min-height: 36px;
	padding: 6px 14px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #64748b;
	font-size: .82rem;
	font-weight: 700;
	cursor: pointer;
}

.wt-course-detail__tabs button.is-active {
	background: var(--wt-course-primary);
	color: #fff;
	box-shadow: 0 5px 14px rgba(9, 16, 87, .18);
}

.wt-course-detail__chapters {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.wt-course-detail__chapter {
	overflow: hidden;
	border: 1px solid #dce4ed;
	border-radius: 14px;
	background: #fff;
}

.wt-course-detail__chapter > header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 16px;
	border-bottom: 1px solid #edf1f5;
	background: linear-gradient(90deg, #f0f4ff, #fff);
}

.wt-course-detail__chapter > header span {
	flex: 0 0 auto;
	color: var(--wt-course-accent);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.wt-course-detail__chapter h4 {
	margin: 0;
	color: var(--wt-course-primary);
	font-size: .95rem;
}

.wt-course-detail__items {
	display: grid;
}

.wt-course-detail__item {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-bottom: 1px solid #edf1f5;
}

.wt-course-detail__item:last-child {
	border-bottom: 0;
}

.wt-course-detail__check {
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #fff;
	color: #fff;
	font-size: .8rem;
	font-weight: 900;
}

.wt-course-detail__item.is-completed .wt-course-detail__check {
	border-color: #22a447;
	background: #22a447;
}

.wt-course-detail__name strong,
.wt-course-detail__name small {
	display: block;
}

.wt-course-detail__name strong {
	color: #243047;
	font-size: .88rem;
}

.wt-course-detail__name small {
	margin-top: 2px;
	color: #94a3b8;
	font-size: .7rem;
}

.wt-course-detail__state {
	padding: 4px 9px;
	border-radius: 999px;
	background: #fff3cd;
	color: #7a5b00;
	font-size: .68rem;
	font-weight: 800;
}

.wt-course-detail__item.is-completed .wt-course-detail__state {
	background: #dcfce7;
	color: #166534;
}

.wt-course-detail__empty {
	margin: 0;
	padding: 20px;
	border: 1px dashed #cbd5e1;
	border-radius: 12px;
	background: #fff;
	color: #64748b;
	text-align: center;
}

@media (min-width: 1100px) {
	.wt-course-progress__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.wt-course-progress__hero {
		align-items: flex-start;
		padding: 22px;
	}

	.wt-course-progress__hero-count {
		width: 72px;
		height: 72px;
		flex-basis: 72px;
	}

	.wt-course-card__body {
		padding: 20px;
	}

	.wt-course-card__top {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.wt-course-card__heading {
		width: 100%;
	}

	.wt-course-card__ring {
		width: 92px;
		height: 92px;
		flex-basis: 92px;
		margin: 0 auto;
	}

	.wt-course-card__ring strong {
		font-size: 1.3rem;
	}

	.wt-course-card__numbers {
		grid-template-columns: 1fr;
	}

	.wt-course-card__actions {
		flex-direction: column;
	}

	.wt-course-detail__item {
		grid-template-columns: 28px minmax(0, 1fr);
	}

	.wt-course-detail__state {
		grid-column: 2;
		justify-self: start;
	}
}

.wt-tl-modal[hidden],
.wt-tl-modal:not(.is-open) {
	display: none !important;
}

.wt-tl-modal.is-open {
	display: flex !important;
}

.wt-tl-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	box-sizing: border-box;
}

.wt-tl-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
	cursor: pointer;
}

.wt-tl-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 520px;
	max-height: min(90vh, 720px);
	overflow: auto;
	margin: auto;
	padding: 1.35rem 1.5rem 1.5rem;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	text-align: left;
}

.wt-tl-modal__close {
	position: absolute;
	top: 0.65rem;
	right: 0.75rem;
	border: 0;
	background: transparent;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	color: #64748b;
	padding: 0.25rem 0.5rem;
}

.wt-tl-modal__close:hover {
	color: #0f172a;
}

.wt-tl-modal__title {
	margin: 0 0 0.35rem;
	padding-right: 2rem;
	font-size: 1.25rem;
}

.wt-tl-modal__key {
	margin: 0 0 1rem;
	font-size: 0.9rem;
}

.wt-tl-modal__key code {
	font-size: 0.85rem;
}

.wt-tl-modal__section {
	margin-bottom: 1.35rem;
}

.wt-tl-modal__section:last-child {
	margin-bottom: 0;
}

.wt-tl-modal__section h3 {
	margin: 0 0 0.5rem;
	font-size: 1rem;
}

.wt-tl-modal__section .description {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	color: #64748b;
}

.wt-tl-modal-seat-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wt-tl-modal-seat-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid #f1f5f9;
	font-size: 0.9rem;
}

.wt-tl-modal-seat-list li:last-child {
	border-bottom: 0;
}

.wt-tl-bulk-textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-family: ui-monospace, monospace;
	font-size: 0.85rem;
	padding: 0.6rem 0.75rem;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	resize: vertical;
	min-height: 140px;
}

.wt-tl-import-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
}

.wt-tl-file-input {
	display: inline-flex;
	max-width: 100%;
	min-height: 44px;
	padding: 8px;
	border: 3px solid var(--ycona-blue800, #032a51);
	border-radius: 999px;
	background: var(--white, #fff);
	color: var(--ycona-blue800, #032a51);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	box-sizing: border-box;
}

.wt-tl-file-input::file-selector-button {
	margin-right: 12px;
	padding: 8px 16px;
	border: 0;
	border-radius: 999px;
	background: var(--ycona-blue800, #032a51);
	color: var(--white, #fff);
	font-weight: 700;
	cursor: pointer;
}

.wt-tl-file-input:hover {
	background: var(--ycona-blue200, #dfe9f3);
}

.wt-tl-remove-seat--modal {
	min-height: 34px;
	padding: 6px 14px;
	font-size: 13px;
	flex-shrink: 0;
}

/* Responsive
   ========================================================================== */

@media (max-width: 576px) {
	.wt-license-gate {
		padding: 2rem 1rem;
		min-height: 280px;
	}

	.wt-license-gate__icon {
		width: 72px;
		height: 72px;
	}

	.wt-license-gate__title {
		font-size: 1.3rem;
	}

	.wt-license-gate__actions {
		flex-direction: column;
		align-items: center;
	}
}
