@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

/* MyTripsCare Booking Frontend Styles - Matched to https://mytripscare.com/ */

:root {
	--mpt-primary: #00c194;
	--mpt-primary-hover: #00a376;
	--mpt-secondary: #0f172a;
	--mpt-accent: #00c194;
	--mpt-danger: #ef4444;
	--mpt-bg-light: #f8fafc;
	--mpt-card-bg: #ffffff;
	--mpt-border: #e2e8f0;
	--mpt-text: #1e293b;
	--mpt-text-muted: #64748b;
	--mpt-radius: 14px;
	--mpt-shadow: 0 10px 30px rgba(0, 193, 148, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03);
	--mpt-shadow-hover: 0 15px 35px rgba(0, 193, 148, 0.18);
}

.mpt-room-type-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #EAF7F4;
	color: #00a376;
	font-weight: 700;
	font-size: 0.8rem;
	padding: 5px 12px;
	border-radius: 20px;
	border: 1px solid #b6f0e2;
}

.mpt-timing-bar {
	display: flex;
	gap: 10px;
	margin: 10px 0;
	flex-wrap: wrap;
}

.mpt-timing-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.82rem;
	color: #00a376;
	background: #EAF7F4;
	padding: 5px 12px;
	border-radius: 20px;
	border: 1px solid #b6f0e2;
	font-weight: 600;
}

.mpt-select-input {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--mpt-border);
	border-radius: 10px;
	font-size: 0.92rem;
	background: #ffffff;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}

.mpt-select-input:focus {
	border-color: #00c194;
	box-shadow: 0 0 0 3px rgba(0, 193, 148, 0.2);
	outline: none;
}

.mpt-payment-methods-section {
	border-top: 1px solid var(--mpt-border);
	padding-top: 16px;
	margin-bottom: 20px;
}

.mpt-payment-methods-section h4 {
	margin: 0 0 10px 0;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--mpt-secondary);
}

.mpt-payment-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mpt-pay-option {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px;
	border: 2px solid var(--mpt-border);
	border-radius: 10px;
	background: #ffffff;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.mpt-pay-option:hover, .mpt-pay-option.active {
	border-color: #00c194;
	background: #EAF7F4;
}

.mpt-pay-option-text strong {
	display: block;
	font-size: 0.9rem;
	color: var(--mpt-secondary);
}

.mpt-pay-option-text small {
	font-size: 0.78rem;
	color: var(--mpt-text-muted);
}

.mpt-sold-out-badge {
	background: #fef2f2 !important;
	color: #dc2626 !important;
	border-color: #fecaca !important;
}

.mpt-auto-booking-cta {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	color: #ffffff;
	border-radius: var(--mpt-radius);
	padding: 24px 32px;
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	box-shadow: 0 15px 30px rgba(15, 23, 42, 0.2);
}

.mpt-cta-info {
	display: flex;
	flex-direction: column;
}

.mpt-cta-label {
	font-size: 0.85rem;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mpt-cta-price {
	font-size: 1.6rem;
	font-weight: 700;
	color: #60a5fa;
}

.mpt-cta-price small {
	font-size: 0.85rem;
	color: #cbd5e1;
	font-weight: normal;
}

/* Sticky Bottom Bar */
.mpt-sticky-bottom-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(15, 23, 42, 0.92);
	backdrop-filter: blur(10px);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 12px 24px;
	z-index: 9999;
	box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.2);
}

.mpt-sticky-bar-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mpt-sticky-info {
	display: flex;
	flex-direction: column;
	color: #ffffff;
}

.mpt-sticky-info strong {
	font-size: 1rem;
	color: #f8fafc;
}

.mpt-sticky-info span {
	font-size: 0.85rem;
	color: #60a5fa;
}

/* Dedicated Booking Page & Full-Width Hotel Selector Bar */
.mpt-dedicated-booking-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.mpt-dedicated-booking-wrap img,
.mpt-dedicated-booking-wrap svg {
	max-width: 100%;
	height: auto;
}

.mpt-dedicated-booking-wrap .mpt-single-container,
.mpt-dedicated-booking-wrap .mpt-booking-single {
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
}

.mpt-booking-single {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
	color: var(--mpt-text);
	max-width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

.mpt-booking-single * {
	box-sizing: border-box;
}

.mpt-booking-single .mpt-hotel-layout {
	max-width: 100%;
}

.mpt-bkg-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 12px;
}

.mpt-bkg-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--mpt-secondary);
	margin: 0 0 8px 0;
	line-height: 1.25;
}

