/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Hello Elementor Child Theme for Kintamani Jeep Trekking
 Author:       Agus Endrawan
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
 Tags:         elementor, kintamani, jeep, trekking
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */

/* Add your custom styles below this line */

/* ==========================================================================
   Design Tokens — shared across the site
   ========================================================================== */

:root {
	--bg:        #FFFFFF;
	--soft:      #F7F7F8;
	--soft-2:    #F1F2F4;
	--ink:       #16181C;
	--ink-2:     #4B5563;
	--muted:     #8B8F98;
	--line:      #E7E8EB;
	--coral:     #EF5A2E;
	--coral-2:   #FFE9E0;
	--gold:      #F2A93B;
	--green:     #1FAD5A;
	--sans:      "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	--mono:      "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
	--shadow-sm: 0 1px 2px rgba(15,18,22,.04), 0 1px 1px rgba(15,18,22,.02);
	--shadow-md: 0 4px 14px rgba(15,18,22,.06), 0 2px 4px rgba(15,18,22,.03);
	--shadow-lg: 0 12px 34px rgba(15,18,22,.12), 0 4px 10px rgba(15,18,22,.04);
}

/* ==========================================================================
   Base helpers — shared
   ========================================================================== */

.wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--coral);
	font-weight: 500;
	white-space: nowrap;
}
.eyebrow .dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--coral);
	flex: none;
}

.h-section {
	font-size: clamp(26px, 2.6vw, 34px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -.02em;
}

.section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

/* ── Buttons ── */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 18px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	border: 0;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	font-family: var(--sans);
	transition: transform .12s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.btn:active { transform: translateY(1px); }
.btn svg    { flex: none; }

.btn-coral { background: var(--coral); color: #fff; }
.btn-coral:hover { background: #d94c24; box-shadow: 0 6px 14px rgba(239,90,46,.25); color: #fff; }

.btn-wa { background: var(--green); color: #fff; }
.btn-wa:hover { background: #1a9a4f; box-shadow: 0 6px 14px rgba(31,173,90,.28); color: #fff; }

.btn-ghost {
	background: transparent;
	color: var(--ink);
	border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--ink); background: var(--soft); color: var(--ink); }

.btn-ghost-white {
	background: rgba(255,255,255,.12);
	color: #fff;
	border: 1px solid rgba(255,255,255,.4);
}
.btn-ghost-white:hover { background: rgba(255,255,255,.22); border-color: #fff; color: #fff; }

.btn-light { background: #fff; color: var(--coral); }
.btn-light:hover { background: var(--ink); color: #fff; }

.btn-block { width: 100%; justify-content: center; }
.btn-sm    { padding: 8px 13px; font-size: 12.5px; border-radius: 7px; }

/* ── Pills ── */
.pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255,255,255,.18);
	border: .5px solid rgba(255,255,255,.3);
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	white-space: nowrap;
}

/* ── Floating WhatsApp ── */
.fab {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 55;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--green);
	color: #fff;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 10px 28px rgba(31,173,90,.45);
	transition: transform .15s ease;
}
.fab:hover { transform: translateY(-2px) scale(1.04); color: #fff; }

/* ==========================================================================
   Tour Detail Page
   ========================================================================== */

/* ── Hero ── */
.td-hero {
	position: relative;
	min-height: 480px;
	display: flex;
	align-items: flex-end;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
}

.td-hero--gradient {
	background:
		linear-gradient(180deg, #ffce8a 0%, #ff9a4d 18%, #d05926 38%, #6e2e15 62%, #2a160d 88%, #15110D 100%);
}
.td-hero--gradient::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 34%;
	width: 60%;
	max-width: 600px;
	aspect-ratio: 1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, #fff1d6 0%, #ffc788 32%, rgba(255,150,80,.4) 58%, rgba(255,120,60,0) 75%);
	filter: blur(6px);
	z-index: 0;
}

.td-hero-img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

.td-hero-grad {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.35) 50%, rgba(0,0,0,.72) 100%),
		linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,0) 55%);
}

.td-hero .wrap { position: relative; z-index: 2; width: 100%; padding-bottom: 48px; padding-top: 80px; }

.td-hero-inner { max-width: 680px; }

.td-hero-pills { margin-bottom: 16px; }

.td-title {
	font-size: clamp(32px, 4.4vw, 54px);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -.025em;
	color: #fff;
	margin: 0 0 14px;
}

.td-lead {
	font-size: 16px;
	color: rgba(255,255,255,.88);
	max-width: 52ch;
	line-height: 1.55;
	margin: 0 0 24px;
}

.td-hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* ── Price bar ── */
.td-pricebar {
	background: #fff;
	border-bottom: 1px solid var(--line);
	box-shadow: var(--shadow-sm);
	position: sticky;
	top: 0;
	z-index: 40;
}

.td-pricebar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
	flex-wrap: wrap;
}

