/* Panprisa Motor - Frontend Styles (terpusat, clean & ringan) */

/* Smooth scroll untuk anchor link seperti #bottom */
html {
	scroll-behavior: smooth !important;
}

/* Off-canvas mobile: submenu Tipe Motor selalu terbuka */
#ekit-megamenu-off-canvas-mobile > .elementskit-navbar-nav > .menu-item > .elementskit-dropdown.elementskit-submenu-panel {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	max-height: none !important;
}

@media (max-width: 1024px) {
	#ekit-megamenu-off-canvas-mobile > .elementskit-navbar-nav > .elementskit-dropdown-has > a > .elementskit-submenu-indicator {
		display: none !important;
	}

	#ekit-megamenu-off-canvas-mobile.elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
		padding: 5px 15px;
		font-weight: 900;
		font-style: normal;
		margin-left: 6px;
		display: block;
		float: right;
		cursor: pointer;
		position: relative;
		font-size: 15px;
	}

	.ekit_menu_responsive_tablet #ekit-megamenu-off-canvas-mobile .elementskit-submenu-indicator {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border: 0px solid;
		border-radius: 5px;
	}

	#ekit-megamenu-off-canvas-mobile .dropdown-item span.ekit-spinner,
	#ekit-megamenu-off-canvas-mobile .dropdown-item > i,
	#ekit-megamenu-off-canvas-mobile .dropdown-item > svg,
	#ekit-megamenu-off-canvas-mobile .ekit-menu-nav-link span.ekit-spinner,
	#ekit-megamenu-off-canvas-mobile .ekit-menu-nav-link > i,
	#ekit-megamenu-off-canvas-mobile .ekit-menu-nav-link > svg {
		margin-right: 0px;
	}
}

@media (max-width: 768px) {
	#ekit-megamenu-off-canvas-mobile .pm-dynamic-motor-menu-item > a {
		display: flex;
		align-items: center;
		justify-content: flex-start !important;
		gap: 10px;
		font-size: 15px;
		line-height: 10px;
		color: #333333 !important;
		text-align: left !important;
		letter-spacing: -0.25px;
	}

	#ekit-megamenu-off-canvas-mobile li.maticmenumobile > .elementskit-dropdown.elementskit-dropdown-open,
	#ekit-megamenu-off-canvas-mobile li.maximenumobile > .elementskit-dropdown.elementskit-dropdown-open,
	#ekit-megamenu-off-canvas-mobile li.mopedmenumobile > .elementskit-dropdown.elementskit-dropdown-open,
	#ekit-megamenu-off-canvas-mobile li.sportmenumobile > .elementskit-dropdown.elementskit-dropdown-open {
		background: #e5e5e5;
	}

	#ekit-megamenu-off-canvas-mobile .pm-dynamic-motor-menu-item > a::before {
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: currentColor;
		content: '';
		flex: 0 0 4px;
	}
}

.pm-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0px;
}

.ast-separate-container article.pm-motor-single {
	padding: 2em;
}

/* Halaman Form (pengajuan, beli cash, booking, tukar tambah, syariah) */
.pm-pengajuan-page,
.pm-belicash-page,
.pm-booking-page,
.pm-tukar-tambah-page,
.pm-kmsyariah-page {
	max-width: 100%;
	margin: 0px auto;
	background: #ffffff;
	padding: 2em;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.pm-pengajuan-summary {
	margin-bottom: 30px;
}

.pm-pengajuan-summary .pm-dp-original {
	text-decoration: line-through;
	color: #999;
	margin-right: 6px;
}

.pm-pengajuan-field {
	margin-bottom: 18px;
}

.pm-pengajuan-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.pm-pengajuan-field input[type="text"],
.pm-pengajuan-field input[type="email"],
.pm-pengajuan-field select,
.pm-pengajuan-field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
}

.pm-pengajuan-field textarea:disabled {
	background: #fafafa;
}

.pm-pengajuan-checkbox {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	font-weight: 400;
}

.pm-pengajuan-actions {
	margin-top: 24px;
}

.pm-pengajuan-success {
	background: #f0f9f0;
	border: 1px solid #b7e0b7;
	border-radius: 6px;
	padding: 24px;
	text-align: center;
}

.pm-pengajuan-error {
	background: #fdecec;
	border: 1px solid #f5b5b5;
	border-radius: 6px;
	padding: 14px 18px;
	margin-bottom: 20px;
	color: #a00;
}

.pm-row {
	margin: 75px 0;
}

.pm-row5 {
	margin: 75px 0 -20px 0px;
}

.pm-row-banner {
	margin: 0;
	padding: 0;
}

.pm-row2 {
	margin-top: 0;
}

.pm-row-banner + .pm-container .pm-row2 {
	margin-top: 75px;
}

.pm-banner-img {
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 5px;
}

/* Breadcrumb (di bawah header, full width 1 baris 1 kolom) */
.pm-breadcrumb-wrap {
	width: 100%;
	background: #013392;
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
	border-radius: 10px 10px 0px 0px;
}