.mpt-bkg-badges {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}

.mpt-badge-rating,
.mpt-badge-address,
.mpt-badge-phone {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

.mpt-badge-rating {
	background: #fff8e6;
	color: #b45309;
	border: 1px solid #fef3c7;
}

.mpt-badge-rating::before {
	content: "⭐";
}

.mpt-badge-address {
	background: #f0fdf4;
	color: #15803d;
	border: 1px solid #dcfce7;
}

.mpt-badge-address::before {
	content: "📍";
}

.mpt-badge-phone {
	background: #eff6ff;
	color: #1d4ed8;
	border: 1px solid #dbeafe;
}

.mpt-badge-phone::before {
	content: "📞";
}

.mpt-badge-phone:hover {
	text-decoration: underline;
}

.mpt-bkg-description {
	color: #475569;
	line-height: 1.6;
	margin-top: 14px;
}

.mpt-bkg-card-header {
	border-bottom: 1px solid #e2e8f0;
	padding-bottom: 14px;
	margin-bottom: 16px;
}

.mpt-bkg-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.mpt-bkg-deal-badge {
	background: #fef2f2;
	color: #dc2626;
	border: 1px solid #fecaca;
	font-weight: 700;
	font-size: 0.75rem;
	padding: 3px 10px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mpt-bkg-room-badge {
	font-size: 0.82rem;
	color: #00a376;
	font-weight: 700;
	background: #EAF7F4;
	padding: 3px 8px;
	border-radius: 6px;
	border: 1px solid #b6f0e2;
}

.mpt-bkg-card-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	width: 100%;
}

.mpt-bkg-old-price {
	text-decoration: line-through;
	color: #94a3b8;
	font-size: 1.05rem;
	font-weight: 600;
}

.mpt-bkg-new-price {
	color: #00c194;
	font-size: 1.4rem;
	font-weight: 800;
	margin-left: auto;
}

.mpt-bkg-per-night {
	font-size: 0.75rem;
	color: var(--mpt-text-muted);
	font-weight: 500;
	margin-left: 4px;
}

.mpt-booking-page-header {
	margin-bottom: 24px;
	width: 100%;
}

.mpt-hotel-select-bar {
	background: #ffffff;
	color: #0f172a;
	border-radius: 16px;
	padding: 18px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 10px 30px rgba(0, 193, 148, 0.08);
	width: 100%;
}

.mpt-hotel-select-label-group label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 1.05rem;
	font-weight: 700;
	white-space: nowrap;
	color: #0f172a;
}

.mpt-hotel-dropdown {
	flex: 1;
	max-width: 520px;
	width: 100%;
	min-width: 0;
	padding: 12px 18px;
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
	background: #f8fafc;
	border: 2px solid #00c194;
	border-radius: 12px;
	outline: none;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 193, 148, 0.12);
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
	box-sizing: border-box;
}

.mpt-hotel-dropdown:focus {
	border-color: #00a376;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(0, 193, 148, 0.25);
}

.mpt-btn-lg {
	padding: 12px 24px;
	font-size: 1.05rem;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mpt-single-container {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
	color: var(--mpt-text);
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

.mpt-single-container * {
	box-sizing: border-box;
}

/* Header & Amenities */
.mpt-hotel-header {
	margin-bottom: 20px;
}

.mpt-hotel-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--mpt-secondary);
	margin: 0 0 12px 0;
	line-height: 1.2;
}

.mpt-amenities-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mpt-amenity-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #eff6ff;
	color: var(--mpt-primary);
	font-size: 0.85rem;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 20px;
	border: 1px solid #dbeafe;
}

/* Booking.com / Agoda 5-Photo Mosaic Grid Layout */
.mpt-mosaic-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 190px 190px;
	gap: 8px;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 24px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.mpt-mosaic-item {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.mpt-mosaic-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.mpt-mosaic-item:hover img {
	transform: scale(1.05);
}

.mpt-mosaic-main {
	grid-row: 1 / span 2;
	grid-column: 1;
}

.mpt-mosaic-more-overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.65);
	backdrop-filter: blur(3px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	gap: 6px;
	transition: background 0.3s ease;
}

.mpt-mosaic-more-overlay:hover {
	background: rgba(0, 193, 148, 0.85);
	color: #ffffff;
}

