/* Google rating widget used on Miami Experience landing and detail pages. */
.cremo-exp-reviews-floating,
.cremo-exp-reviews-floating * {
	box-sizing: border-box;
}

.cremo-exp-reviews-floating.cremo-reviews-floating {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9998;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 10px 18px 10px 12px;
	border: 1px solid #d0ceca;
	border-radius: 999px;
	background-color: #f4f4f2 !important;
	background-image: none !important;
	box-shadow: 0 14px 30px rgba(20, 10, 3, .45);
	color: #2a1912 !important;
	cursor: pointer;
	line-height: 1;
	text-decoration: none !important;
	transition: background-color .2s ease, border-color .2s ease;
}

.cremo-exp-reviews-floating.cremo-reviews-floating:hover {
	border-color: #bcb8b1;
	background-color: #fff !important;
	color: #2a1912 !important;
}

.cremo-exp-reviews-floating.cremo-reviews-floating:focus-visible {
	outline: 3px solid #eac131;
	outline-offset: 3px;
}

.cremo-exp-reviews-floating .cremo-reviews-floating__google,
.cremo-exp-reviews-floating .cremo-reviews-floating__google svg {
	display: block;
	width: 22px;
	height: 22px;
}

.cremo-exp-reviews-floating.cremo-reviews-floating > span:last-child {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1px 6px;
	text-align: left;
}

.cremo-exp-reviews-floating.cremo-reviews-floating b {
	color: #2a1912;
	font-family: "Martel", Georgia, serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}

.cremo-exp-reviews-floating .cremo-reviews-stars {
	display: inline-flex;
	gap: 1px;
	color: #d9a81c;
}

.cremo-exp-reviews-floating .cremo-reviews-stars--floating svg {
	display: block;
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.cremo-exp-reviews-floating.cremo-reviews-floating small {
	grid-column: 1 / -1;
	color: rgba(42, 25, 18, .62);
	font-family: "Martel Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 1.25;
	text-transform: uppercase;
}


/* Concise profile-specific review sections on the Miami and DR landing pages. */
.cremo-exp-location-reviews,
.cremo-exp-location-reviews * {
	box-sizing: border-box;
}

.cremo-exp-location-reviews {
	--cremo-exp-review-bg: #2a1912;
	--cremo-exp-review-card: #241407;
	--cremo-exp-review-text: #f1dec9;
	--cremo-exp-review-muted: rgba(241, 222, 201, .68);
	--cremo-exp-review-border: rgba(241, 222, 201, .16);
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
	padding: 68px 48px 64px;
	border-top: 1px solid rgba(234, 193, 49, .28);
	border-bottom: 1px solid rgba(234, 193, 49, .2);
	background: var(--cremo-exp-review-bg);
	color: var(--cremo-exp-review-text);
	scroll-margin-top: 100px;
}

.cremo-exp-location-reviews--tabacalera {
	--cremo-exp-review-bg: #f1e4d1;
	--cremo-exp-review-card: rgba(255, 255, 255, .34);
	--cremo-exp-review-text: #2a1912;
	--cremo-exp-review-muted: rgba(42, 25, 18, .64);
	--cremo-exp-review-border: rgba(42, 25, 18, .16);
	border-color: rgba(42, 25, 18, .15);
}

/* The Miami Elementor canvas visually extends 100px past its normal flow box. */
.cremo-exp-location-reviews--miami {
	margin-top: 100px;
}

.cremo-exp-location-reviews__shell {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.cremo-exp-location-reviews__head {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	align-items: end;
	gap: 40px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--cremo-exp-review-border);
}

.cremo-exp-location-reviews__head > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 10px;
}

.cremo-exp-location-reviews__head span {
	color: #d9a81c;
	font-family: "Martel Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.5;
	text-transform: uppercase;
}

.cremo-exp-location-reviews__head h2 {
	margin: 0 !important;
	color: var(--cremo-exp-review-text) !important;
	font-family: "Martel", Georgia, serif !important;
	font-size: clamp(27px, 3vw, 38px) !important;
	font-weight: 900 !important;
	letter-spacing: .02em !important;
	line-height: 1.12 !important;
	text-transform: uppercase !important;
}

.cremo-exp-location-reviews__head > p {
	max-width: 48ch;
	margin: 0;
	color: var(--cremo-exp-review-muted);
	font-family: "Martel Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.7;
}

.cremo-exp-location-reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding-top: 24px;
}

.cremo-exp-location-reviews__grid article {
	display: flex;
	min-width: 0;
	min-height: 208px;
	flex-direction: column;
	gap: 17px;
	padding: 25px 24px 22px;
	border: 1px solid var(--cremo-exp-review-border);
	border-top: 2px solid #d9a81c;
	border-radius: 3px;
	background: var(--cremo-exp-review-card);
}

.cremo-exp-location-reviews__stars,
.cremo-exp-location-reviews__stars svg {
	display: inline-flex;
}

.cremo-exp-location-reviews__stars {
	gap: 2px;
	color: #d9a81c;
}

.cremo-exp-location-reviews__stars svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
}

.cremo-exp-location-reviews blockquote {
	margin: 0;
	padding: 0 !important;
	color: var(--cremo-exp-review-text);
	font-family: "Martel", Georgia, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.65;
	transform: none !important;
}

.cremo-exp-location-reviews blockquote::before,
.cremo-exp-location-reviews blockquote::after {
	display: none !important;
	content: none !important;
}

.cremo-exp-location-reviews__grid footer {
	display: flex;
	margin-top: auto;
	flex-direction: column;
	gap: 5px;
}

.cremo-exp-location-reviews__grid footer strong {
	color: var(--cremo-exp-review-text);
	font-family: "Martel Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.45;
	text-transform: uppercase;
}

.cremo-exp-location-reviews__grid footer span {
	color: var(--cremo-exp-review-muted);
	font-family: "Martel Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 9.5px;
	letter-spacing: .08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.cremo-exp-location-reviews__link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 26px;
	color: #d9a81c !important;
	font-family: "Martel Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.4;
	text-decoration: none !important;
	text-transform: uppercase;
}

.cremo-exp-location-reviews__link:hover,
.cremo-exp-location-reviews__link:focus-visible {
	color: var(--cremo-exp-review-text) !important;
}

@media (max-width: 767px) {
	.cremo-exp-reviews-floating.cremo-reviews-floating {
		right: 14px;
		bottom: 14px;
		padding-right: 14px;
	}

	.cremo-exp-location-reviews {
		padding: 52px 20px 48px;
	}

	.cremo-exp-location-reviews__head {
		grid-template-columns: 1fr;
		gap: 15px;
		padding-bottom: 19px;
	}

	.cremo-exp-location-reviews__head h2 {
		font-size: 27px !important;
	}

	.cremo-exp-location-reviews__grid {
		grid-template-columns: 1fr;
		gap: 13px;
		padding-top: 19px;
	}

	.cremo-exp-location-reviews__grid article {
		min-height: 0;
		padding: 22px 20px 20px;
	}

	.cremo-exp-location-reviews__link {
		margin-top: 22px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.cremo-exp-location-reviews {
		padding-right: 34px;
		padding-left: 34px;
	}

	.cremo-exp-location-reviews__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cremo-exp-location-reviews__grid article:last-child {
		grid-column: 1 / -1;
	}
}
