.jump-to-checkout-admin-container {
	display: grid;
	grid-template-columns: 1fr 350px;
	gap: 30px;
	margin-top: 20px;
}

.jump-to-checkout-form-section {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.jump-to-checkout-form-section h2 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.jump-to-checkout-form-section h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.jump-to-checkout-link-name-section {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.jump-to-checkout-link-name-section label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.jump-to-checkout-link-name {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #8c8f94;
	border-radius: 4px;
}

.jump-to-checkout-link-name:focus {
	border-color: #2271b1;
	outline: none;
	box-shadow: 0 0 0 1px #2271b1;
}

.jump-to-checkout-product-row {
	display: grid;
	grid-template-columns: 1fr 120px 150px;
	gap: 15px;
	align-items: end;
	margin-bottom: 20px;
}

.jump-to-checkout-product-field label,
.jump-to-checkout-quantity-field label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.jump-to-checkout-quantity {
	width: 100%;
	padding: 8px;
}

.jump-to-checkout-selected-products {
	margin-top: 30px;
}

.jump-to-checkout-selected-products-body td {
	padding: 12px;
}

.jump-to-checkout-selected-products-body .no-items {
	text-align: center;
	color: #666;
	font-style: italic;
}

.jump-to-checkout-product-name {
	font-weight: 600;
}

.jump-to-checkout-expiry-section {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.jump-to-checkout-expiry-section label {
	display: block;
	margin-bottom: 10px;
}

.jump-to-checkout-expiry-section input[type="number"] {
	width: 80px;
	margin: 0 5px;
}

.jump-to-checkout-generate-section {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.jump-to-checkout-result-section {
	margin-top: 30px;
	padding: 20px;
	background: #f0f6fc;
	border: 1px solid #0a4b78;
	border-radius: 4px;
}

.jump-to-checkout-result-section h3 {
	margin-top: 0;
	color: #0a4b78;
}

.jump-to-checkout-result-container {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.jump-to-checkout-generated-link {
	flex: 1;
	padding: 10px;
	font-family: monospace;
	font-size: 13px;
	background: #fff;
	border: 1px solid #8c8f94;
}

.jump-to-checkout-copy-link {
	white-space: nowrap;
}

.jump-to-checkout-info-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.jump-to-checkout-info-box {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.jump-to-checkout-info-box h3 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.jump-to-checkout-info-box ol {
	margin-left: 20px;
}

.jump-to-checkout-info-box li {
	margin-bottom: 8px;
}

.jump-to-checkout-info-box code {
	display: block;
	padding: 10px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 3px;
	overflow-x: auto;
	font-size: 12px;
}

.jump-to-checkout-success-message {
	display: inline-block;
	margin-left: 10px;
	color: #00a32a;
	font-weight: 600;
}

.jump-to-checkout-error-message {
	padding: 10px;
	background: #fcf0f1;
	border-left: 4px solid #d63638;
	color: #d63638;
	margin-top: 15px;
}

/* Rating widget */
.jump-to-checkout-rating-box {
	background: #fff8e1;
	border: 1px solid #ffe082;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
}

.jump-to-checkout-rating-stars {
	font-size: 22px;
	margin: 0 0 8px 0;
	line-height: 1;
}

.jump-to-checkout-rating-box h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	border: none;
	padding: 0;
}

.jump-to-checkout-rating-box p {
	margin: 0 0 16px 0;
	font-size: 13px;
	color: #555;
	line-height: 1.5;
}

.jump-to-checkout-rating-cta {
	display: inline-block;
	background: #f0a500 !important;
	border-color: #d4900a !important;
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
}

.jump-to-checkout-rating-cta:hover {
	background: #d4900a !important;
	border-color: #b87e09 !important;
	color: #fff !important;
}

/* Close Technology promo widget */
.jump-to-checkout-promo-box {
	background: #1d2327;
	color: #f0f6fc;
	padding: 20px;
	border-radius: 4px;
}

.jump-to-checkout-promo-by {
	margin: 0 0 8px 0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #8c9bab;
}

.jump-to-checkout-promo-by strong {
	color: #ffffff;
}

.jump-to-checkout-promo-tagline {
	margin: 0 0 16px 0;
	font-size: 13px;
	line-height: 1.5;
	color: #c3d0db;
}

.jump-to-checkout-promo-list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.jump-to-checkout-promo-list li {
	font-size: 12px;
	color: #a8bac8;
	padding: 4px 0 4px 18px;
	position: relative;
}

.jump-to-checkout-promo-list li::before {
	content: "→";
	position: absolute;
	left: 0;
	color: #2271b1;
}

.jump-to-checkout-promo-cta {
	display: block;
	text-align: center;
	background: #2271b1 !important;
	border-color: #2271b1 !important;
	color: #fff !important;
	width: 100%;
	box-sizing: border-box;
}

.jump-to-checkout-promo-cta:hover {
	background: #135e96 !important;
	border-color: #135e96 !important;
}

.jump-to-checkout-promo-footer {
	margin: 12px 0 0 0;
	text-align: center;
	font-size: 11px;
}

.jump-to-checkout-promo-footer a {
	color: #8c9bab;
	text-decoration: none;
}

.jump-to-checkout-promo-footer a:hover {
	color: #c3d0db;
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.jump-to-checkout-admin-container {
		grid-template-columns: 1fr;
	}
	
	.jump-to-checkout-info-section {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	}
	
	.jump-to-checkout-upgrade-columns {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.jump-to-checkout-cta-column {
		border-top: 1px solid #ddd;
		padding-top: 15px;
	}
}

/* Select2 disabled options (variable products) */
.select2-results__option[aria-disabled="true"] {
	color: #a7aaad !important;
	cursor: not-allowed !important;
	background-color: #f6f7f7 !important;
	opacity: 0.6;
}

.select2-results__option[aria-disabled="true"]:hover {
	background-color: #f6f7f7 !important;
}

/* Strike-through effect for disabled options */
.select2-results__option--disabled {
	text-decoration: line-through;
	font-style: italic;
}

@media (max-width: 782px) {
	.jump-to-checkout-product-row {
		grid-template-columns: 1fr;
	}
	
	.jump-to-checkout-result-container {
		flex-direction: column;
	}
	
	.jump-to-checkout-pricing-table {
		grid-template-columns: 1fr;
	}
	
	.jump-to-checkout-pricing-price {
		font-size: 36px;
	}
	
	.jump-to-checkout-benefits-grid {
		grid-template-columns: 1fr;
	}
}