/* Horizontal Sticky Section Subnav */
.mpt-sticky-section-nav {
	position: sticky;
	top: 15px;
	z-index: 99;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(12px);
	border: 1px solid var(--mpt-border);
	border-radius: 30px;
	padding: 6px 14px;
	display: flex;
	gap: 8px;
	margin-bottom: 24px;
	overflow-x: auto;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.mpt-nav-link {
	padding: 8px 16px;
	border-radius: 20px;
	color: #475569;
	font-weight: 600;
	font-size: 0.85rem;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.mpt-nav-link:hover, .mpt-nav-link.active {
	background: #00c194;
	color: #ffffff;
}

/* Layout Columns */
.mpt-hotel-layout {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 30px;
	align-items: start;
}

@media (max-width: 900px) {
	.mpt-mosaic-grid {
		grid-template-columns: 1fr;
		grid-template-rows: 240px;
	}
	.mpt-mosaic-item:not(.mpt-mosaic-main) {
		display: none;
	}
	.mpt-hotel-layout {
		grid-template-columns: 1fr;
	}
}

/* Cards & Sections */
.mpt-section-card {
	background: var(--mpt-card-bg);
	border: 1px solid var(--mpt-border);
	border-radius: var(--mpt-radius);
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: var(--mpt-shadow);
}

.mpt-section-card h2 {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--mpt-secondary);
	margin-top: 0;
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f1f5f9;
}

/* Gallery Tabs & Grid */
.mpt-gallery-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
	overflow-x: auto;
	padding-bottom: 4px;
}

.mpt-tab-btn {
	background: #f1f5f9;
	color: var(--mpt-text-muted);
	border: none;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.mpt-tab-btn.active, .mpt-tab-btn:hover {
	background: #00c194;
	color: #ffffff;
}

.mpt-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 12px;
}

.mpt-gallery-item {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	height: 120px;
}

.mpt-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.mpt-gallery-item:hover img {
	transform: scale(1.08);
}

.mpt-gallery-cat-badge {
	position: absolute;
	bottom: 6px;
	left: 6px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 0.7rem;
	padding: 2px 6px;
	border-radius: 4px;
}

/* Sidebar & Booking Widget */
.mpt-booking-card {
	background: var(--mpt-card-bg);
	border: 1px solid var(--mpt-border);
	border-radius: var(--mpt-radius);
	padding: 24px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	position: sticky;
	top: 20px;
}

.mpt-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--mpt-border);
}

.mpt-card-header h3 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--mpt-secondary);
}

.mpt-widget-price {
	text-align: right;
}

.mpt-widget-price .mpt-currency {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--mpt-primary);
}

.mpt-widget-price .mpt-amount {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--mpt-primary);
}

.mpt-widget-price .mpt-period {
	font-size: 0.75rem;
	color: var(--mpt-text-muted);
}

/* Booking Form Elements */
.mpt-form-row {
	margin-bottom: 16px;
}

.mpt-form-row label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--mpt-secondary);
	margin-bottom: 6px;
}

.mpt-dates-row {
	display: flex;
	gap: 12px;
}

.mpt-field-col {
	flex: 1;
}

.mpt-form-row input[type="date"],
.mpt-form-row input[type="text"],
.mpt-form-row input[type="email"],
.mpt-form-row input[type="tel"] {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--mpt-border);
	border-radius: 10px;
	font-size: 0.92rem;
	color: var(--mpt-text);
	background: #ffffff;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}

.mpt-form-row input:focus {
	outline: none;
	border-color: #00c194;
	box-shadow: 0 0 0 3px rgba(0, 193, 148, 0.18);
	background: #ffffff;
}

/* Rooms Counter */
.mpt-rooms-selector {
	display: flex;
	align-items: center;
	border: 1px solid var(--mpt-border);
	border-radius: 10px;
	overflow: hidden;
	width: 140px;
	background: #ffffff;
}

.mpt-qty-btn {
	background: #f1f5f9;
	border: none;
	width: 40px;
	height: 40px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #00c194;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.mpt-qty-btn:hover {
	background: #00c194;
	color: #ffffff;
}

.mpt-qty-btn:disabled {
	background: #f1f5f9;
	color: #cbd5e1;
	cursor: not-allowed;
}

.mpt-rooms-selector input {
	border: none;
	background: transparent;
	text-align: center;
	width: 60px;
	font-weight: 700;
	font-size: 1rem;
	color: var(--mpt-secondary);
}

/* Availability Badge */
.mpt-availability-status {
	margin: 16px 0;
}

.mpt-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 600;
	width: 100%;
}

