.ggg-map-embed {
	display: block;
	width: 100%;
	height: min(600px, 72dvh);
	min-height: 360px;
	border: 0;
	border-radius: 16px;
	background: var(--ggg-soft);
}

.ggg-inline-call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	min-height: 30px;
	color: var(--ggg-primary-hover);
	font-size: 18px;
	text-decoration: none;
}

.ggg-inline-call:hover {
	color: var(--ggg-primary);
	text-decoration: none;
}

.ggg-description-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 12px 0;
	border-radius: 12px;
}

.ggg-suggestions {
	display: grid;
	gap: 0;
	overflow: hidden;
	border: 1px solid var(--ggg-hairline);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 18px 42px -30px rgba(31, 37, 35, .34);
}

.ggg-suggestion-option {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	width: 100%;
	min-height: 44px;
	align-items: center;
	gap: 9px;
	padding: 10px 14px;
	border: 0;
	border-bottom: 1px solid var(--ggg-hairline);
	background: #ffffff;
	color: var(--ggg-body);
	font: inherit;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.ggg-suggestion-option > .fa {
	text-align: center;
}

.ggg-suggestion-text {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ggg-suggestion-type {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 9px;
	border-radius: 999px;
	background: var(--ggg-soft);
	color: var(--ggg-muted);
	font-size: 12px;
	font-weight: 820;
	white-space: nowrap;
}

.ggg-suggestion-option.is-selected .ggg-suggestion-type,
.ggg-suggestion-option:hover .ggg-suggestion-type {
	background: rgba(15, 143, 106, .12);
	color: var(--ggg-primary-hover);
}

.ggg-suggestion-option:last-child {
	border-bottom: 0;
}

.ggg-history-menu .ggg-suggestion-option {
	border: 1px solid transparent;
	border-radius: 10px;
	grid-template-columns: 22px minmax(0, 1fr);
}

.ggg-suggestion-option:hover,
.ggg-suggestion-option.is-selected {
	background: var(--ggg-primary-soft);
	color: var(--ggg-primary-hover);
	text-decoration: none;
}

.ggg-type-filter {
	position: relative;
	min-width: 0;
}

.ggg-type-toggle {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 8px;
	text-align: left;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.ggg-type-button-label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ggg-type-count {
	display: inline-flex;
	min-width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--ggg-primary);
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.ggg-type-count.is-empty {
	display: none;
}

.ggg-type-toggle .fa {
	color: var(--ggg-muted);
	font-size: 12px;
	transition: transform .2s ease, color .2s ease;
}

.ggg-type-filter.is-open .ggg-type-toggle {
	border-color: var(--ggg-primary);
	box-shadow: 0 0 0 3px rgba(15, 143, 106, .12);
}

.ggg-type-filter.is-open .ggg-type-toggle .fa {
	color: var(--ggg-primary-hover);
	transform: rotate(180deg);
}

.ggg-type-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 1045;
	display: none;
	width: min(560px, calc(100vw - 48px));
	overflow: hidden;
	border: 1px solid rgba(202, 211, 205, .9);
	border-radius: 12px;
	background: var(--ggg-card);
	box-shadow: 0 22px 54px -34px rgba(31, 37, 35, .55);
}

.ggg-type-filter.is-open .ggg-type-menu {
	display: block;
}

.ggg-type-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
	gap: 8px;
	max-height: min(420px, 54dvh);
	overflow-y: auto;
	padding: 10px;
}

.ggg-type-check {
	display: block;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	color: var(--ggg-body);
	font-size: 14px;
	line-height: 1.3;
	cursor: pointer;
}

.ggg-type-check:hover {
	background: transparent;
	color: var(--ggg-body);
}

.ggg-type-check.is-group {
	margin-top: 0;
	background: transparent;
	color: var(--ggg-body);
	font-weight: 800;
}

.ggg-type-check:first-child {
	margin-top: 0;
}

.ggg-type-option {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	opacity: 0;
	accent-color: var(--ggg-primary);
	pointer-events: none;
}

.ggg-type-label {
	display: flex;
	min-height: 42px;
	align-items: center;
	min-width: 0;
	overflow: visible;
	padding: 8px 12px;
	border: 1px solid var(--ggg-hairline);
	border-radius: 10px;
	background: var(--ggg-soft);
	color: var(--ggg-body);
	font-weight: 680;
	line-height: 1.22;
	word-break: keep-all;
	white-space: normal;
	transition: border-color .16s ease, background-color .16s ease, color .16s ease, transform .16s ease;
}

.ggg-type-check:hover .ggg-type-label {
	border-color: rgba(15, 143, 106, .35);
	background: var(--ggg-primary-soft);
	color: var(--ggg-primary-hover);
}

.ggg-type-check.is-group .ggg-type-label {
	background: rgba(15, 143, 106, .08);
	color: var(--ggg-primary-hover);
	font-weight: 820;
}

.ggg-type-option:focus+.ggg-type-label {
	border-color: var(--ggg-primary);
	box-shadow: 0 0 0 3px rgba(15, 143, 106, .12);
}

.ggg-type-option:checked+.ggg-type-label {
	border-color: rgba(15, 143, 106, .55);
	background: var(--ggg-primary-soft);
	color: var(--ggg-primary-hover);
}

.ggg-type-actions {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
	padding: 10px;
	border-top: 1px solid var(--ggg-hairline);
	background: var(--ggg-soft);
}

.ggg-type-clear,
.ggg-type-apply {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
	cursor: pointer;
}

.ggg-type-clear {
	border: 1px solid var(--ggg-hairline);
	background: #ffffff;
	color: var(--ggg-body);
}

.ggg-type-apply {
	border: 1px solid var(--ggg-primary-hover);
	background: var(--ggg-primary-hover);
	color: #ffffff;
}

.ggg-type-clear:hover {
	background: var(--ggg-card);
	color: var(--ggg-ink);
}

.ggg-type-apply:hover {
	background: var(--ggg-primary);
	border-color: var(--ggg-primary);
	color: #ffffff;
}

.ggg-type-clear:active,
.ggg-type-apply:active {
	transform: translateY(1px);
}

.ggg-topbar {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 12px;
}

.ggg-topbar-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}

