/* ============================================================================
 * TMR Directory Pages — Generic places stylesheet
 * ============================================================================ */

@media (max-width: 780px) {
	body.tmr-directory-page #main > .fusion-row,
	body.tmr-directory-page #main > .fusion-row > #content {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.tmr-directory-page #main .post-content,
	body.tmr-directory-page #main .entry-content,
	body.tmr-directory-page #main .page-content-container,
	body.tmr-directory-page #main .post-content > *,
	body.tmr-directory-page #main .entry-content > * {
		max-width: none !important;
		width: 100% !important;
	}

	body.tmr-directory-page #main .post-content,
	body.tmr-directory-page #main .entry-content,
	body.tmr-directory-page #main .page-content-container,
	body.tmr-directory-page #main .post-content .fusion-row,
	body.tmr-directory-page #main .entry-content .fusion-row,
	body.tmr-directory-page #main .post-content .fusion-builder-row,
	body.tmr-directory-page #main .entry-content .fusion-builder-row,
	body.tmr-directory-page #main .post-content .fusion-flex-container,
	body.tmr-directory-page #main .entry-content .fusion-flex-container,
	body.tmr-directory-page #main .post-content .fusion-fullwidth,
	body.tmr-directory-page #main .entry-content .fusion-fullwidth,
	body.tmr-directory-page #main .post-content .fusion-layout-column,
	body.tmr-directory-page #main .entry-content .fusion-layout-column,
	body.tmr-directory-page #main .post-content .fusion-column-wrapper,
	body.tmr-directory-page #main .entry-content .fusion-column-wrapper {
		max-width: none !important;
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.tmr-places {
	--tmr-deep: #007980;
	--tmr-deep-dark: #005f65;
	--tmr-papaya: #E97554;
	--tmr-papaya-dark: #d6643f;
	--tmr-mist: #DAEBEB;
	--tmr-blush: #F1DED1;
	--tmr-ink: #1a2b2c;
	--tmr-ink-soft: #506364;
	--tmr-line: #e6efef;

	--font-serif: 'p22-mackinac-pro', Georgia, serif;
	--font-display: 'Barlow Condensed', Arial, sans-serif;
	--font-body: 'Barlow', Arial, sans-serif;

	font-family: var(--font-body);
	color: var(--tmr-ink);
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	line-height: 1.55;
}

.tmr-places .tmr-masthead,
.tmr-places .tmr-section-head,
.tmr-places .tmr-collection-hero__content,
.tmr-places .tmr-card__body,
.tmr-places .tmr-collection-card__body,
.tmr-places .tmr-pagination,
.tmr-places .tmr-empty {
	text-align: left !important;
}

.tmr-places *,
.tmr-places *::before,
.tmr-places *::after { box-sizing: border-box; }

.tmr-places .tmr-masthead {
	padding: 56px 0 36px;
	max-width: 1120px;
}
.tmr-places.tmr-places-collection-page .tmr-masthead {
	max-width: 100%;
}
.tmr-places .tmr-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
	font-family: var(--font-display);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--tmr-deep);
	text-decoration: none;
}
.tmr-places .tmr-back-link:hover {
	color: var(--tmr-deep-dark);
	text-decoration: underline;
}
.tmr-places .tmr-masthead__kicker {
	display: flex; align-items: center; gap: 14px; margin-bottom: 22px;
}
.tmr-places .tmr-masthead__rule {
	height: 1px; background: var(--tmr-papaya); flex: 0 0 36px;
}
.tmr-places .tmr-masthead__label {
	font-family: var(--font-display); font-weight: 600;
	letter-spacing: .22em; text-transform: uppercase;
	color: var(--tmr-papaya); font-size: 12px;
}
.tmr-places .tmr-masthead__title {
	font-family: var(--font-serif); font-weight: 500;
	font-size: clamp(40px, 6vw, 68px); line-height: 1.02;
	letter-spacing: -0.015em; color: var(--tmr-deep);
	margin: 0 0 22px; max-width: 22ch;
	font-variation-settings: 'opsz' 144;
}
.tmr-places .tmr-masthead__deck {
	font-family: var(--font-body); font-size: 21px; line-height: 1.6;
	max-width: 86ch; color: var(--tmr-ink-soft); margin: 0;
	font-style: normal; font-weight: 400;
}
.tmr-places .tmr-collection-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
	gap: 36px;
	align-items: center;
}
.tmr-places .tmr-collection-hero__content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.tmr-places .tmr-collection-hero__media {
	position: relative;
	aspect-ratio: 7 / 5;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 24px 48px -30px rgba(0, 121, 128, 0.28);
}
.tmr-places .tmr-collection-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.tmr-places.tmr-places-collection-page .tmr-masthead__title {
	max-width: 18ch;
}
.tmr-places.tmr-places-collection-page .tmr-masthead__deck {
	max-width: 62ch;
}