.pm-breadcrumb-inner {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

.pm-breadcrumb-title {
	font-size: 26px;
	line-height: 1.3;
	margin: 0 0 8px;
	color: #eeeeee;
}

.pm-breadcrumb-trail {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #eeeeee;
}

.pm-breadcrumb-item {
	display: inline-flex;
	align-items: center;
}

.pm-breadcrumb-home a {
	display: inline-flex;
	align-items: center;
	color: #eeeeee;
}

.pm-breadcrumb-item a {
	color: #eeeeee;
	text-decoration: none;
}

.pm-breadcrumb-item a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.pm-breadcrumb-sep {
	color: #eeeeee;
}

.pm-breadcrumb-current {
	color: #eeeeee;
	font-weight: 600;
}

.pm-block-title {
	font-size: 30px;
	margin: 0px 0 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
	text-transform: uppercase;
}

/* Row 2 */
.pm-row2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

.pm-warna-list {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 14px 10px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
	z-index: 1;
}

.pm-warna-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	border-radius: 25px;
	padding: 4px;
	cursor: pointer;
	font-family: inherit;
	line-height: normal;
	transition: transform 0.15s ease;
}

.pm-warna-swatch {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #e0e0e0;
	transition: box-shadow 0.15s ease;
}

.pm-warna-item.is-active .pm-warna-swatch,
.pm-warna-item:hover .pm-warna-swatch,
.pm-warna-item:focus-visible .pm-warna-swatch {
	box-shadow: 0 0 0 2px #222;
}

.pm-warna-item:hover {
	transform: scale(1.12);
}

/* Nama warna disembunyikan secara default, tampil sebagai tooltip
 * hanya saat item warna benar-benar di-hover (bukan setelah diklik,
 * karena :focus-visible tidak aktif untuk klik mouse, hanya keyboard). */
.pm-warna-label {
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	background: #222;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.15s ease;
	z-index: 2;
}

.pm-warna-label::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: #222;
}

.pm-warna-item:hover .pm-warna-label,
.pm-warna-item:focus-visible .pm-warna-label {
	opacity: 1;
	visibility: visible;
}

.pm-warna-preview {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.pm-warna-preview-track {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #f2f2f2;
	overflow: hidden;
}

/* Animasi slide horizontal 2 fase pada 1 elemen gambar:
 * fase 1 gambar lama slide keluar ke kiri, lalu src diganti &
 * diposisikan di kanan (tanpa transisi), fase 2 slide masuk ke tengah. */
.pm-warna-preview-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: translateX(0) !important;
	transition: transform 0.35s ease !important;
	will-change: transform;
}

.pm-warna-preview-img.pm-slide-out-left {
	transform: translateX(-100%) !important;
}

.pm-warna-preview-img.pm-slide-in-right {
	transform: translateX(100%) !important;
}

.pm-warna-preview-img.no-transition {
	transition: none !important;
}

.pm-360-viewer {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 6px;
	overflow: hidden;
	background: #f2f2f2;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
}

.pm-360-viewer.is-dragging {
	cursor: grabbing;
}

.pm-360-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	pointer-events: none;
}

.pm-360-hint {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 20px;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.pm-360-viewer.is-interacted .pm-360-hint {
	opacity: 0;
}

.pm-360-fullscreen {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: none;
	border-radius: 6px;
	width: 36px;
	height: 36px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s ease;
	line-height: 0;
}

.pm-360-fullscreen svg {
	display: block;
	width: 20px;
	height: 20px;
	color: #fff;
	stroke: #fff;
}

.pm-360-fullscreen:hover {
	background: rgba(0, 0, 0, 0.85);
}

.pm-360-viewer.is-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	border-radius: 0;
	aspect-ratio: auto;
	background: #fff;
}

.pm-placeholder {
	color: #777;
}

/* Widget Simulasi Kredit (Row 2 kolom 2) */
.pm-simulasi-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 14px;
}

.pm-simulasi-tab-btn {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	padding: 6px 14px;
	font-size: 13px;
	cursor: pointer;
}

.pm-simulasi-tab-btn.is-active {
	background: #111;
	color: #fff;
	border-color: #111;
}

.pm-simulasi-info-panel {
	display: none;
	margin-top: 15px;
}

.pm-simulasi-info-panel.is-active {
	display: block;
}

.pm-simulasi-info-panel .pm-simulasi-box > ul,
.pm-simulasi-box > ul,
.pm-cash-box > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pm-simulasi-box {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}

.pm-simulasi-info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pm-simulasi-info-list li {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 14px;
	border: 1px solid #eee;
	border-radius: 6px;
	margin-bottom: 8px;
	background: #fafafa;
	font-size: 14px;
}

.pm-simulasi-info-list li span {
	color: #777;
}