.mpt-badge-success {
	background: #EAF7F4;
	color: #00a376;
	border: 1px solid #b6f0e2;
}

.mpt-badge-danger {
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}

.mpt-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
}

.mpt-badge-success .mpt-dot { background: #00c194; }
.mpt-badge-danger .mpt-dot { background: #ef4444; }

/* Coupon Group */
.mpt-coupon-box {
	background: #EAF7F4;
	border: 1px dashed #00c194;
	border-radius: 10px;
	padding: 14px;
	margin-bottom: 18px;
}

.mpt-coupon-box label {
	font-size: 0.82rem;
	font-weight: 700;
	color: #00a376;
	margin-bottom: 6px;
	display: block;
}

.mpt-coupon-input-group {
	display: flex;
	gap: 8px;
}

.mpt-coupon-input-group input {
	flex: 1;
	padding: 9px 12px;
	border: 1px solid #b6f0e2;
	border-radius: 8px;
	font-size: 0.88rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	box-sizing: border-box;
}

.mpt-btn-secondary {
	background: #00c194;
	color: #ffffff;
	border: none;
	padding: 9px 16px;
	border-radius: 8px;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
}

.mpt-btn-secondary:hover {
	background: #00a376;
}

.mpt-coupon-msg {
	font-size: 0.8rem;
	margin-top: 6px;
	font-weight: 600;
}

.mpt-coupon-msg.success { color: #00a376; }
.mpt-coupon-msg.error { color: #ef4444; }

/* Price Breakdown */
.mpt-price-breakdown {
	background: #f8fafc;
	border: 1px solid var(--mpt-border);
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 20px;
}

.mpt-breakdown-row {
	display: flex;
	justify-content: space-between;
	font-size: 0.88rem;
	margin-bottom: 8px;
	color: var(--mpt-text-muted);
}

.mpt-discount-row {
	color: #00a376;
	font-weight: 700;
}

.mpt-breakdown-divider {
	height: 1px;
	background: var(--mpt-border);
	margin: 10px 0;
}

.mpt-breakdown-total {
	border-top: 2px solid var(--mpt-border);
	padding-top: 10px;
	margin-top: 6px;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--mpt-secondary);
}

.mpt-breakdown-total span:last-child {
	color: #00c194;
	font-size: 1.3rem;
}

.mpt-final-total {
	color: #00c194;
	font-size: 1.3rem;
}

/* Customer Info Section */
.mpt-customer-info-section {
	border-top: 1px solid var(--mpt-border);
	padding-top: 16px;
	margin-bottom: 20px;
}

.mpt-customer-info-section h4 {
	margin: 0 0 12px 0;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--mpt-secondary);
}

/* Proceed Button */
.mpt-btn-primary {
	background: linear-gradient(135deg, #00c194 0%, #00a376 100%);
	color: #ffffff;
	border: none;
	padding: 15px 24px;
	border-radius: 12px;
	font-size: 1.05rem;
	font-weight: 700;
	cursor: pointer;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-shadow: 0 10px 25px rgba(0, 193, 148, 0.35);
	transition: all 0.3s ease;
}

.mpt-btn-primary:hover {
	background: linear-gradient(135deg, #00a376 0%, #008862 100%);
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(0, 193, 148, 0.48);
}

.mpt-btn-primary:disabled {
	background: #94a3b8;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

/* Modal Overlay */
.mpt-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(15, 23, 42, 0.65);
	backdrop-filter: blur(6px);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.mpt-modal-container {
	background: #ffffff;
	border-radius: 16px;
	width: 100%;
	max-width: 520px;
	padding: 32px;
	position: relative;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	max-height: 90vh;
	overflow-y: auto;
}

.mpt-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: #f1f5f9;
	border: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	color: #64748b;
}

.mpt-modal-close:hover {
	background: #e2e8f0;
	color: #0f172a;
}

/* Confirmation Receipt */
.mpt-confirmation-receipt {
	text-align: center;
}

.mpt-receipt-icon {
	margin-bottom: 12px;
}

.mpt-confirmation-receipt h2 {
	font-size: 1.5rem;
	margin: 0 0 6px 0;
	color: #0f172a;
}

.mpt-receipt-subtitle {
	color: #64748b;
	font-size: 0.9rem;
	margin: 0 0 20px 0;
}

.mpt-receipt-card {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 16px 20px;
	text-align: left;
}

.mpt-receipt-row {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px dashed #e2e8f0;
	font-size: 0.88rem;
}

.mpt-receipt-row:last-child {
	border-bottom: none;
}

.mpt-receipt-total {
	font-size: 1rem;
	padding-top: 12px;
	margin-top: 4px;
	border-top: 2px solid #cbd5e1;
}

.mpt-receipt-total strong {
	color: #2563eb;
	font-size: 1.15rem;
}

/* ==========================================================================
   Comprehensive Mobile Responsiveness Rules (Phones & Tablets)
   ========================================================================== */

@media (max-width: 768px) {
	.mpt-dedicated-booking-wrap,
	.mpt-single-container,
	.mpt-booking-single {
		padding: 12px;
	}

	.mpt-hotel-header {
		margin-bottom: 14px;
	}

	.mpt-hotel-title {
		font-size: 1.5rem !important;
		line-height: 1.3;
	}

	.mpt-bkg-title {
		font-size: 1.2rem;
	}

	/* Hotel Selector Bar Mobile */
	.mpt-booking-page-header {
		margin-bottom: 16px;
	}

	.mpt-hotel-select-bar {
		flex-direction: column;
		align-items: center;
		padding: 12px 14px;
		gap: 8px;
		border-radius: 12px;
	}

	.mpt-hotel-select-label-group {
		width: 100%;
	}

	.mpt-hotel-select-label-group label {
		font-size: 0.9rem;
		white-space: normal;
		word-break: break-word;
	}

	.mpt-hotel-select-label-group > span {
		font-size: 0.75rem;
		display: block;
	}

	.mpt-hotel-dropdown {
		width: 80%;
		min-width: 0;
		font-size: 0.88rem;
		padding: 9px 12px;
	}

	/* Mosaic Grid Mobile */
	.mpt-mosaic-grid {
		grid-template-columns: 1fr;
		grid-template-rows: 200px;
		border-radius: 12px;
		margin-bottom: 16px;
		width: 100%;
	}

	.mpt-mosaic-item:not(.mpt-mosaic-main) {
		display: none;
	}

	.mpt-mosaic-main {
		grid-row: 1;
		grid-column: 1;
	}

	/* Sticky Section Nav Mobile */
	.mpt-sticky-section-nav {
		top: 0;
		padding: 4px 8px;
		gap: 4px;
		border-radius: 20px;
		margin-bottom: 16px;
		-webkit-overflow-scrolling: touch;
	}

	.mpt-nav-link {
		padding: 6px 12px;
		font-size: 0.78rem;
	}

	/* 2-Column to 1-Column Layout */
	.mpt-hotel-layout {
		grid-template-columns: 1fr !important;
		gap: 16px;
		width: 100%;
	}

	.mpt-section-card,
	.mpt-booking-card {
		padding: 16px;
		border-radius: 12px;
	}

	.mpt-bkg-header {
		flex-direction: column;
		align-items: flex-start;
	}

	/* Booking page gallery */
	.mpt-booking-single .mpt-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mpt-booking-single .mpt-gallery-item {
		height: 120px;
	}

	/* Date Pickers & Form Controls Mobile */
	.mpt-dates-row {
		flex-direction: column !important;
		gap: 12px !important;
	}

	.mpt-field-col {
		width: 100%;
	}

	.mpt-rooms-selector {
		width: 100% !important;
		justify-content: space-between;
	}

	.mpt-rooms-selector input {
		flex: 1;
	}

	.mpt-qty-btn {
		width: 46px;
		height: 46px;
	}

	/* Coupon Box Mobile */
	.mpt-coupon-input-group {
		flex-direction: column;
		gap: 8px;
	}

	.mpt-coupon-input-group button {
		width: 100%;
	}

	/* Modal Container Mobile */
	.mpt-modal-container {
		padding: 20px;
		border-radius: 12px;
	}
}

/* ── Contact Information Card ── */
.mpt-contact-info-card {
	background: var(--mpt-card-bg);
	border-radius: var(--mpt-radius);
	border: 1px solid var(--mpt-border);
	padding: 24px;
	box-shadow: var(--mpt-shadow);
}

.mpt-contact-info-card h2 {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--mpt-secondary);
	margin: 0 0 16px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid var(--mpt-border);
}

.mpt-contact-details {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 18px;
}

.mpt-contact-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 14px;
	background: var(--mpt-bg-light);
	border-radius: 10px;
	border: 1px solid var(--mpt-border);
	transition: box-shadow 0.2s ease;
}

.mpt-contact-row:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.mpt-contact-icon {
	font-size: 1.3rem;
	line-height: 1;
	flex-shrink: 0;
	margin-top: 2px;
}

.mpt-contact-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.mpt-contact-label {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--mpt-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mpt-contact-value {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--mpt-text);
	line-height: 1.4;
}

.mpt-contact-phone-link {
	color: var(--mpt-primary) !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.mpt-contact-phone-link:hover {
	color: var(--mpt-primary-hover) !important;
	text-decoration: underline !important;
}

.mpt-contact-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.mpt-contact-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none !important;
	transition: all 0.25s ease;
	cursor: pointer;
	flex: 1;
	justify-content: center;
	min-width: 120px;
}

.mpt-contact-btn-call {
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
	color: #fff !important;
	border: none;
}

.mpt-contact-btn-call:hover {
	background: linear-gradient(135deg, #1d4ed8, #1e40af);
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
	transform: translateY(-1px);
	color: #fff !important;
}

.mpt-contact-btn-whatsapp {
	background: linear-gradient(135deg, #25d366, #128c7e);
	color: #fff !important;
	border: none;
}

.mpt-contact-btn-whatsapp:hover {
	background: linear-gradient(135deg, #128c7e, #075e54);
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
	transform: translateY(-1px);
	color: #fff !important;
}

/* ── Single Hotel Page Sidebar Card ── */
.mpt-single-sidebar-card {
	position: sticky;
	top: 100px;
}

.mpt-sidebar-price-label {
	font-size: 0.82rem;
	color: var(--mpt-text-muted);
	margin: 0 0 4px 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mpt-sidebar-price-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--mpt-border);
}

.mpt-sidebar-regular-price {
	text-decoration: line-through;
	color: #94a3b8;
	font-size: 1rem;
	font-weight: 600;
}

.mpt-sidebar-sale-price {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--mpt-primary);
}

.mpt-sidebar-per-night {
	font-size: 0.82rem;
	color: var(--mpt-text-muted);
	font-weight: 500;
}

.mpt-sidebar-info-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #f1f5f9;
	font-size: 0.88rem;
	color: var(--mpt-text);
	line-height: 1.4;
}

.mpt-sidebar-info-row svg {
	flex-shrink: 0;
	margin-top: 2px;
}

.mpt-sidebar-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 18px;
}

.mpt-btn-call-sidebar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #fff;
	color: #1d4ed8 !important;
	border: 2px solid #1d4ed8;
	padding: 12px 20px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none !important;
	transition: all 0.25s ease;
	cursor: pointer;
}