.ggg-topbar-menu-button {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: var(--ggg-body);
	text-decoration: none;
}

.ggg-topbar-menu-button:hover {
	background: var(--ggg-soft);
	color: var(--ggg-primary-hover);
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.ggg-type-filter {
		position: static;
	}

	.ggg-type-toggle {
		min-height: 44px;
	}

	.ggg-type-menu {
		position: fixed;
		left: 10px;
		right: 10px;
		top: auto;
		bottom: calc(78px + env(safe-area-inset-bottom));
		z-index: 1050;
		width: auto;
		max-height: min(620px, 64dvh);
		border-radius: 14px;
	}

	.ggg-type-options {
		grid-template-columns: 1fr;
		max-height: min(500px, 48dvh);
	}

	.ggg-type-check {
		min-height: 40px;
		font-size: 14px;
	}

	.ggg-history-table-wrap {
		overflow: visible;
		border-radius: 0;
	}

	.ggg-history-table {
		display: block;
		border: 0 !important;
		background: transparent;
	}

	.ggg-history-table thead,
	.ggg-history-table tbody,
	.ggg-history-table tr,
	.ggg-history-table td {
		display: block;
		width: 100%;
	}

	.ggg-history-table thead tr:first-child {
		display: none;
	}

	.ggg-history-filter-row {
		display: grid !important;
		box-sizing: border-box;
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-bottom: 12px;
		padding: 10px;
		border: 1px solid var(--ggg-hairline);
		border-radius: 14px;
		background: var(--ggg-card);
	}

	.ggg-history-filter-row td {
		min-width: 0;
		padding: 0 !important;
		border: 0 !important;
	}

	.ggg-history-filter-row select,
	.ggg-history-filter-row input {
		box-sizing: border-box;
		width: 100%;
	}

	.ggg-history-filter-row td:nth-child(4) {
		display: none;
	}

	.ggg-history-filter-row td:nth-child(5) {
		grid-column: 1 / -1;
	}

	.ggg-history-table tbody tr {
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 10px;
		padding: 12px;
		border: 1px solid var(--ggg-hairline);
		border-radius: 14px;
		background: var(--ggg-card);
		box-shadow: 0 16px 38px -34px rgba(31, 37, 35, .42);
	}

	.ggg-history-table tbody td {
		display: grid;
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 10px;
		align-items: baseline;
		padding: 7px 0 !important;
		border: 0 !important;
		color: var(--ggg-ink);
		font-size: 14px;
		line-height: 1.35;
		white-space: normal !important;
	}

	.ggg-history-table tbody td::before {
		color: var(--ggg-muted);
		content: attr(data-label);
		font-size: 12px;
		font-weight: 800;
	}
}

@media (max-width: 420px) {
	.ggg-history-filter-row {
		grid-template-columns: 1fr;
	}
}

.ggg-contact-dock {
	right: max(24px, env(safe-area-inset-right));
	bottom: max(24px, env(safe-area-inset-bottom));
	backdrop-filter: blur(14px);
}

.ggg-contact-primary,
.ggg-contact-soft,
.ggg-contact-fav,
.ggg-mobile-tabbar a {
	-webkit-tap-highlight-color: transparent;
}

@media (max-width: 767.98px) {
	.ggg-detail-page {
		padding-bottom: calc(120px + env(safe-area-inset-bottom));
	}

	.ggg-mobile-tabbar {
		min-height: calc(64px + env(safe-area-inset-bottom));
		padding-bottom: env(safe-area-inset-bottom);
	}

	.ggg-mobile-tabbar a {
		min-height: 64px;
	}
}

.ggg-member-footer {
	margin-top: 36px;
	padding-bottom: 28px;
	color: var(--ggg-muted);
}

.ggg-back-top {
	position: fixed;
	right: max(14px, env(safe-area-inset-right));
	bottom: max(18px, env(safe-area-inset-bottom));
	z-index: 1025;
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ggg-hairline);
	border-radius: 999px;
	background: rgba(255, 255, 255, .96);
	color: var(--ggg-primary-hover);
	font-size: 24px;
	text-decoration: none;
	box-shadow: 0 18px 40px -32px rgba(31, 37, 35, .48);
}

.ggg-back-top:hover {
	background: var(--ggg-primary-soft);
	color: var(--ggg-primary-hover);
	text-decoration: none;
}

.ggg-cost-badge,
.ggg-verification-badge {
	display: inline-flex;
	min-height: 22px;
	align-items: center;
	padding: 0 8px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	vertical-align: middle;
}

.ggg-cost-badge,
.ggg-verification-badge.is-rejected {
	background: #fff0eb;
	color: var(--ggg-warn);
}

.ggg-verification-badge.is-verified {
	background: var(--ggg-primary-soft);
	color: var(--ggg-primary-hover);
}