.pm-result-dp-persen {
	font-style: normal;
	font-size: 12px;
	color: #013392;
	font-weight: 600;
}

.pm-cicilan-result {
	padding: 0 0px 0px 0 !important;
}

.pm-simulasi-info-header {
	display: flex;
	gap: 10px;
	padding: 0;
	border: none;
	background: transparent;
}

.pm-simulasi-box .pm-simulasi-info-header,
.pm-cash-box .pm-simulasi-info-header {
	padding: 0 0 10px 0;
}

.pm-simulasi-info-header .pm-info-col {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 10px;
	border: 1px solid #eee;
	border-radius: 6px;
	background: #fafafa;
	font-size: 14px;
	flex: 1 1 100%;
}

.pm-simulasi-info-header.has-kategori {
	display: grid;
	grid-template-columns: minmax(0, 25%) minmax(0, 1fr);
}

.pm-simulasi-info-header.has-kategori .pm-info-col {
	min-width: 0;
}

.pm-simulasi-info-header.has-kategori .pm-info-col:last-child strong {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.pm-cicilan-open-btn {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0;
	padding: 16px 0;
	font-size: 20px;
	font-weight: 500;
}

.pm-cicilan-open-btn.is-disabled,
.pm-cicilan-open-btn.is-disabled[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.pm-ajukan-kredit-btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 12px;
	box-sizing: border-box;
	background: #ec971f;
	border-color: #ec971f;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.pm-ajukan-kredit-btn.is-disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}

.pm-syarat-cara-row {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.pm-syarat-cara-row .button {
	flex: 1 1 50%;
	text-align: center;
	padding: 15px 0px;
	font-size: 12px;
	font-weight: 500;
}

.pm-cara-kredit-btn.is-hidden {
	display: none;
}

.pm-belicash-row {
	margin-top: 15px;
}

.pm-belicash-row .button {
	display: block;
	width: 100%;
	text-align: center;
	background: #0ec0e9;
	border-color: #0ec0e9;
	color: #fff;
	padding: 19px 0px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.pm-cicilan-result li strong {
	color: #111;
}

/* Modal / lightbox Tabel Cicilan */
.pm-cicilan-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
}

.pm-cicilan-modal.is-open {
	display: flex;
}

.pm-cicilan-modal.is-open .pm-cicilan-modal-overlay {
	animation: pmFadeIn 0.4s ease forwards;
}

.pm-cicilan-modal.is-open .pm-cicilan-modal-dialog {
	animation: pmSlideUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.pm-cicilan-modal.is-closing .pm-cicilan-modal-overlay {
	animation: pmFadeOut 0.35s ease forwards;
}

.pm-cicilan-modal.is-closing .pm-cicilan-modal-dialog {
	animation: pmSlideDown 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.pm-cicilan-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.pm-cicilan-modal-dialog {
	position: relative;
	z-index: 1;
	background: #013392;
	color: #fff;
	max-width: 700px;
	width: 92%;
	max-height: 88vh;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.pm-cicilan-modal-header {
	position: sticky;
	top: 0;
	z-index: 2;
	background: #013392;
	padding: 24px 24px 16px;
	flex-shrink: 0;
}

@keyframes pmFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes pmFadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes pmSlideUp {
	from {
		opacity: 0;
		transform: translateY(50px) scale(0.9);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes pmSlideDown {
	from {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
	to {
		opacity: 0;
		transform: translateY(50px) scale(0.9);
	}
}

.pm-cicilan-modal-close {
	position: absolute;
	top: 14px;
	right: 14px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.8);
}

.pm-cicilan-modal-close:hover {
	color: #fff;
}

.pm-cicilan-modal-title {
	margin: 0 0 6px;
	color: #fff;
}

.pm-cicilan-modal-body {
	overflow-y: auto;
	overflow-x: auto;
	padding: 0px 0px 0px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	margin: 0px 24px 24px;
	flex: 1;
	min-height: 0;
}

.pm-cicilan-modal-body table {
	border-collapse: separate;
	border-spacing: 0px;
	border-width: 0px 0 0 0px;
	margin: 0 0 0em;
	width: 100%;
}

.pm-cicilan-modal-body thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: #012a7a !important;
}

.pm-cicilan-otr {
	margin: 0 0 16px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
}

.pm-cicilan-otr-value {
	color: #fff;
}

.pm-cicilan-tenor-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 5px;
	width: 100%;
}

.pm-cicilan-tenor-btn {
	flex: 1 1 0;
	background: #e9be1d;
	border: 1px solid #e9be1d;
	border-radius: 20px;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.pm-cicilan-tenor-btn:hover {
	background: #6798c9;
	border-color: #6798c9;
}

.pm-cicilan-tenor-btn.is-active {
	background: #fff;
	color: #013392;
	border-color: #fff;
}

.pm-cicilan-tenor-btn.is-active:hover {
	background: #fff;
}

.pm-cicilan-3col th:last-child,
.pm-cicilan-3col td:last-child {
	text-align: center;
}

.pm-cicilan-3col td:first-child {
	text-align: left;
}

@media (max-width: 768px) {
	.pm-cicilan-modal-body .pm-simulasi-table {
		white-space: normal;
	}

	.pm-cicilan-modal-body .pm-simulasi-table th,
	.pm-cicilan-modal-body .pm-simulasi-table td {
		padding: 0.4em 0.5em;
		font-size: 13px;
	}

	.pm-cicilan-modal-body .pm-cicilan-pilih-btn {
		padding: 8px 16px;
		font-size: 12px;
	}
}

.pm-dp-original {
	text-decoration: line-through;
	color: rgba(255, 255, 255, 0.55);
	margin-right: 6px;
}

.pm-dp-after {
	color: #ffc107;
}

.pm-cicilan-pilih-btn {
	white-space: nowrap;
	padding: 10px 35px;
	font-weight: 600;
	background: #fff;
	border-color: #fff;
	color: #013392;
}

.pm-cicilan-pilih-btn:hover,
.pm-cicilan-pilih-btn:focus {
	background: #ffc107;
	border-color: #ffc107;
	color: #013392;
}

.pm-simulasi-table {
	width: 100%;
	white-space: nowrap;
	border-collapse: collapse;
}

.pm-simulasi-table th,
.pm-simulasi-table td {
	text-align: right;
	padding: 0.5em 1em;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.15);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.pm-simulasi-table thead th {
	background: rgba(255, 255, 255, 0.08);
}

.pm-simulasi-table thead th:first-child,
.pm-simulasi-table thead th:nth-child(2) {
	text-align: center;
}


/* Row 3 */
.pm-row3 {
	display: grid;
	grid-template-columns: 25% 75%;
	gap: 30px;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
}

.pm-row3-logo img {
	max-width: 100%;
	box-shadow: none !important;
}

.pm-row3-desc p {
	margin-bottom: 0em;
	margin-right: 20px;
}

/* Row 4 */
.pm-fitur-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.pm-fitur-item {
	text-align: center;
}

.pm-fitur-img-wrap {
	position: relative;
	display: block;
	margin-bottom: 12px;
	border-radius: 5px;
	overflow: hidden;
}

.pm-fitur-img-wrap img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
}

.pm-fitur-img-wrap::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 5px;
	box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.5), inset 0 0 50px rgba(200, 220, 255, 0.3);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.pm-fitur-img-wrap:hover::after {
	opacity: 1;
}

.pm-fitur-item h3 {
	margin: 0 0 8px;
	font-size: 16px;
}

.pm-fitur-item p {
	margin: 0;
	color: #555;
	font-size: 14px;
}

/* Row 5 */
.pm-spec-table {
	width: 100%;
	border-collapse: collapse;
}

.pm-spec-table th,
.pm-spec-table td {
	padding: 10px 14px;
	border-bottom: 1px solid #eee;
	text-align: left;
}

.pm-spec-table th {
	width: 35%;
	color: #555;
	font-weight: 600;
}

/* Frontend tabs (shared visual with admin) */
.pm-frontend-tabs .pm-tabs-nav {
	display: flex;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	flex-wrap: nowrap;
	gap: 15px;
	border-bottom: 0px solid #e5e5e5;
	margin-bottom: 15px;
}

.pm-frontend-tabs .pm-tab-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 1 1 0;
	min-width: 0;
	box-sizing: border-box;
	overflow-wrap: anywhere;
	background: none;
	border: 1px solid #ccc;
	padding: 15px 10px;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
	color: #555;
	border-bottom: 5px solid #ccc;
}

.pm-frontend-tabs .pm-tab-btn.is-active {
	color: #111;
	border-bottom-color: #111;
}

@media (max-width: 768px) {
	.pm-frontend-tabs .pm-tabs-nav {
		gap: 10px;
	}

	.pm-frontend-tabs .pm-tab-btn {
		padding: 10px 2.5px;
		letter-spacing: -0.5px;
	}
}

.pm-frontend-tabs .pm-tab-panel {
	display: none;
}

.pm-frontend-tabs .pm-tab-panel.is-active {
	display: block;
}

/* Harga OTR (di bawah tab Warna Motor / Gambar 360) */
.pm-harga-otr {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 0px;
	padding: 10px 20px;
	border: 1px solid transparent;
	background: #eee;
	border-radius: 5px;
}

.pm-harga-otr-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	color: #444;
}

.pm-harga-otr-value {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0;
	font-size: 19px;
}

.pm-harga-otr-before {
	text-decoration: line-through;
	color: #959595;
	font-size: 20px;
	margin-right: 0px;
}

.pm-harga-otr-after {
	color: #111;
	font-weight: 700;
}

@media (max-width: 768px) {
	.pm-row {
		margin: 50px 0;
	}

	.pm-row-banner {
		margin: 0;
	}

	.pm-row2 {
		margin: 0px 0;
	}

	.pm-row-banner + .pm-container .pm-row2 {
		margin-top: 20px;
	}

	.pm-row2,
	.pm-row3 {
		grid-template-columns: 1fr;
	}

	.pm-fitur-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.pm-fitur-grid {
		grid-template-columns: 1fr;
	}
}

/* Grid daftar motor per Tipe Motor (archive-tipe-motor.php) */
.pm-motor-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin: 40px 0;
}

.pm-motor-card {
	display: block;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background: #fff;
	transition: all 0.1s linear !important;
	will-change: box-shadow, transform;
}

.pm-motor-card:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -2px, 0);
}

