@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800&display=swap");

.ett-activity {
	--p: #26352f;
	--pd: #1d2824;
	--warm: #faf8f3;
	--gold: #b89a63;
	--text: #2e2e2b;
	--muted: #746f67;
	--border: #e7e1d7;
	--sage: #8faf9d;
	--sl: #edf4ef;
	--cool: #dde6e1;
	--shell: 1160px;
	color: var(--text);
	font-family: "Noto Sans TC", system-ui, sans-serif;
	background: #fff;
}
.ett-activity a { color: inherit; text-decoration: none; }
.ett-activity button,
.ett-activity input,
.ett-activity select { font: inherit; }
.ett-activity .ett-act-shell {
	width: min(var(--shell), calc(100% - 48px));
	margin: auto;
}

.ett-activity .ett-act-hero {
	min-height: 290px;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #e7f5f5;
	padding-bottom: 18px;
}
.ett-activity .ett-act-hero-art {
	position: absolute;
	inset: 0;
	background: url("/view/img/ett_activity_hero.png") center / cover no-repeat;
}
.ett-activity .ett-act-hero-art:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.42) 53%, transparent 78%);
}
.ett-activity .ett-act-hero-content {
	position: relative;
	z-index: 1;
	width: min(760px, calc(100% - 48px));
	margin: auto;
	text-align: center;
	padding-top: 88px;
}
.ett-activity .ett-act-eyebrow {
	margin: 0 0 4px;
	color: var(--p);
	font-size: 14px;
	font-weight: 800;
}
.ett-activity .ett-act-hero h1 {
	font-size: 34px;
	margin: 0;
	color: var(--pd);
	letter-spacing: 1px;
	line-height: 1.35;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: normal;
}
.ett-activity .ett-act-lead {
	margin: 7px 0 14px;
	font-weight: 500;
}
.ett-activity .ett-act-search-form { margin: 0; }
.ett-activity .ett-act-search {
	height: 54px;
	display: flex;
	align-items: center;
	padding: 5px 6px 5px 18px;
	background: #fff;
	border: 1px solid var(--cool);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(38, 53, 47, .12);
}
.ett-activity .ett-act-search svg {
	width: 22px;
	height: 22px;
	stroke: #66736d;
	fill: none;
	stroke-width: 1.8;
	flex: 0 0 22px;
}
.ett-activity .ett-act-qwrap {
	position: relative;
	flex: 1;
	min-width: 0;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.ett-activity .ett-act-search input {
	flex: 1;
	min-width: 0;
	width: 100%;
	border: 0;
	outline: 0;
	padding: 0 13px;
	font-size: 16px;
	background: transparent;
}
.ett-activity .ett-act-ph {
	position: absolute;
	left: 13px;
	right: 13px;
	top: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
	color: #8a8680;
	font-size: 16px;
	line-height: 1.35;
}
.ett-activity .ett-act-ph-line {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -.7em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 1;
	transition: opacity 360ms ease;
}
.ett-activity .ett-act-ph-line.is-out,
.ett-activity .ett-act-ph-line.is-in {
	opacity: 0;
}
.ett-activity .ett-act-ph-line.is-cur {
	opacity: 1;
}
.ett-activity .ett-act-search.has-q .ett-act-ph,
.ett-activity .ett-act-search.is-ph-off .ett-act-ph {
	visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
	.ett-activity .ett-act-ph-line {
		transition: none;
	}
}
.ett-activity .ett-act-search button {
	height: 42px;
	min-width: 88px;
	border: 0;
	border-radius: 9px;
	background: var(--p);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}
.ett-activity .ett-act-examples {
	text-align: left;
	margin: 7px 8px 0;
	color: var(--muted);
	font-size: 13px;
}
.ett-activity .ett-act-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 12px 8px 0;
	padding: 0;
	text-align: left;
}
.ett-activity .ett-act-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 100%;
	padding: 4px 10px 4px 12px;
	border: 1px solid var(--cool);
	border-radius: 999px;
	background: #fff;
	color: var(--pd);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	overflow-wrap: anywhere;
}
.ett-activity .ett-act-chip-x {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--sl);
	color: var(--p);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	flex: 0 0 18px;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