.pkg-price { display: flex; align-items: baseline; gap: 6px; }
.pkg-price .from { font-size: 12px; color: var(--muted); }
.pkg-price .amt  { font-size: 22px; font-weight: 800; color: var(--coral); letter-spacing: -.01em; line-height: 1; }
.pkg-price .per  { font-size: 12px; color: var(--muted); }

/* ── Body layout ── */
.td-body { padding: 48px 0 56px; background: var(--soft); }

.td-layout {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 32px;
	align-items: flex-start;
}

/* ── Description above tabs ── */
.td-description {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid var(--line);
}

/* ── Tabs ── */
.td-tabs {}

.tabs {
	display: flex;
	gap: 4px;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--line);
}

.tab {
	appearance: none;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 600;
	color: var(--muted);
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	font-family: var(--sans);
	transition: color .15s ease, border-color .15s ease;
}
.tab:hover                   { color: var(--ink); }
.tab[aria-selected="true"]   { color: var(--ink); border-bottom-color: var(--coral); }

.tab-panel                   { display: none; }
.tab-panel[data-active]      { display: block; }

/* ── WYSIWYG content ── */
.td-wysiwyg {
	font-size: 15px;
	line-height: 1.65;
	color: var(--ink-2);
}
.td-wysiwyg h1,
.td-wysiwyg h2,
.td-wysiwyg h3,
.td-wysiwyg h4 {
	color: var(--ink);
	font-weight: 700;
	letter-spacing: -.015em;
	margin: 20px 0 8px;
}
.td-wysiwyg h2 { font-size: 20px; }
.td-wysiwyg h3 { font-size: 17px; }
.td-wysiwyg h4 { font-size: 15px; }
.td-wysiwyg p  { margin: 0 0 12px; }
.td-wysiwyg ul,
.td-wysiwyg ol {
	padding-left: 22px;
	margin: 0 0 14px;
}
.td-wysiwyg li { margin-bottom: 6px; }
.td-wysiwyg strong { color: var(--ink); font-weight: 600; }
.td-wysiwyg a  { color: var(--coral); text-decoration: underline; }

/* ── Include / Exclude grid ── */
.td-ie-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.td-ie-block {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 20px;
}

.td-ie-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.td-ie-head h3 {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	color: var(--ink);
}

.td-ie-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}
.td-ie-icon--inc { background: #dcfce7; color: #15803d; }
.td-ie-icon--exc { background: #fee2e2; color: #b91c1c; }

/* ── Booking sidebar card ── */
.td-sidebar { position: sticky; top: 72px; }

.booking-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 24px;
	box-shadow: var(--shadow-md);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.booking-price {
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line);
}
.booking-price .from { font-size: 12px; color: var(--muted); display: block; margin-bottom: 4px; }
.booking-price .amt  { font-size: 28px; font-weight: 800; color: var(--coral); letter-spacing: -.015em; line-height: 1; display: block; margin-bottom: 4px; }
.booking-price .per  { font-size: 12px; color: var(--muted); }

.booking-note {
	font-size: 12px;
	color: var(--muted);
	text-align: center;
	margin: 0;
}

.booking-feats {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 4px;
	border-top: 1px solid var(--line);
}
.booking-feats li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13.5px;
	color: var(--ink-2);
}
.booking-feats li svg { flex: none; color: var(--coral); }

/* ── Gallery ── */
.td-gallery-section {
	padding: 56px 0;
	background: var(--bg);
}

.td-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

/* First item spans 2 columns for visual interest */
.td-gallery-item:first-child {
	grid-column: span 2;
}

.td-gallery-item {
	appearance: none;
	border: 0;
	padding: 0;
	background: var(--soft);
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	aspect-ratio: 4/3;
	position: relative;
	display: block;
	transition: transform .18s ease, box-shadow .18s ease;
}
.td-gallery-item:first-child { aspect-ratio: 16/9; }
.td-gallery-item:hover       { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

.td-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}
.td-gallery-item:hover img { transform: scale(1.04); }

.td-gallery-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0);
	transition: background .18s ease;
	border-radius: 10px;
}
.td-gallery-item:hover::after { background: rgba(0,0,0,.08); }

/* ── Lightbox ── */
.td-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.td-lightbox[hidden] { display: none; }

.td-lb-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10,8,6,.92);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.td-lb-close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	appearance: none;
	border: 0;
	background: rgba(255,255,255,.15);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease;
}
.td-lb-close:hover { background: rgba(255,255,255,.28); }