.pm-motor-card-thumb {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.pm-motor-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pm-motor-card-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 14px 16px;
	text-align: center;
	background: #fff;
}

.pm-motor-pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin: 30px 0 50px;
}

.pm-motor-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	text-decoration: none;
	color: inherit;
}

.pm-motor-pagination .page-numbers.current {
	background: #111;
	color: #fff;
	border-color: #111;
}

@media (max-width: 992px) {
	.pm-motor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.pm-motor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.pm-motor-grid {
		grid-template-columns: 1fr;
	}
}

/* Grid daftar Tipe Motor 2x2 (archive-motor-index.php) */
.pm-tipe-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 24px;
	margin: 40px 0 60px;
}

.pm-tipe-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 50px 20px;
	border: 1px solid #eee;
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	background: #fafafa;
	transition: box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.pm-tipe-card:hover {
	background: #111;
	color: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.pm-tipe-card-icon {
	display: inline-flex;
}

.pm-tipe-card-label {
	font-size: 22px;
	font-weight: 700;
}

.pm-tipe-card-count {
	font-size: 13px;
	color: #888;
}

.pm-tipe-card:hover .pm-tipe-card-count {
	color: #ccc;
}

@media (max-width: 640px) {
	.pm-tipe-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, 1fr);
	}
}

