/* Prevent Elementor flex containers from stretching the widget vertically. */
.e-con > .elementor-widget.elementor-widget-light_price_table,
.e-con > .e-con-inner > .elementor-widget.elementor-widget-light_price_table {
	align-self: flex-start !important;
	flex-basis: auto !important;
	flex-grow: 0 !important;
	flex-shrink: 1 !important;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
}

.e-con > .elementor-widget.elementor-widget-light_price_table > .elementor-widget-container,
.e-con > .e-con-inner > .elementor-widget.elementor-widget-light_price_table > .elementor-widget-container {
	height: auto !important;
	min-height: 0 !important;
}

.light-price-table,
.light-price-table * {
	box-sizing: border-box;
}

.light-price-table {
	container-name: skswf-light-price-table;
	container-type: inline-size;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 0;
	padding: 32px;
	background: #fff;
	border: 1px solid rgba(18, 57, 86, 0.12);
	border-radius: 12px;
	box-shadow: 0 10px 32px rgba(18, 57, 86, 0.035);
	overflow: hidden;
}

.light-price-table__header {
	margin: 0 0 24px;
}

.light-price-table__title {
	margin: 0 0 10px;
	color: #123956;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
}

.light-price-table__description {
	max-width: 430px;
	color: #66788a;
	font-size: 14px;
	line-height: 1.65;
}

.light-price-table__description > :first-child {
	margin-top: 0;
}

.light-price-table__description > :last-child {
	margin-bottom: 0;
}

.light-price-table__table-wrap {
	max-width: 100%;
	overflow: hidden;
	border: 1px solid rgba(18, 57, 86, 0.12);
	border-radius: 7px;
}

.light-price-table__table {
	width: 100%;
	max-width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	background: transparent;
}

.light-price-table__table tbody,
.light-price-table__table tr,
.light-price-table__table td {
	background: transparent;
}

.light-price-table__table td {
	padding: 13px 16px;
	border: 0;
	border-bottom: 1px solid rgba(18, 57, 86, 0.12);
	color: #123956;
	font-size: 14px;
	line-height: 1.45;
	vertical-align: middle;
	transition: background-color 0.2s ease;
}

.light-price-table__table tr:last-child td {
	border-bottom: 0;
}

.light-price-table__name {
	width: 68%;
	text-align: left;
	overflow-wrap: anywhere;
}

.light-price-table__price {
	width: 32%;
	border-left: 1px solid rgba(18, 57, 86, 0.12) !important;
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
}

.light-price-table__link-wrap {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.light-price-table__link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	max-width: 100%;
	margin-top: 28px;
	color: #017cfe;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	transition: color 0.2s ease, gap 0.2s ease;
}

.light-price-table__link:hover,
.light-price-table__link:focus-visible {
	gap: 12px;
	color: #123956;
}

.light-price-table__link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 5px;
}

.light-price-table__link-text {
	min-width: 0;
}

.light-price-table__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 24px;
	line-height: 0;
	color: inherit;
}

.light-price-table__arrow i,
.light-price-table__arrow svg {
	display: block;
	width: 100%;
	height: auto;
	color: inherit;
	fill: currentColor;
}

@container skswf-light-price-table (max-width: 520px) {
	.light-price-table {
		padding: 22px 18px;
	}

	.light-price-table__title {
		font-size: 24px;
	}

	.light-price-table__table {
		table-layout: auto;
	}

	.light-price-table__table td {
		padding: 12px;
		font-size: 13px;
	}

	.light-price-table__name {
		width: auto;
	}

	.light-price-table__price {
		width: 1%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.light-price-table__table td,
	.light-price-table__link {
		transition: none;
	}
}