.mpt-btn-call-sidebar:hover {
	background: #1d4ed8;
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.3);
	transform: translateY(-1px);
}

@media (max-width: 480px) {
	.mpt-hotel-title {
		font-size: 1.35rem !important;
	}

	.mpt-timing-bar {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.mpt-timing-badge {
		width: 100%;
		justify-content: flex-start;
	}

	.mpt-amenities-pills {
		gap: 6px;
	}

	.mpt-amenity-pill {
		font-size: 0.78rem;
		padding: 4px 10px;
	}

	.mpt-btn-primary {
		padding: 13px 18px;
		font-size: 0.98rem;
	}
}

/* ── Single Hotel Page — Reference-Matched Layout ── */

.mpt-hero-section {
	position: relative;
	margin-bottom: 0;
	border-radius: 16px;
	overflow: hidden;
	height: 420px;
}

.mpt-hero-image-wrap {
	width: 100%;
	height: 100%;
}

.mpt-hero-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mpt-hero-overlay-content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px 35px;
	background: linear-gradient(rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.85) 100%);
	color: #ffffff;
}

.mpt-hero-badge {
	display: inline-block;
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(6px);
	padding: 5px 16px;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0 0 12px 0;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.25);
	width: fit-content;
}

.mpt-hero-tagline {
	font-size: 1.1rem;
	margin: 8px 0 0 0;
	opacity: 0.92;
	font-weight: 400;
	text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.mpt-single-container .mpt-hotel-title {
	font-size: 2.4rem;
	font-weight: 800;
	color: #ffffff;
	margin: 0;
	line-height: 1.15;
	text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.mpt-description-section {
	padding: 28px 0 20px;
}

.mpt-desc-text {
	font-size: 1rem;
	line-height: 1.7;
	color: #475569;
	margin-bottom: 18px;
}

.mpt-amenity-checks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mpt-check-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.85rem;
	font-weight: 600;
	color: #047857;
	background: #ecfdf5;
	padding: 6px 14px;
	border-radius: 6px;
	border: 1px solid #a7f3d0;
}

.mpt-check-item::before {
	content: none !important;
	display: none !important;
}

.mpt-item-icon,
.mpt-pill-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95em;
	color: #059669;
}