/* Index katalog motor (archive-motor-index.php) */
.pm-motor-index.pm-container {
	background: #ffffff;
	padding: 2em;
	border-radius: 0px;
}

.pm-motor-index-bar {
	display: flex;
	gap: 20px;
	margin: 0px 0 30px;
	align-items: center;
	background: #ffffff;
	padding: 20px 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.pm-motor-index-search,
.pm-motor-index-filters {
	width: calc(50% - 10px);
}

.pm-motor-index-search {
	position: relative;
}

.pm-motor-search-input {
	width: 100%;
	padding: 10px 38px 10px 14px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
}

.pm-motor-search-clear {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: #eee;
	border: none;
	font-size: 18px;
	line-height: 10px;
	color: #999;
	cursor: pointer;
	padding: 8px 8px;
	display: none;
}

.pm-motor-search-clear:hover {
	background: #e30613;
	color: #fff;
}

.pm-motor-index-search.has-value .pm-motor-search-clear {
	display: block;
}

.pm-motor-index-filters {
	display: flex;
	gap: 10px;
	width: 100%;
}

.pm-motor-filter-btn {
	flex: 1 1 0;
	padding: 8px 4px;
	border: 1px solid #111;
	border-radius: 6px;
	background: #fff;
	color: #111;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.2s ease, color 0.2s ease;
}

.pm-motor-filter-btn.is-active,
.pm-motor-filter-btn:hover {
	background: #111;
	color: #fff;
}

.pm-motor-filter-btn.is-active[data-filter="all"] {
	background: #013392;
	border-color: #013392;
	color: #fff;
}

.pm-motor-index-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 0 0 60px;
}

.pm-motor-index-card {
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	transition: all 0.1s linear !important;
	will-change: box-shadow, transform;
}

.pm-motor-index-card:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -2px, 0);
}

.pm-motor-index-card .pm-motor-card-thumb {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.pm-motor-index-card .pm-motor-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pm-motor-index-body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.pm-motor-index-cat {
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.pm-motor-index-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
	color: #013392;
}

.pm-motor-index-otr {
	font-size: 14px;
	font-weight: 600;
	color: #111;
}

a.pm-motor-index-detail {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 10px 16px;
	background: #111;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: background 0.2s ease;
}

a.pm-motor-index-detail:hover {
	background: #333;
}

.pm-motor-index-card.is-hidden {
	display: none;
}

.pm-motor-no-results,
.pm-motor-search-loading {
	text-align: center;
	padding: 30px 20px;
	font-size: 16px;
	color: #666;
	background: #fff;
	border-radius: 0px;
}

.pm-motor-search-loading {
	animation: pm-loading-pulse 1.2s infinite;
}

@keyframes pm-loading-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.4; }
}

.pm-motor-no-results.is-hidden,
.pm-motor-search-loading.is-hidden {
	display: none;
}