.tmr-places .tmr-section-head {
	display: flex; align-items: baseline; justify-content: space-between;
	margin-bottom: 32px; flex-wrap: wrap; gap: 12px;
}
.tmr-places .tmr-section-head--stacked { margin-bottom: 24px; }
.tmr-places .tmr-section-head__title {
	font-family: var(--font-serif); font-weight: 600;
	font-size: clamp(26px, 3vw, 34px); line-height: 1.1;
	color: var(--tmr-ink); margin: 0;
}
.tmr-places .tmr-section-head__meta {
	font-family: var(--font-display); font-size: 11px;
	letter-spacing: .18em; text-transform: uppercase;
	color: var(--tmr-ink-soft);
}
.tmr-places .tmr-section-head__eyebrow {
	font-family: var(--font-display); font-weight: 600; font-size: 11px;
	letter-spacing: .2em; text-transform: uppercase; color: var(--tmr-papaya);
}
.tmr-places .tmr-section-head--stacked .tmr-section-head__title { margin-top: 6px; }
.tmr-places .tmr-section-head__deck {
	font-family: var(--font-body); font-style: normal; font-size: 17px;
	color: var(--tmr-ink-soft); margin: 0; max-width: 38ch;
}

.tmr-places .tmr-chip {
	font-family: var(--font-body); font-size: 14px; font-weight: 500;
	padding: 9px 18px; border-radius: 999px;
	border: 1.5px solid var(--tmr-line); background: #fff;
	color: var(--tmr-ink); cursor: pointer; transition: all .18s ease;
}
.tmr-places .tmr-chip:hover {
	border-color: var(--tmr-deep); color: var(--tmr-deep);
}
.tmr-places .tmr-chip.is-active {
	background: var(--tmr-deep); border-color: var(--tmr-deep); color: #fff;
}