.mpt-amenity-icon-img {
	max-width: 18px;
	max-height: 18px;
	object-fit: contain;
	vertical-align: middle;
}

.mpt-price-contact-bar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 18px 24px;
	margin-bottom: 28px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.mpt-price-display {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 160px;
}

.mpt-price-label {
	font-size: 0.78rem;
	font-weight: 600;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mpt-price-amount {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.mpt-price-old {
	font-size: 1rem;
	color: #94a3b8;
	text-decoration: line-through;
	font-weight: 500;
}

.mpt-price-new {
	font-size: 1.5rem;
	font-weight: 800;
	color: #00c194;
}

.mpt-price-unit {
	font-size: 0.8rem;
	font-weight: 600;
	color: #94a3b8;
	margin-left: 4px;
}

.mpt-contact-info-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	flex: 1;
}

.mpt-bar-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.88rem;
	font-weight: 500;
	color: #475569;
	padding: 6px 12px;
	background: #f8fafc;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
}

.mpt-bar-address::before {
	content: "📍";
}

.mpt-bar-phone {
	color: #1d4ed8;
	font-weight: 600;
	text-decoration: none;
}

.mpt-bar-phone:hover {
	text-decoration: underline;
}

.mpt-bar-phone::before {
	content: "📞";
}

.mpt-cta-bar-buttons {
	display: flex;
	gap: 10px;
	align-items: center;
}