@media (max-width: 992px) {
	.pm-motor-index-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pm-motor-index-search,
	.pm-motor-index-filters {
		width: 100%;
	}

	.pm-motor-index-filters {
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.pm-motor-index.pm-container {
		padding: 2em;
	}

	.pm-motor-index-bar {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		padding: 0px 0px;
		border: 0px solid #ccc;
	}

	.pm-motor-index-search,
	.pm-motor-index-filters {
		width: 100%;
	}

	.ast-separate-container #primary {
		padding: 8px 0;
		margin: 0;
		border: 0;
	}
}

@media (max-width: 480px) {
	.pm-motor-index-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.pm-detail-full {
		display: none;
	}
}

.pm-detail-short {
	display: none;
}

@media (max-width: 480px) {
	.pm-detail-short {
		display: inline;
	}
}

/* Tukar Tambah Motor */
.pm-tukar-tambah-page .pm-container {
	padding: 0px 0px !important;
}

.pm-tukar-tambah-form-wrap .pm-block-title {
	font-size: 24px;
	margin: 20px 0 15px;
	text-transform: uppercase;
}

.pm-tukar-tambah-form {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	background: #fff;
}

.pm-form-heading {
	font-size: 18px;
	font-weight: 700;
	margin: 24px 0 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}

.pm-form-heading:first-of-type {
	margin-top: 0;
}

.pm-form-separator {
	border: 0;
	border-top: 1px solid #eee;
	margin: 20px 0;
}

.pm-checkbox-field label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 400;
	cursor: pointer;
}

.pm-checkbox-field input[type="checkbox"] {
	margin: 0;
}

.pm-tukar-tambah-submit-wrap {
	margin-top: 20px;
}

.pm-tukar-tambah-submit {
	width: 100%;
	padding: 18px 0;
	font-size: 18px;
	font-weight: 700;
	background: #111;
	color: #fff;
	border: 1px solid #111;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.pm-tukar-tambah-submit:hover {
	background: #fff;
	color: #111;
}

/* Booking Service */
.pm-booking-page {
	padding: 0;
}

.pm-booking-page .pm-container {
	padding: 2em !important;
}

.pm-booking-info {
	background: #fafafa;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1.6;
}

.pm-booking-form-wrap .pm-block-title {
	font-size: 24px;
	margin: 20px 0 15px;
	text-transform: uppercase;
}

.pm-booking-form {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	background: #fff;
}

.pm-booking-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.pm-form-field {
	margin-bottom: 16px;
}

.pm-form-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
}

.pm-required {
	color: #d63638;
}

.pm-input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}

.pm-input:focus {
	outline: none;
	border-color: #111;
}

select.pm-input:disabled {
	background: #eee;
	color: #777;
}

.pm-booking-notes {
	font-size: 13px;
	color: #666;
	margin: 8px 0 0;
	line-height: 1.5;
}

.pm-booking-submit-wrap {
	margin-top: 10px;
}

.pm-booking-submit {
	width: 100%;
	padding: 18px 0;
	font-size: 18px;
	font-weight: 700;
	background: #111;
	color: #fff;
	border: 1px solid #111;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.pm-booking-submit:hover {
	background: #fff;
	color: #111;
}

.pm-notice {
	padding: 12px 16px;
	margin-bottom: 16px;
	border-radius: 5px;
}

.pm-notice-error {
	background: #ffe5e5;
	border: 1px solid #d63638;
	color: #a00;
}

.pm-notice-success {
	background: #e5f9e5;
	border: 1px solid #4caf50;
	color: #1e6e1e;
}