.tmr-places .tmr-card {
	position: relative; display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--tmr-line);
	border-radius: 18px; overflow: hidden; transition: all .25s ease;
}
.tmr-places .tmr-card:hover {
	transform: translateY(-3px); border-color: var(--tmr-deep);
	box-shadow: 0 18px 36px -22px rgba(0, 121, 128, .28);
}
.tmr-places .tmr-card--top {
	border: 2px solid var(--tmr-papaya);
	box-shadow: 0 0 0 4px rgba(233, 117, 84, .08);
}
.tmr-places .tmr-card--top:hover {
	border-color: var(--tmr-papaya);
	box-shadow: 0 18px 36px -22px rgba(233, 117, 84, .4), 0 0 0 4px rgba(233, 117, 84, .12);
}
.tmr-places .tmr-top-pick-label {
	position: absolute; top: 14px; left: 14px; z-index: 3;
	font-family: var(--font-display); font-weight: 700; font-size: 10px;
	letter-spacing: .16em; text-transform: uppercase;
	background: var(--tmr-papaya); color: #fff;
	padding: 7px 13px; border-radius: 999px;
	box-shadow: 0 4px 12px -2px rgba(233, 117, 84, .45);
}
.tmr-places .tmr-card__media {
	position: relative; aspect-ratio: 4 / 3;
	display: flex; align-items: center; justify-content: center;
	background: var(--tmr-mist); overflow: hidden;
}
.tmr-places .tmr-card__media img {
	width: 100%; height: 100%; object-fit: cover;
	object-position: center; transition: transform .5s ease;
}
.tmr-places .tmr-card__gallery {
	position: relative;
	width: 100%;
	height: 100%;
}
.tmr-places .tmr-card__gallery-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transition: opacity .22s ease, transform .5s ease;
}
.tmr-places .tmr-card__gallery-image.is-active {
	opacity: 1;
}
.tmr-places .tmr-card__gallery-controls {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 22px -18px rgba(26, 43, 44, .55);
	z-index: 2;
}
.tmr-places .tmr-card__gallery-btn {
	width: 24px;
	height: 24px;
	border: 1px solid var(--tmr-line);
	border-radius: 50%;
	background: #fff;
	color: var(--tmr-ink);
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
}
.tmr-places .tmr-card__gallery-count {
	min-width: 30px;
	text-align: center;
	font-family: var(--font-display);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--tmr-deep);
}
.tmr-places .tmr-card:hover .tmr-card__media img { transform: scale(1.04); }
.tmr-places .tmr-card:hover .tmr-card__gallery-image.is-active { transform: scale(1.04); }
.tmr-places .tmr-card__media--fallback {
	display: flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, var(--tmr-mist), var(--tmr-blush));
}
.tmr-places .tmr-card__media--fallback svg { width: 54px; height: 54px; opacity: .5; }
.tmr-places .tmr-card__body {
	padding: 22px 22px 24px;
	display: flex; flex-direction: column; flex: 1; gap: 10px;
}
.tmr-places .tmr-card__body h3 {
	font-family: var(--font-serif); font-weight: 600;
	font-size: 22px; line-height: 1.15;
	color: var(--tmr-ink); margin: 0; letter-spacing: -0.005em;
}
.tmr-places .tmr-card__body h3 a {
	color: inherit; text-decoration: none; background: none; border: none;
}
.tmr-places .tmr-card__body h3 a:hover { color: var(--tmr-deep); }
.tmr-places .tmr-card__body .tmr-pull {
	font-family: var(--font-body); font-style: normal; font-weight: 400;
	font-size: 15px; line-height: 1.55; color: var(--tmr-ink-soft);
	margin: 4px 0 0; border-left: 2px solid var(--tmr-papaya); padding-left: 12px;
}
.tmr-places .tmr-card__body .tmr-pull .tmr-read-more-inline {
	font-family: var(--font-display);
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--tmr-deep);
	text-decoration: none;
	white-space: nowrap;
}
.tmr-places .tmr-card__body .tmr-pull .tmr-read-more-inline:hover {
	color: var(--tmr-deep-dark);
	text-decoration: underline;
}
.tmr-places .tmr-card__meta {
	display: flex; flex-direction: column; gap: 6px;
	font-family: var(--font-body); font-size: 12px; color: var(--tmr-ink-soft);
	margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--tmr-line);
}
.tmr-places .tmr-card__meta-row {
	display: flex; align-items: flex-start; gap: 8px; line-height: 1.45;
}
.tmr-places .tmr-card__meta-row svg {
	flex-shrink: 0; width: 14px; height: 14px; margin-top: 1px; color: var(--tmr-deep);
}
.tmr-places .tmr-card__cta {
	display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap;
}
.tmr-places .tmr-card__cta a {
	flex: 1; text-align: center;
	font-family: var(--font-display); font-size: 11px; font-weight: 600;
	letter-spacing: .1em; text-transform: uppercase;
	padding: 10px 12px; border-radius: 999px;
	text-decoration: none; white-space: nowrap; transition: all .18s ease;
}
.tmr-places .tmr-card__cta a.primary { background: var(--tmr-deep); color: #fff; }
.tmr-places .tmr-card__cta a.primary:hover { background: var(--tmr-deep-dark); }
.tmr-places .tmr-card__cta a.secondary { border: 1.5px solid var(--tmr-deep); color: var(--tmr-deep); }
.tmr-places .tmr-card__cta a.secondary:hover { background: var(--tmr-mist); }
.tmr-places .tmr-card__cta a.book { background: var(--tmr-papaya); color: #fff; }
.tmr-places .tmr-card__cta a.book:hover { background: var(--tmr-papaya-dark); }

.tmr-places .tmr-featured {
	border-top: 1px solid var(--tmr-line);
	border-bottom: 1px solid var(--tmr-line);
	padding: 40px 0 56px;
	margin-bottom: 24px;
}
.tmr-places .tmr-featured__grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
@media (max-width: 880px) {
	.tmr-places .tmr-featured { position: relative; }
	.tmr-places .tmr-featured__grid {
		display: flex; gap: 16px; overflow-x: auto;
		scroll-snap-type: x mandatory; scroll-padding-left: 20px;
		padding: 8px 20px 24px; margin: 0 -20px;
		-webkit-overflow-scrolling: touch; scrollbar-width: none;
	}
	.tmr-places .tmr-featured__grid::-webkit-scrollbar { display: none; }
	.tmr-places .tmr-featured__grid > .tmr-card {
		flex: 0 0 84%; max-width: 380px;
		scroll-snap-align: start; scroll-snap-stop: always;
	}
	.tmr-places .tmr-featured__hint {
		display: flex; justify-content: center; gap: 8px;
		margin-top: 4px; padding-bottom: 8px;
	}
	.tmr-places .tmr-featured__hint span {
		width: 6px; height: 6px; border-radius: 50%;
		background: var(--tmr-line); transition: all .25s ease;
	}
	.tmr-places .tmr-featured__hint span.is-active {
		background: var(--tmr-papaya); width: 24px; border-radius: 3px;
	}
}
@media (min-width: 881px) {
	.tmr-places .tmr-featured__hint { display: none; }
}

.tmr-places .tmr-collections { padding: 24px 0 56px; }
.tmr-places .tmr-collections__grid {
	display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
}
.tmr-places .tmr-collections__hint { display: none; }
@media (max-width: 880px) {
	.tmr-places .tmr-collections { position: relative; }
	.tmr-places .tmr-collections__grid {
		display: flex; gap: 16px; overflow-x: auto;
		scroll-snap-type: x mandatory; scroll-padding-left: 20px;
		padding: 8px 20px 24px; margin: 0 -20px;
		-webkit-overflow-scrolling: touch; scrollbar-width: none;
	}
	.tmr-places .tmr-collections__grid::-webkit-scrollbar { display: none; }
	.tmr-places .tmr-collections__grid > .tmr-collection {
		flex: 0 0 84%; max-width: 380px;
		scroll-snap-align: start; scroll-snap-stop: always;
	}
	.tmr-places .tmr-collections__hint {
		display: flex; justify-content: center; gap: 8px;
		margin-top: 4px; padding-bottom: 8px;
	}
	.tmr-places .tmr-collections__hint span {
		width: 6px; height: 6px; border-radius: 50%;
		background: var(--tmr-line); transition: all .25s ease;
	}
	.tmr-places .tmr-collections__hint span.is-active {
		background: var(--tmr-papaya); width: 24px; border-radius: 3px;
	}
}
@media (max-width: 540px) {
	.tmr-places .tmr-collections__grid { grid-template-columns: 1fr; }
}
@media (min-width: 881px) {
	.tmr-places .tmr-collections__hint { display: none; }
}
.tmr-places .tmr-collection {
	position: relative; display: block; border-radius: 18px; overflow: hidden;
	aspect-ratio: 8 / 5; text-decoration: none;
	background: var(--tmr-mist); transition: all .25s ease;
}
.tmr-places .tmr-collection:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 36px -22px rgba(0, 121, 128, .28);
}
.tmr-places .tmr-collection img {
	position: absolute; inset: 0;
	width: 100%; height: 100%; object-fit: cover;
}
.tmr-places .tmr-collection::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(26, 43, 44, .85) 0%, rgba(26, 43, 44, .25) 50%, rgba(26, 43, 44, 0) 80%);
}
.tmr-places .tmr-collection__body {
	position: absolute; left: 22px; right: 22px; bottom: 22px;
	z-index: 2; color: #fff;
}
.tmr-places .tmr-collection__body .tmr-kicker {
	font-family: var(--font-display); font-weight: 600; font-size: 10px;
	letter-spacing: .22em; text-transform: uppercase;
	color: var(--tmr-blush); display: block; margin-bottom: 4px;
}
.tmr-places .tmr-collection__body h3 {
	font-family: var(--font-serif); font-weight: 600;
	font-size: 24px; line-height: 1.1; margin: 0; color: #fff;
}