.mpt-btn-cta-bar,
.mpt-btn-cta-call {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 28px;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	border: none;
	transition: background 0.2s, transform 0.2s;
}

.mpt-btn-cta-bar {
	background: #00c194;
	color: #ffffff;
	box-shadow: 0 6px 20px rgba(0, 193, 148, 0.3);
}

.mpt-btn-cta-bar:hover {
	background: #00a376;
	transform: translateY(-1px);
	color: #fff;
}

.mpt-btn-cta-call {
	background: #1d4ed8;
	color: #ffffff;
	box-shadow: 0 6px 20px rgba(29, 78, 216, 0.3);
}

.mpt-btn-cta-call svg {
	width: 18px;
	height: 18px;
}

.mpt-btn-cta-call:hover {
	background: #1e40af;
	transform: translateY(-1px);
	color: #fff;
}

/* Single hotel page gallery overrides */
.mpt-single-container .mpt-gallery-box {
	border: none;
	box-shadow: none;
	padding: 0;
	margin-bottom: 30px;
}

.mpt-single-container .mpt-gallery-grid {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
}

.mpt-single-container .mpt-gallery-item {
	height: 160px;
	border-radius: 10px;
}

.mpt-single-container .mpt-gallery-tabs {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.mpt-hero-section {
		height: 300px;
		border-radius: 12px;
	}

	.mpt-hero-overlay-content {
		padding: 24px 20px;
	}

	.mpt-hero-tagline {
		font-size: 0.9rem;
	}

	.mpt-single-container .mpt-hotel-title {
		font-size: 1.6rem;
	}

	.mpt-price-contact-bar {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding: 16px;
	}

	.mpt-price-display {
		min-width: auto;
		align-items: center;
		text-align: center;
	}

	.mpt-contact-info-bar {
		justify-content: center;
	}

	.mpt-cta-bar-buttons {
		flex-direction: column;
	}

	.mpt-btn-cta-bar,
	.mpt-btn-cta-call {
		width: 100%;
		justify-content: center;
	}

	.mpt-single-container .mpt-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mpt-single-container .mpt-gallery-item {
		height: 120px;
	}
}

@media (max-width: 480px) {
	.mpt-hero-section {
		height: 240px;
	}

	.mpt-single-container .mpt-hotel-title {
		font-size: 1.3rem;
	}

	.mpt-single-container .mpt-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}

	.mpt-single-container .mpt-gallery-item {
		height: 100px;
	}
}

/* ── Full-Width Template (bypasses FSE theme single-post layout) ── */
.mpt-page-wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.mpt-page-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

.mpt-page-wrap img,
.mpt-page-wrap svg,
.mpt-page-wrap video,
.mpt-page-wrap iframe {
	max-width: 100%;
	height: auto;
}