.td-lb-prev,
.td-lb-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	appearance: none;
	border: 0;
	background: rgba(255,255,255,.15);
	color: #fff;
	font-size: 36px;
	line-height: 1;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease;
}
.td-lb-prev { left: 16px; }
.td-lb-next { right: 16px; }
.td-lb-prev:hover,
.td-lb-next:hover { background: rgba(255,255,255,.28); }

.td-lb-inner {
	position: relative;
	z-index: 1;
	max-width: min(1100px, 90vw);
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

#td-lb-img {
	max-width: 100%;
	max-height: calc(90vh - 60px);
	border-radius: 10px;
	object-fit: contain;
	box-shadow: 0 20px 60px rgba(0,0,0,.6);
}

.td-lb-caption {
	color: rgba(255,255,255,.75);
	font-size: 13px;
	text-align: center;
	margin: 0;
}

/* ── CTA Banner ── */
.td-cta-wrap { padding: 48px 0; }

.cta {
	background: linear-gradient(135deg, var(--coral) 0%, #ff7a4e 100%);
	color: #fff;
	border-radius: 16px;
	padding: 40px 44px;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 32px;
	align-items: center;
	box-shadow: var(--shadow-md);
	position: relative;
	overflow: hidden;
}
.cta::before {
	content: "";
	position: absolute;
	right: -60px;
	top: -60px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(255,255,255,.12);
}
.cta::after {
	content: "";
	position: absolute;
	right: 60px;
	bottom: -40px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
}
.cta h2 {
	font-size: clamp(22px, 2.4vw, 30px);
	color: #fff;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -.02em;
	margin: 0 0 8px;
}
.cta p {
	color: rgba(255,255,255,.9);
	font-size: 15px;
	max-width: 48ch;
	margin: 0;
}
.cta .actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
}

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

@media (max-width: 960px) {
	.td-layout { grid-template-columns: 1fr; }
	.td-sidebar { position: static; }
	.booking-card { max-width: 480px; }
}

@media (max-width: 820px) {
	.td-hero { min-height: 420px; }
	.td-title { font-size: clamp(28px, 6vw, 40px); }
	.td-ie-grid { grid-template-columns: 1fr; }
	.td-gallery-grid { grid-template-columns: 1fr 1fr; }
	.td-gallery-item:first-child { grid-column: span 2; }
	.cta { grid-template-columns: 1fr; padding: 28px; }
	.cta .actions { justify-content: flex-start; }
	.td-lb-prev { left: 8px; }
	.td-lb-next { right: 8px; }
}

@media (max-width: 540px) {
	.td-gallery-grid { grid-template-columns: 1fr; }
	.td-gallery-item:first-child { grid-column: span 1; aspect-ratio: 4/3; }
	.td-pricebar-inner { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================================
   [kjt_tours_grid] Shortcode — Tour Package Cards Grid
   Usage: [kjt_tours_grid] · [kjt_tours_grid columns="3" limit="6"]
   ========================================================================== */

/* Grid container */
.kjt-grid {
	display: grid;
	gap: 16px;
}
.kjt-grid[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }
.kjt-grid[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
.kjt-grid[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
.kjt-grid[data-cols="1"] { grid-template-columns: 1fr; }

/* Card shell */
.kjt-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.kjt-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-lg);
	border-color: transparent;
}

/* Thumbnail area */
.kjt-card-thumb {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	display: block;
	isolation: isolate;
	text-decoration: none;
}
.kjt-card-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 60%, rgba(0,0,0,.22) 100%);
}