.tmr-places .tmr-list-section {
	border-top: 1px solid var(--tmr-line); padding: 48px 0 24px;
}
.tmr-places.tmr-places-collection-page .tmr-list-section {
	padding-top: 32px;
}
.tmr-places .tmr-list-section__deck {
	font-family: var(--font-body); font-style: normal; font-size: 17px;
	color: var(--tmr-ink-soft); margin: 8px 0 32px; max-width: 60ch;
}
.tmr-places .tmr-filters { margin-bottom: 32px; }
.tmr-places .tmr-filters__row {
	display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
}
.tmr-places .tmr-filters__label {
	font-family: var(--font-display); font-weight: 600; font-size: 11px;
	letter-spacing: .18em; text-transform: uppercase;
	color: var(--tmr-ink-soft); margin-right: 8px;
}
.tmr-places .tmr-list-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
@media (max-width: 980px) {
	.tmr-places .tmr-list-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
	.tmr-places .tmr-collection-hero { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 640px) {
	.tmr-places .tmr-list-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
	.tmr-places {
		padding: 0 10px;
	}
	.tmr-places .tmr-masthead {
		padding: 40px 0 24px;
	}
	.tmr-places .tmr-back-link {
		margin-bottom: 18px;
		font-size: 10px;
	}
	.tmr-places .tmr-masthead__kicker {
		gap: 12px;
		margin-bottom: 18px;
	}
	.tmr-places .tmr-masthead__label,
	.tmr-places .tmr-section-head__eyebrow {
		font-size: 10px;
		letter-spacing: .18em;
	}
	.tmr-places .tmr-masthead__title {
		margin-bottom: 18px;
		max-width: none;
		font-size: clamp(34px, 11vw, 48px);
	}
	.tmr-places .tmr-masthead__deck {
		font-size: 17px;
		line-height: 1.5;
		max-width: none;
	}
	.tmr-places .tmr-collection-hero__media {
		border-radius: 20px;
	}
	.tmr-places .tmr-section-head {
		margin-bottom: 24px;
	}
	.tmr-places .tmr-section-head__title {
		font-size: 28px;
	}
	.tmr-places .tmr-section-head__deck,
	.tmr-places .tmr-list-section__deck {
		font-size: 15px;
		max-width: none;
	}
	.tmr-places .tmr-chip {
		font-size: 13px;
		padding: 8px 14px;
	}
	.tmr-places .tmr-featured {
		padding: 32px 0 40px;
	}
	.tmr-places .tmr-featured__grid > .tmr-card {
		flex-basis: 88%;
	}
	.tmr-places .tmr-collections__grid > .tmr-collection {
		flex-basis: 88%;
	}
	.tmr-places .tmr-card__body {
		padding: 16px 16px 18px;
		gap: 7px;
	}
	.tmr-places .tmr-card__body h3 {
		font-size: 20px;
	}
	.tmr-places .tmr-card__body .tmr-pull {
		font-size: 13px;
		line-height: 1.5;
		padding-left: 0;
		border-left: none;
	}
	.tmr-places .tmr-card__meta {
		font-size: 10px;
		padding-top: 10px;
	}
	.tmr-places .tmr-card__cta {
		gap: 10px;
	}
	.tmr-places .tmr-card__cta a {
		padding: 10px 10px;
	}
	.tmr-places .tmr-collection__body {
		left: 16px;
		right: 16px;
		bottom: 16px;
	}
	.tmr-places .tmr-collection__body h3 {
		font-size: 22px;
	}
	.tmr-places .tmr-list-section {
		padding: 36px 0 18px;
	}
	.tmr-places .tmr-filters {
		margin-bottom: 24px;
	}
	.tmr-places .tmr-pagination {
		flex-wrap: wrap;
		padding: 32px 0 44px;
	}
}
@media (max-width: 480px) {
	.tmr-places {
		padding: 0 8px;
	}
	.tmr-places .tmr-masthead__title {
		font-size: clamp(30px, 12vw, 40px);
	}
	.tmr-places .tmr-masthead__deck {
		font-size: 15px;
	}
	.tmr-places .tmr-featured__grid > .tmr-card {
		flex-basis: 92%;
	}
	.tmr-places .tmr-collections__grid > .tmr-collection {
		flex-basis: 92%;
	}
	.tmr-places .tmr-collection {
		aspect-ratio: 7 / 6;
		border-radius: 16px;
	}
	.tmr-places .tmr-filters__label {
		width: 100%;
		margin-right: 0;
	}
	.tmr-places .tmr-card__body {
		padding: 14px 14px 16px;
	}
	.tmr-places .tmr-card__body h3 {
		font-size: 18px;
	}
	.tmr-places .tmr-card__meta {
		font-size: 9.5px;
	}
	.tmr-places .tmr-card__cta a {
		flex-basis: 100%;
	}
	.tmr-places .tmr-pagination {
		flex-direction: column;
		gap: 10px;
	}
	.tmr-places .tmr-pagination button {
		width: 100%;
	}
}
.tmr-places .tmr-list-error,
.tmr-places .tmr-list-empty {
	grid-column: 1 / -1; padding: 60px 20px; text-align: center; color: var(--tmr-ink-soft);
}
.tmr-places .tmr-list-error__title,
.tmr-places .tmr-list-empty__title {
	font-family: var(--font-serif); font-size: 22px; font-style: italic;
	color: var(--tmr-deep); margin: 0 0 8px;
}
.tmr-places .tmr-list-error a { color: var(--tmr-papaya); }
.tmr-places .tmr-list-empty button {
	background: none; border: none; color: var(--tmr-papaya);
	font-weight: 600; cursor: pointer; text-decoration: underline; font-family: inherit;
}
.tmr-places .tmr-pagination {
	display: flex; justify-content: center; align-items: center; gap: 14px; padding: 40px 0 56px;
}
.tmr-places .tmr-pagination button {
	font-family: var(--font-display); font-size: 11px; font-weight: 600;
	letter-spacing: .12em; text-transform: uppercase;
	padding: 11px 20px; border: 1.5px solid var(--tmr-line); background: #fff;
	color: var(--tmr-ink); border-radius: 999px; cursor: pointer; transition: all .18s ease;
}
.tmr-places .tmr-pagination button:hover:not(:disabled) {
	border-color: var(--tmr-deep); color: var(--tmr-deep);
}
.tmr-places .tmr-pagination button:disabled { opacity: .4; cursor: not-allowed; }
.tmr-places .tmr-pagination span {
	font-family: var(--font-serif); font-style: italic; font-size: 14px; color: var(--tmr-ink-soft);
}
.tmr-places .tmr-skeleton {
	background: linear-gradient(90deg, var(--tmr-mist) 0%, #f0f7f7 50%, var(--tmr-mist) 100%);
	background-size: 200% 100%;
	animation: tmr-places-shimmer 1.5s infinite;
	border-radius: 18px; height: 440px;
}
@keyframes tmr-places-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}