/* Hide theme post meta, comments, sidebar on hotel single pages */
body.single-mpt_hotel .wp-block-post-date,
body.single-mpt_hotel .wp-block-post-author,
body.single-mpt_hotel .wp-block-post-terms,
body.single-mpt_hotel .wp-block-post-navigation-link,
body.single-mpt_hotel .wp-block-comments,
body.single-mpt_hotel .wp-block-comments-query-loop,
body.single-mpt_hotel .wp-block-comments-pagination,
body.single-mpt_hotel .wp-block-template-part:has(.wp-block-comments),
body.single-mpt_hotel .entry-meta,
body.single-mpt_hotel .post-meta,
body.single-mpt_hotel .comments-area,
body.single-mpt_hotel .comment-respond,
body.single-mpt_hotel .site-main .wp-block-group:has(.wp-block-post-date),
body.single-mpt_hotel .wp-block-post-content + .wp-block-group {
	display: none !important;
}

/* Ensure the hotel template doesn't inherit narrow content width */
body.single-mpt_hotel .mpt-page-wrap .alignfull,
body.single-mpt_hotel .mpt-page-wrap .alignwide {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

/* Override any theme max-width constraints on the page wrapper */
body.single-mpt_hotel .mpt-page-container {
	width: 100%;
}

.mpt-page-container-wide {
	max-width: 1260px;
}

/* Prevent grid items from overflowing due to min-width: auto */
.mpt-mosaic-item,
.mpt-gallery-item,
.mpt-hotel-main-content,
.mpt-hotel-sidebar {
	min-width: 0;
}

.mpt-hotel-layout {
	min-width: 0;
	width: 100%;
}

@media (max-width: 768px) {
	.mpt-page-container {
		padding: 12px;
	}

	.mpt-page-container-wide {
		padding: 0;
	}
}

/* Lightbox Image Carousel Overlay & Modal */
.mpt-lightbox-carousel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(15, 23, 42, 0.94);
	backdrop-filter: blur(8px);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	box-sizing: border-box;
}

.mpt-lightbox-carousel-container {
	position: relative;
	width: 100%;
	max-width: 1100px;
	max-height: 95vh;
	display: flex;
	flex-direction: column;
	background: #0f172a;
	border-radius: 16px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.mpt-lightbox-close {
	position: absolute;
	top: 12px;
	right: 16px;
	background: rgba(255, 255, 255, 0.15);
	border: none;
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.mpt-lightbox-close:hover {
	background: rgba(239, 68, 68, 0.9);
	color: #ffffff;
	transform: scale(1.05);
}

.mpt-lightbox-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 24px;
	background: rgba(15, 23, 42, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mpt-lightbox-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.3px;
}

.mpt-lightbox-counter {
	font-size: 0.85rem;
	font-weight: 600;
	color: #00c194;
	background: rgba(0, 193, 148, 0.15);
	padding: 4px 12px;
	border-radius: 20px;
	border: 1px solid rgba(0, 193, 148, 0.3);
}

.mpt-lightbox-stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 350px;
	max-height: 65vh;
	padding: 20px;
	background: #020617;
	overflow: hidden;
}

.mpt-lightbox-img-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.mpt-lightbox-img-wrapper img {
	max-width: 100%;
	max-height: 60vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.mpt-lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 32px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	transition: all 0.2s ease;
	user-select: none;
}

.mpt-lightbox-nav:hover {
	background: #00c194;
	border-color: #00c194;
	color: #ffffff;
	transform: translateY(-50%) scale(1.1);
}

.mpt-lb-prev {
	left: 20px;
}

.mpt-lb-next {
	right: 20px;
}

.mpt-lightbox-thumbnails-bar {
	display: flex;
	gap: 10px;
	padding: 12px 16px;
	background: #0f172a;
	overflow-x: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	scroll-behavior: smooth;
}

.mpt-lightbox-thumbnails-bar::-webkit-scrollbar {
	height: 6px;
}

.mpt-lightbox-thumbnails-bar::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}

.mpt-lb-thumb-item {
	flex: 0 0 65px;
	height: 50px;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.5;
	border: 2px solid transparent;
	transition: all 0.2s ease;
}

.mpt-lb-thumb-item:hover {
	opacity: 0.85;
}

.mpt-lb-thumb-item.active {
	opacity: 1;
	border-color: #00c194;
	box-shadow: 0 0 10px rgba(0, 193, 148, 0.5);
}

.mpt-lb-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mpt-mosaic-item img,
.mpt-lightbox-trigger {
	cursor: pointer;
}