@media (max-width: 768px) {
	.pm-booking-form-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

/* Kredit Motor Syariah */
.pm-kmsyariah-page .pm-container {
	padding: 0;
}

.pm-kmsyariah-info {
	background: #fafafa;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1.6;
}

.pm-kmsyariah-image-block {
	margin: 30px 0;
	text-align: center;
}

.pm-image-heading {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
}

.pm-image-img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.pm-kmsyariah-form-wrap .pm-block-title {
	font-size: 24px;
	margin: 20px 0 15px;
	text-transform: uppercase;
}

.pm-kmsyariah-form {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	background: #fff;
}

.pm-kmsyariah-form .pm-form-heading {
	font-size: 18px;
	font-weight: 700;
	margin: 24px 0 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}

.pm-kmsyariah-form .pm-form-heading:first-of-type {
	margin-top: 0;
}

.pm-kmsyariah-submit-wrap {
	margin-top: 20px;
}

.pm-kmsyariah-submit {
	width: 100%;
	padding: 18px 0;
	font-size: 18px;
	font-weight: 700;
	background: #111;
	color: #fff;
	border: 1px solid #111;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.pm-kmsyariah-submit:hover {
	background: #fff;
	color: #111;
}

.pm-kmsyariah-form input[readonly],
.pm-kmsyariah-form select:disabled {
	background: #f5f5f5;
	color: #555;
}

/*
 * Form uniformity across Panprisa Motor custom forms.
 */
.pm-form input[type="text"],
.pm-form input[type="email"],
.pm-form input[type="tel"],
.pm-form input[type="number"],
.pm-form input[type="date"],
.pm-form select,
.pm-form textarea,
.pm-form button.pm-datepicker-toggle {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.4;
	background: #fff;
	color: #333;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pm-form input:focus,
.pm-form select:focus,
.pm-form textarea:focus,
.pm-form button.pm-datepicker-toggle:focus {
	border-color: #013392;
	box-shadow: 0 0 0 2px rgba(1, 51, 146, 0.15);
	outline: none;
}

.pm-form label {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

.pm-datepicker {
	position: relative;
}

.pm-datepicker-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	text-transform: none;
	font-weight: 400;
	cursor: pointer;
}

.pm-form button.pm-datepicker-toggle:hover {
	background: #fff;
	border-color: #ddd;
	color: #333;
}

.pm-form button.pm-datepicker-toggle:disabled {
	background: #f5f5f5;
	border-color: #ddd;
	color: #888;
	cursor: not-allowed;
	opacity: 1;
}

.pm-datepicker-toggle.is-invalid {
	border-color: #c62828;
	box-shadow: 0 0 0 2px rgba(198, 40, 40, 0.15);
}

.pm-datepicker-icon {
	display: inline-flex;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: #013392;
}

.pm-datepicker-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pm-datepicker-panel {
	position: absolute;
	z-index: 20;
	top: calc(100% + 6px);
	left: 0;
	width: min(100%, 360px);
	padding: 16px;
	background: #fff;
	border: 1px solid #d6dbe5;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
}

.pm-datepicker-panel[hidden] {
	display: none;
}

.pm-datepicker-month {
	margin-bottom: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
}

.pm-datepicker-weekdays,
.pm-datepicker-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 5px;
}

.pm-datepicker-weekdays span {
	padding: 4px 0;
	font-size: 11px;
	font-weight: 700;
	color: #687080;
	text-align: center;
}

.pm-datepicker-day {
	min-width: 0;
	aspect-ratio: 1;
	padding: 0;
	border: 1px solid #b9c8e5;
	border-radius: 5px;
	background: #edf4ff;
	color: #013392;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.pm-datepicker-day.is-available:hover,
.pm-datepicker-day.is-available:focus,
.pm-datepicker-day.is-selected {
	background: #013392;
	border-color: #013392;
	color: #fff;
	outline: none;
}

.pm-datepicker-day.is-unavailable {
	background: #f1f1f1;
	border-color: #e5e5e5;
	color: #aaa;
	cursor: not-allowed;
	text-decoration: line-through;
}

.pm-datepicker-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 14px;
	font-size: 11px;
	color: #555;
}

.pm-datepicker-legend span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.pm-datepicker-legend i {
	width: 10px;
	height: 10px;
	border: 1px solid #b9c8e5;
	border-radius: 2px;
	background: #edf4ff;
}

.pm-datepicker-legend i.is-selected {
	background: #013392;
	border-color: #013392;
}

.pm-datepicker-legend i.is-unavailable {
	background: #f1f1f1;
	border-color: #ddd;
}

.pm-datepicker-help {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: #666;
}

.pm-form-submit,
.pm-form-submit.button,
button.pm-form-submit {
	display: block !important;
	width: 100% !important;
	padding: 18px 0 !important;
	margin: 0 !important;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: #fff !important;
	background: #111 !important;
	border: none !important;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.pm-form-submit:hover,
.pm-form-submit.button:hover,
button.pm-form-submit:hover {
	background: #013392 !important;
	color: #fff !important;
}

.pm-form-submit:disabled,
.pm-form-submit.button:disabled,
button.pm-form-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.pm-harga-otr-before {
	text-decoration: line-through;
	color: #959595;
	font-size: 15px;
	margin-right: 0px;
}

/* ========================================
   Perbandingan Fitur - Frontend
   ======================================== */

.pm-comparison-action {
	margin-top: 16px;
	text-align: center;
}

.pm-comparison-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	background: #013392 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 6px !important;
	cursor: pointer !important;
	transition: background 0.2s ease, box-shadow 0.2s ease;
	line-height: 1.3;
}

.pm-comparison-btn:hover {
	background: #e30613 !important;
	color: #fff !important;
	box-shadow: 0 4px 12px rgba(227, 6, 19, 0.25);
}

.pm-comparison-btn svg {
	flex-shrink: 0;
}

/* Modal / lightbox overlay */
.pm-comparison-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999999;
	justify-content: center;
	align-items: center;
}

.pm-comparison-modal.is-open {
	display: flex;
}

.pm-comparison-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	animation: pmCompFadeIn 0.25s ease;
}

.pm-comparison-modal-dialog {
	position: relative;
	z-index: 1;
	width: 95%;
	max-width: 900px;
	max-height: 85vh;
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
	animation: pmCompSlideUp 0.3s ease;
}