#ettActSearchControls { scroll-margin-top: 84px; }
.ett-activity .ett-act-filter-trigger {
	display: none;
	border: 0;
	background: transparent;
	color: var(--muted);
	font-weight: 600;
	cursor: pointer;
	max-width: 118px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	text-align: left;
}
html.ett-act-js .ett-activity .ett-act-filter-area select,
html.ett-act-js .ett-activity .ett-act-filter-more select {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}
html.ett-act-js .ett-activity .ett-act-filter-trigger { display: inline; }
.ett-activity .ett-act-filter-area,
.ett-activity .ett-act-filter-more { position: relative; }

.ett-act-panel {
	position: fixed;
	inset: 0;
	z-index: 80;
}
.ett-act-panel[hidden] { display: none !important; }
.ett-act-panel-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(29, 40, 36, .42);
}
.ett-act-panel-sheet {
	position: absolute;
	left: 50%;
	top: 18%;
	transform: translateX(-50%);
	width: min(420px, calc(100% - 32px));
	max-height: min(70vh, 560px);
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(38, 53, 47, .22);
	overflow: hidden;
}
.ett-act-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px 8px;
}
.ett-act-panel-head h2 { margin: 0; font-size: 16px; color: var(--pd, #1d2824); }
.ett-act-panel-close {
	border: 0;
	background: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #746f67;
}
.ett-act-panel-search {
	margin: 0 16px 10px;
	height: 40px;
	border: 1px solid #dde6e1;
	border-radius: 10px;
	padding: 0 12px;
	font: inherit;
}
.ett-act-panel-list {
	list-style: none;
	margin: 0;
	padding: 0 8px 12px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.ett-act-panel-opt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border: 0;
	background: none;
	text-align: left;
	padding: 11px 12px;
	border-radius: 10px;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	color: #2e2e2b;
}
.ett-act-panel-opt small { color: #746f67; font-weight: 500; }
.ett-act-panel-opt.is-current { background: #edf4ef; color: #26352f; }

.ett-activity .ett-act-toolbar {
	min-height: 50px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	flex-wrap: wrap;
}
.ett-activity .ett-act-sort { white-space: nowrap; flex: 0 0 auto; }
.ett-activity .ett-act-card { scroll-margin-top: 84px; }

.ett-activity .ett-act-category-grid a.ett-act-cat,
.ett-activity .ett-act-category-grid button.ett-act-cat {
	height: 92px;
	border: 1px solid var(--cool);
	border-radius: 11px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 12px;
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
.ett-activity .ett-act-category-grid a.ett-act-cat span,
.ett-activity .ett-act-category-grid button.ett-act-cat span {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--sl);
	color: var(--p);
}
.ett-activity .ett-act-category-grid a.ett-act-cat span svg,
.ett-activity .ett-act-category-grid button.ett-act-cat span svg {
	width: 22px;
	height: 22px;
}

.ett-act-backsearch {
	position: fixed;
	right: 18px;
	bottom: 96px;
	z-index: 45;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 48px;
	height: 48px;
	padding: 0 14px;
	border: 0;
	border-radius: 999px;
	background: #26352f;
	color: #fff;
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(38, 53, 47, .28);
	cursor: pointer;
}
.ett-act-backsearch.is-visible { display: flex; }
.ett-act-backsearch-arrow { font-size: 16px; line-height: 1; }
.ett-act-backsearch-txt { font-size: 12px; letter-spacing: 0; white-space: nowrap; }

.ett-activity .ett-act-filters {
	border-bottom: 1px solid var(--cool);
}
.ett-activity .ett-act-filter-inner {
	min-height: 64px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
}
.ett-activity .ett-act-filter-scroll {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	overflow: visible;
	scrollbar-width: none;
}
.ett-activity .ett-act-filter-scroll::-webkit-scrollbar { display: none; }
.ett-activity .ett-act-filter-pill {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 118px;
	height: 36px;
	padding: 0 28px 0 14px;
	border: 1px solid var(--cool);
	border-radius: 18px;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
}
.ett-activity .ett-act-filter-pill::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-right: 1.5px solid #8a8680;
	border-bottom: 1.5px solid #8a8680;
	transform: rotate(45deg);
	pointer-events: none;
}
.ett-activity .ett-act-filter-pill span {
	margin-right: 6px;
	color: var(--text);
}
.ett-activity .ett-act-filter-pill select {
	max-width: 118px;
	border: 0;
	background: transparent;
	color: var(--muted);
	font-weight: 600;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ett-activity .ett-act-filter-pill select::-ms-expand { display: none; }
.ett-activity .ett-act-filter-trigger {
	padding-right: 0;
}
.ett-activity .ett-act-clear {
	border: 1px solid transparent;
	background: none;
	color: #9a9a94;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 600;
	text-decoration: none;
	border-radius: 999px;
	padding: 6px 12px;
	line-height: 1.2;
}
.ett-activity .ett-act-clear.is-idle {
	cursor: default;
	opacity: .65;
}
.ett-activity a.ett-act-clear {
	color: var(--pd);
	background: var(--sl);
	border-color: var(--sage);
	font-weight: 700;
	box-shadow: inset 0 0 0 1px var(--sage);
}

.ett-activity .ett-act-results { padding: 10px 0 24px; }
.ett-activity .ett-act-toolbar {
	min-height: 50px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
}
.ett-activity .ett-act-toolbar p {
	margin: 0;
	flex: 1;
	min-width: 0;
	overflow-wrap: anywhere;
}
.ett-activity .ett-act-toolbar select {
	padding: 7px 12px;
	border: 1px solid var(--cool);
	border-radius: 18px;
	background: #fff;
}
.ett-activity .ett-act-empty {
	margin: 24px 0;
	color: var(--muted);
	text-align: center;
}
.ett-activity .ett-act-empty-relax {
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.ett-activity .ett-act-empty-relax > p:first-child {
	text-align: center;
	color: var(--ink, #26352f);
	font-weight: 600;
}
.ett-activity .ett-act-relax-lead,
.ett-activity .ett-act-relax-hint {
	margin: 10px 0 6px;
	font-size: .95rem;
}
.ett-activity .ett-act-relax-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ett-activity .ett-act-relax-opt {
	display: block;
	padding: 10px 14px;
	border: 1px solid var(--cool);
	border-radius: 10px;
	background: #fff;
	color: var(--ink, #26352f);
	text-decoration: none;
}
.ett-activity .ett-act-relax-opt:hover,
.ett-activity .ett-act-relax-opt:focus {
	border-color: var(--brand, #2f6b4f);
	outline: none;
}
.ett-activity .ett-act-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.ett-activity .ett-act-card {
	overflow: hidden;
	border: 1px solid var(--cool);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(38, 53, 47, .05);
	display: flex;
	flex-direction: column;
}
.ett-activity .ett-act-card.is-deferred { display: none; }
.ett-activity .ett-act-photo {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--sl);
}
.ett-activity .ett-act-photo > a {
	display: flex;
	justify-content: center;
	width: 100%;
}
.ett-activity .ett-act-photo img {
	width: 100%;
	height: auto;
	max-height: 420px;
	display: block;
	object-fit: contain;
	object-position: center center;
}
.ett-activity .ett-act-photo-fallback {
	width: 100%;
	min-height: 160px;
	display: block;
	background: linear-gradient(180deg, #edf4ef, #dde6e1);
}
.ett-activity .ett-act-badge {
	position: absolute;
	top: 10px;
	padding: 4px 9px;
	border-radius: 14px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	max-width: calc(50% - 16px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 1;
	pointer-events: none;
}
.ett-activity .ett-act-badge.ett-act-type {
	left: 10px;
	right: auto;
}
.ett-activity .ett-act-badge.tone-a { background: #4f8068; }
.ett-activity .ett-act-badge.tone-b { background: #b98745; }
.ett-activity .ett-act-badge.tone-c { background: #718b5d; }
.ett-activity .ett-act-badge.tone-d { background: #64859a; }
.ett-activity .ett-act-badge.ett-act-audience {
	left: auto;
	right: 10px;
	isolation: isolate;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .92);
	letter-spacing: .02em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .14);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, .20) inset,
		0 1px 0 rgba(255, 255, 255, .36) inset,
		0 4px 10px rgba(38, 53, 47, .14);
	background: linear-gradient(145deg, #BE5A46, #984032);
}
.ett-activity .ett-act-badge.ett-act-audience::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .20), rgba(255, 255, 255, 0) 42%),
		radial-gradient(circle at 24% 10%, rgba(255, 255, 255, .18), transparent 42%);
}
.ett-activity .ett-act-badge.ett-act-audience.ett-act-audience--direct {
	background: linear-gradient(145deg, #BE5A46, #984032);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, .20) inset,
		0 1px 0 rgba(255, 255, 255, .38) inset,
		0 4px 10px rgba(190, 90, 70, .22);
}
.ett-activity .ett-act-badge.ett-act-audience.ett-act-audience--trade {
	background: linear-gradient(145deg, #8A9C68, #657846);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, .20) inset,
		0 1px 0 rgba(255, 255, 255, .38) inset,
		0 4px 10px rgba(120, 143, 82, .20);
}
.ett-activity .ett-act-badge.ett-act-audience.ett-act-audience--both {
	background: linear-gradient(145deg, #7088B1, #50678E);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, .20) inset,
		0 1px 0 rgba(255, 255, 255, .38) inset,
		0 4px 10px rgba(83, 107, 151, .20);
}
.ett-activity .ett-act-copy { padding: 12px 13px 0; flex: 1; min-width: 0; overflow: visible; }
.ett-activity .ett-act-card h2 {
	margin: 0 0 7px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow-wrap: anywhere;
}
.ett-activity .ett-act-card h2 a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	overflow-wrap: anywhere;
}
.ett-activity .ett-act-card p {
	margin: 2px 0;
	color: var(--muted);
	font-size: 13px;
}
.ett-activity .ett-act-card p.ett-act-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 6px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.4;
}
.ett-activity .ett-act-meta-sep {
	color: #b5aea4;
}
.ett-activity .ett-act-loc {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-width: 0;
}
.ett-activity .ett-act-loc img {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	object-fit: contain;
}
.ett-activity .ett-act-action {
	margin-top: 6px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
	flex-wrap: wrap;
}
.ett-activity .ett-act-action .ett-act-price {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}
.ett-activity .ett-act-action-spacer {
	flex: 1 1 auto;
}
.ett-activity .ett-act-detail {
	flex: 0 0 auto;
	margin-left: auto;
	color: var(--p);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}
.ett-activity .ett-act-card p.ett-act-price {
	margin-top: 6px;
	color: #c9453d;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.22em;
	line-height: 1.15;
	max-width: 100%;
	overflow: visible;
	font-size: inherit;
}
.ett-activity .ett-act-card .ett-act-price-cur,
.ett-activity .ett-act-card .ett-act-price-from {
	font-size: 12px;
	font-weight: 500;
	flex: 0 0 auto;
	color: inherit;
}
.ett-activity .ett-act-card .ett-act-price-amt {
	font-size: 22px;
	font-weight: 800;
	flex: 0 1 auto;
	min-width: 0;
	white-space: nowrap;
	color: inherit;
}
.ett-activity .ett-act-store {
	height: 39px;
	margin-top: 9px;
	border-top: 1px solid var(--border);
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 12px;
	padding: 0 13px;
}
.ett-activity .ett-act-store strong {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ett-activity .ett-act-review {
	white-space: nowrap;
	color: var(--gold);
	font-weight: 700;
}
.ett-activity .ett-act-unrated {
	white-space: nowrap;
	color: var(--muted);
}

.ett-activity .ett-act-lower {
	display: grid;
	grid-template-columns: 2fr .9fr;
	gap: 24px;
	margin-top: 30px;
}
.ett-activity .ett-act-category,
.ett-activity .ett-act-trust {
	border: 1px solid var(--cool);
	border-radius: 12px;
	padding: 14px;
}
.ett-activity .ett-act-category h2,
.ett-activity .ett-act-trust h2 {
	font-size: 16px;
	margin: 0 0 12px;
}
.ett-activity .ett-act-category-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 8px;
}
.ett-activity .ett-act-category button {
	height: 92px;
	border: 1px solid var(--cool);
	border-radius: 11px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 12px;
	cursor: default;
}
.ett-activity .ett-act-category button span {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--sl);
	color: var(--p);
}
.ett-activity .ett-act-category button span svg {
	width: 22px;
	height: 22px;
}
.ett-activity .ett-act-category span.food { color: #c7792e; background: #fbf3e5; }
.ett-activity .ett-act-category span.stay { color: #7a6447; background: #f5f0e8; }
.ett-activity .ett-act-category span.spring { color: #8b6846; background: #f4eee7; }
.ett-activity .ett-act-category span.family { color: #4f8068; background: #eaf4ee; }
.ett-activity .ett-act-category span.outdoor { color: #5f875d; background: #edf4ef; }
.ett-activity .ett-act-category span.art { color: #64859a; background: #ecf3f6; }
.ett-activity .ett-act-category span.shopping { color: #b45f5a; background: #f9eceb; }
.ett-activity .ett-act-category span.more { color: #59625d; background: #f1f3f2; }
.ett-activity .ett-act-trust p {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 12px;
}
.ett-activity .ett-act-trust p > span {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--sl);
	color: #4f8068;
	flex: 0 0 36px;
}
.ett-activity .ett-act-trust b { font-size: 13px; }
.ett-activity .ett-act-trust small {
	display: block;
	margin-top: 3px;
	color: var(--muted);
	font-weight: 400;
}
.ett-activity .ett-act-load {
	display: block;
	margin: 18px auto 0;
	min-width: 210px;
	height: 40px;
	border: 1px solid var(--sage);
	border-radius: 20px;
	background: #fff;
	color: var(--p);
	cursor: pointer;
}
.ett-activity .ett-act-load.is-hidden { display: none; }

.ett-activity .ett-act-merchant {
	width: min(var(--shell), calc(100% - 48px));
	margin: 18px auto 56px;
	padding: 25px 32px;
	border-radius: 16px;
	background: var(--sl);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.ett-activity .ett-act-merchant p,
.ett-activity .ett-act-merchant h2 { margin: 0; }
.ett-activity .ett-act-merchant p { color: var(--muted); font-size: 13px; }
.ett-activity .ett-act-merchant a {
	padding: 11px 20px;
	border-radius: 9px;
	background: var(--p);
	color: #fff;
	white-space: nowrap;
}

@media (max-width: 900px) {
	.ett-activity .ett-act-cards { grid-template-columns: repeat(2, 1fr); }
	.ett-activity .ett-act-photo img { max-height: 520px; }
	.ett-activity .ett-act-hero-content { padding-top: 78px; }
	.ett-activity .ett-act-lower { grid-template-columns: 1fr; }
	.ett-activity .ett-act-category-grid { grid-template-columns: repeat(4, 1fr); }
	.ett-activity .ett-act-toolbar { flex-direction: column; align-items: flex-start; }
	.ett-activity .ett-act-filter-inner {
		height: auto;
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 6px;
		padding: 4px 0 6px;
	}
	.ett-activity .ett-act-filter-scroll { display: contents; margin-right: 0; }
	.ett-activity .ett-act-filter-pill {
		min-width: 0;
		width: auto;
		height: auto;
		min-height: 36px;
		white-space: normal;
		max-width: 100%;
		overflow: hidden;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		gap: 0;
		padding: 3px 24px 3px 8px;
		border-radius: 14px;
	}
	.ett-activity .ett-act-filter-pill::after {
		right: 9px;
		width: 6px;
		height: 6px;
		margin-top: -4px;
	}
	.ett-activity .ett-act-filter-pill span {
		margin-right: 0;
		font-size: 10px;
		font-weight: 600;
		color: var(--muted);
		line-height: 1.1;
	}
	.ett-activity .ett-act-filter-pill select,
	.ett-activity .ett-act-filter-trigger {
		max-width: 100%;
		min-width: 0;
		width: 100%;
		font-size: 12px;
		line-height: 1.2;
		white-space: nowrap;
		min-height: 20px;
		padding: 0;
	}
	.ett-activity .ett-act-clear {
		display: inline-flex;
		grid-column: 1 / -1;
		justify-self: start;
		margin-top: 0;
		padding: 4px 10px;
		min-height: 36px;
		align-items: center;
	}
	.ett-act-panel-sheet {
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		transform: none;
		width: 100%;
		max-height: min(82vh, 640px);
		border-radius: 16px 16px 0 0;
	}
	.ett-act-backsearch {
		min-width: 64px;
		height: 64px;
		padding: 0 16px;
		right: 14px;
		bottom: 88px;
	}
	.ett-act-backsearch-arrow { font-size: 18px; }
	.ett-act-backsearch-txt { font-size: 12px; }
}
@media (max-width: 700px) {
	.ett-activity .ett-act-shell { width: calc(100% - 32px); }
	.ett-activity .ett-act-hero {
		height: auto;
		min-height: 0;
		padding-bottom: 8px;
	}
	.ett-activity .ett-act-hero-art { background-position: 64% center; }
	.ett-activity .ett-act-hero-art:after { background: rgba(255,255,255,.72); }
	.ett-activity .ett-act-hero-content {
		width: calc(100% - 32px);
		padding-top: 86px;
		padding-bottom: 0;
	}
	.ett-activity .ett-act-hero h1 { font-size: 22px; line-height: 1.4; letter-spacing: 0; }
	.ett-activity .ett-act-lead { font-size: 14px; line-height: 1.6; }
	.ett-activity .ett-act-search { height: 52px; padding-left: 13px; }
	.ett-activity .ett-act-search button { min-width: 70px; }
	.ett-activity .ett-act-ph,
	.ett-activity .ett-act-ph-line { font-size: 13px; }
	.ett-activity .ett-act-examples { font-size: 11px; line-height: 1.5; margin-bottom: 0; }
	.ett-activity .ett-act-chips { margin-left: 0; margin-right: 0; }
	.ett-activity .ett-act-toolbar { height: auto; min-height: 57px; font-size: 13px; padding: 8px 0; align-items: flex-start; flex-direction: column; }
	.ett-activity .ett-act-toolbar select { font-size: 12px; max-width: 100%; }
	.ett-activity .ett-act-cards { grid-template-columns: 1fr; }
	.ett-activity .ett-act-photo img { max-height: 480px; }
	.ett-activity .ett-act-card h2 { font-size: 17px; }
	.ett-activity .ett-act-card .ett-act-price-amt { font-size: 20px; }
	.ett-activity .ett-act-lower { margin-top: 22px; gap: 14px; }
	.ett-activity .ett-act-category-grid { grid-template-columns: repeat(4, 1fr); }
	.ett-activity .ett-act-category button,
	.ett-activity .ett-act-category-grid a.ett-act-cat,
	.ett-activity .ett-act-category-grid button.ett-act-cat { height: 82px; font-size: 11px; }
	.ett-activity .ett-act-merchant {
		width: calc(100% - 32px);
		margin-bottom: 40px;
		padding: 22px;
		gap: 18px;
	}
	.ett-activity .ett-act-merchant h2 { font-size: 21px; }
	.ett-activity .ett-act-merchant a { font-size: 13px; }
}
@media (max-width: 390px) {
	.ett-activity .ett-act-hero h1 { font-size: 21px; }
	.ett-activity .ett-act-lead { font-size: 13px; }
	.ett-activity .ett-act-card .ett-act-price-amt { font-size: 19px; }
	.ett-activity .ett-act-category-grid { grid-template-columns: repeat(2, 1fr); }
	.ett-activity .ett-act-merchant {
		flex-direction: column;
		align-items: stretch;
	}
	.ett-activity .ett-act-merchant a { text-align: center; }
}