/* Sunrise gradient fallbacks (cycle v1→v4 per card index) */
.kjt-card-thumb--v1 { background: linear-gradient(180deg, #ffce8a 0%, #f6913f 20%, #b14a1a 50%, #3a1e10 80%, #15110D 100%); }
.kjt-card-thumb--v2 { background: linear-gradient(180deg, #ffb37a 0%, #e57a36 18%, #b14a1a 42%, #2a1810 70%, #0a0807 100%); }
.kjt-card-thumb--v3 { background: linear-gradient(180deg, #2d2a26 0%, #1a1814 50%, #0a0807 100%); }
.kjt-card-thumb--v4 { background: linear-gradient(180deg, #ffd9a6 0%, #f7a55c 18%, #c95a1a 42%, #5c2614 70%, #15110D 100%); }

/* Sun glow on v1 and v4 */
.kjt-card-thumb--v1::before,
.kjt-card-thumb--v4::before {
	content: "";
	position: absolute;
	left: 50%; top: 30%;
	width: 55%; aspect-ratio: 1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, #fff0d0 0%, #ffba70 35%, rgba(255,150,80,0) 70%);
	filter: blur(5px);
	z-index: 0;
}

/* Real photo thumbnail */
.kjt-card-thumb--photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}
.kjt-card:hover .kjt-card-thumb--photo img { transform: scale(1.05); }

/* Card body */
.kjt-card-body {
	padding: 14px 16px 16px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	flex: 1;
}

.kjt-card-label {
	font-size: 11px;
	color: var(--muted);
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.kjt-card-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: -.01em;
	color: var(--ink);
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.kjt-card-title a { color: inherit; text-decoration: none; }
.kjt-card-title a:hover { color: var(--coral); }

.kjt-card-excerpt {
	font-size: 13px;
	color: var(--ink-2);
	line-height: 1.5;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Card footer: price + buttons */
.kjt-card-foot {
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid var(--line);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.kjt-card-actions {
	display: flex;
	gap: 6px;
	align-items: center;
}

.kjt-card-actions .btn-coral { flex: 1; justify-content: center; }

/* WhatsApp icon-only button */
.kjt-card-wa { padding: 8px 12px; flex-shrink: 0; }

/* Grid responsive */
@media (max-width: 1040px) {
	.kjt-grid[data-cols="4"] { grid-template-columns: repeat(2, 1fr); }
	.kjt-grid[data-cols="3"] { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
	.kjt-grid[data-cols="4"],
	.kjt-grid[data-cols="3"],
	.kjt-grid[data-cols="2"] { grid-template-columns: 1fr; }
}

/* ==========================================================================
   [kjt_booking_search] Shortcode — Booking Search Bar
   Matches the homepage quickbar visual style.
   Usage: [kjt_booking_search]
   ========================================================================== */

/* Card shell */
.kjt-sb {
	background: #fff !important;
	border-radius: 16px !important;
	box-shadow: 0 4px 28px rgba(15,18,22,.10), 0 1px 4px rgba(15,18,22,.05) !important;
	border: 1px solid #E7E8EB !important;
	padding: 8px !important;
	display: grid !important;
	grid-template-columns: 1.7fr 1.1fr 0.75fr auto !important;
	gap: 0 !important;
	align-items: stretch !important;
	max-width: 980px !important;
	margin: 0 auto !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	box-sizing: border-box !important;
}

/* Field */
.kjt-sb-field {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding: 14px 20px !important;
	border-radius: 10px !important;
	transition: background .15s ease;
	position: relative !important;
	min-width: 0 !important;
	cursor: default;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
.kjt-sb-field:hover { background: #F7F7F8 !important; }

/* Thin separator — hides on adjacent hover */
.kjt-sb-field + .kjt-sb-field::before {
	content: "";
	position: absolute;
	left: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background: var(--line);
	transition: opacity .15s ease;
	pointer-events: none;
}
.kjt-sb-field:hover::before,
.kjt-sb-field:hover + .kjt-sb-field::before { opacity: 0; }

/* Label */
.kjt-sb-field label {
	display: block !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	color: #8B8F98 !important;
	letter-spacing: .1em !important;
	text-transform: uppercase !important;
	margin-bottom: 5px !important;
	margin-top: 0 !important;
	white-space: nowrap !important;
	pointer-events: none;
	line-height: 1.2 !important;
}

/* Value (select / number input) — looks like bold plain text */
.kjt-sb-field select,
.kjt-sb-field input[type="number"] {
	appearance: none !important;
	-webkit-appearance: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #16181C !important;
	outline: none !important;
	padding: 0 !important;
	width: 100% !important;
	line-height: 1.3 !important;
	height: auto !important;
	max-height: none !important;
}
.kjt-sb-field select { cursor: pointer; }

/* Hide number spinners for clean look */
.kjt-sb-field input[type="number"] {
	cursor: text !important;
	-moz-appearance: textfield !important;
}
.kjt-sb-field input[type="number"]::-webkit-inner-spin-button,
.kjt-sb-field input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

/* Button — sits inside the card with small inset margin */
.kjt-sb-btn {
	align-self: stretch;
	margin: 4px 4px 4px 10px;
	padding: 0 26px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	white-space: nowrap;
}
.kjt-sb-btn svg { flex: none; transition: transform .15s ease; }
.kjt-sb-btn:hover svg { transform: translateX(3px); }

/* ── Responsive ── */
@media (max-width: 820px) {
	.kjt-sb {
		grid-template-columns: 1fr 1fr !important;
		padding: 6px !important;
	}
	.kjt-sb-field { padding: 12px 16px !important; }
	.kjt-sb-field::before { display: none !important; }
	.kjt-sb-field:nth-child(n+3) { border-top: 1px solid #E7E8EB !important; }
	.kjt-sb-btn {
		grid-column: 1 / -1 !important;
		margin: 4px !important;
		padding: 14px 20px !important;
	}
}

@media (max-width: 480px) {
	.kjt-sb { grid-template-columns: 1fr !important; }
	.kjt-sb-field:not(:first-child) { border-top: 1px solid #E7E8EB !important; }
	.kjt-sb-field:nth-child(n+3) { border-top: 0 !important; }
}