@keyframes pmCompFadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@keyframes pmCompSlideUp {
	from { opacity: 0; transform: translateY(30px); }
	to   { opacity: 1; transform: translateY(0); }
}

.pm-comparison-modal.is-closing .pm-comparison-modal-overlay {
	animation: pmCompFadeOut 0.25s ease forwards;
}

.pm-comparison-modal.is-closing .pm-comparison-modal-dialog {
	animation: pmCompSlideDown 0.25s ease forwards;
}

@keyframes pmCompFadeOut {
	from { opacity: 1; }
	to   { opacity: 0; }
}

@keyframes pmCompSlideDown {
	from { opacity: 1; transform: translateY(0); }
	to   { opacity: 0; transform: translateY(30px); }
}

/* Modal header */
.pm-comparison-modal-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 24px;
	border-bottom: 1px solid #e2e4e7;
	flex-shrink: 0;
}

.pm-comparison-modal-close {
	background: #ddd;
	border: none;
	font-size: 20px;
	line-height: 20px;
	color: #666;
	cursor: pointer;
	padding: 0px 5px 5px 5px;
	transition: color 0.2s;
}

.pm-comparison-modal-close:hover {
	color: #fff;
}

.pm-comparison-modal-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	color: #111;
}

/* Modal body */
.pm-comparison-modal-body {
	overflow: auto;
	padding: 0;
	flex: 1;
	min-height: 0;
}

/* Comparison table */
.pm-comparison-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 14px;
}

.pm-comparison-table thead th {
	background: #013392;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	position: sticky;
	top: 0;
	z-index: 2;
	vertical-align: middle;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 14px;
}

.pm-comparison-th-fitur {
	text-align: left !important;
}

.pm-comparison-table tbody td {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
	line-height: 15px;
}

.pm-comparison-table tbody tr:hover {
	background: #f8f9fa;
}

.pm-comparison-td-fitur {
	font-weight: 600;
	color: #333;
}

.pm-comparison-td-value {
	text-align: center;
}

.pm-comp-check {
	display: inline-block;
	color: #28a745;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.pm-comp-cross {
	display: inline-block;
	color: #dc3545;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.pm-comp-note {
	display: block;
	font-size: 10px;
	color: #888;
	margin-top: 0px;
	line-height: 1.2;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.pm-comparison-modal-dialog {
		width: 98%;
		max-height: 90vh;
		border-radius: 8px;
	}

	.pm-comparison-modal-header {
		padding: 14px 16px;
	}

	.pm-comparison-modal-title {
		font-size: 15px;
	}

	.pm-comparison-table {
		font-size: 12px;
	}

	.pm-comparison-table thead th {
		padding: 8px 6px;
		font-size: 11px;
	}

	.pm-comparison-table tbody td {
		padding: 8px 6px;
	}

	.pm-comparison-table tbody td {
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.pm-comp-check,
	.pm-comp-cross {
		font-size: 15px;
	}

	.pm-comp-note {
		font-size: 10px;
	}

	.pm-comparison-btn {
		width: 100%;
		justify-content: center;
		padding: 10px 16px !important;
		font-size: 13px !important;
	}
}

/* ========================================
   Metode Pembayaran Tabs (Cash / Kredit)
   ======================================== */

.pm-metode-bayar {
	margin-top: 20px;
}

.pm-metode-bayar-title {
	font-size: 15px;
	font-weight: 700;
	color: #333;
	margin: 0 0 15px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
}

.pm-metode-bayar-tabs {
	display: flex;
	gap: 15px;
	border-bottom: 0px solid #e2e4e7;
	margin-bottom: 0;
}

.pm-metode-tab-btn {
	flex: 1;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px 15px;
	font-size: 20px;
	font-weight: 600;
	color: #666;
	cursor: pointer;
	text-align: center;
	transition: background 0.2s, color 0.2s;
	border-bottom: 5px solid #ccc;
	margin-bottom: -2px;
}

.pm-metode-tab-btn.is-active {
	background: #fff;
	color: #013392;
	border-bottom-color: #013392;
}

.pm-metode-tab-btn:hover:not(.is-active) {
	background: #eee;
	color: #333;
}

.pm-metode-panel {
	display: none;
}

.pm-metode-panel.is-active {
	display: block;
}

/* Cash box */
.pm-cash-box {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	margin-top: 16px;
}

.pm-cash-info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pm-cash-info-list li {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 14px;
	border: 1px solid #eee;
	border-radius: 6px;
	margin-bottom: 8px;
	background: #fafafa;
	font-size: 14px;
}

.pm-cash-info-list li:last-child {
	margin-bottom: 0;
}

.pm-cash-info-list li span {
	color: #777;
}

@media (max-width: 768px) {
	.pm-metode-tab-btn {
		font-size: 13px;
		padding: 10px 12px;
	}

	.pm-cash-info-list li {
		font-size: 13px;
	}

	.pm-cash-info-list li strong {
		font-size: 15px;
	}
}
