.panel-footer {
	--surface-foreground: var(--blue-dark);
	--surface-background: var(--blue-dark);
	--text: var(--gray-100);
	color: var(--text);
	background-color: var(--surface-foreground);
	position: relative;
	margin-top: 34px;
}

.panel-footer::before {
	content: '';
	position: absolute;
	top: -3px;
	right: 0;
	background-image: url(/includes/public/assets/shared/footer-bottom-texture.svg);
	background-repeat: repeat-x;
	background-position: top;
	height: 27px;
	width: 100%;
	pointer-events: none;
}

.panel-footer .cta-container {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 10px;
	width: 100%;
}

.panel-footer .social-links {
	padding: var(--space-5) 0 var(--space-2);
}

@media (min-width: 64em) {
	.panel-footer {
		margin-top: 50px;
	}

	.panel-footer .cta-container {
		display: flex;
		margin-bottom: 0;
		grid-column: 4;
		grid-row: 1 / span 3;
		gap: 18px;
	}

	.panel-footer .cta-container > div {
		flex: 1 1 0;
		max-height: 192px;
		min-height: 192px;
	}

	.panel-footer .cta-container > div:not(:first-child)::before {
		left: 0;
		top: 50%;
		translate: 0 -50%;
		width: 2px;
		height: calc(100% - var(--space-10));
	}

	.panel-footer .footer-nav {
		grid-column: 3;
		grid-row: 2 / span 2;
		justify-self: flex-start;
		margin-top: 30px
	}

	.panel-footer .social-links {
		padding: var(--space-5) 0 0;
	}
}

.panel-footer .attributions {
	position: relative;
	background-color: var(--surface-background);
	max-width: var(--width-feature);
	padding-inline: 50px;
	margin-inline: auto;
}

.panel-footer .attributions::before {
	content: '';
	height: 1px;
	width: calc(100% - 38px);
	background-color: var(--white);
	position: absolute;
	top: 0;
	left: 18px;
	pointer-events: none;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
	margin: 0 auto;
	padding-inline: 30px;
	max-width: var(--width-base);
	text-align: center;
}

.panel-footer .footer-content-container {
	display: grid;
	gap: var(--space-4);
	padding-bottom: var(--space-8);
	justify-items: center;
	position: relative;
	top: -34px;
	margin-bottom: -34px;
}

@media (min-width: 64em) {
	.panel-footer .footer-content-container {
		grid-template-columns: 1fr 2fr 1fr minmax(222px, 2.58fr);
		grid-template-rows: 109px auto auto;
		text-align: left;
		top: -50px;
		margin-bottom: -50px;
		gap: var(--space-4) var(--space-10);
		max-width: 1440px;
		padding-inline: 50px;
		padding-bottom: 54px;
	}

	.panel-footer .attributions::before {
		width: calc(100% - 100px);
		left: 50px;
	}
}

.panel-footer .contentRender_name_plugins_core_textbox {
	margin: 0;
	padding: 0;
	max-width: none;
}

.panel-footer .client-details {
	display: grid;
	grid-auto-rows: min-content;
	gap: var(--space-1);
	place-items: center;
	margin-bottom: 6px;
}

.panel-footer .client-details h6,
.panel-footer .client-details p {
	font-size: var(--text-sm);
	font-family: var(--font-body);
}

.panel-footer .client-details a {
	color: var(--white);
}

.panel-footer .client-details h6 {
	font-weight: 700;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: block;
	width: 187px;
}

@media (min-width: 64em) {
	.panel-footer .client-details {
		place-items: flex-start;
		align-self: end;
		grid-column: 2;
		grid-row: 2;
		width: 100%;
		padding-bottom: var(--space-4);
	}
	.contentRender_name_plugins_common_logo_footer,
	.panel-footer .logo-footer a {
		width: 267px;
	}

	.contentRender_name_plugins_common_logo_footer {
		grid-column: 1;
		grid-row: 2;
		margin-right: min(calc(0px + (40 - 0) * ((100vw - 1024px) / (1440 - 1024))), 40px);
	}

	.panel-footer .partner-logos .pa-logo {
		grid-column: 1;
		grid-row: 3;
		margin-right: min(calc(0px + (40 - 0) * ((100vw - 1024px) / (1440 - 1024))), 40px);
	}

	.panel-footer .partner-logos .tripadvisor {
		grid-column: 2;
		grid-row: 3;
		justify-self: flex-start;
	}
}

.panel-footer .logo-footer img {
	display: block;
	width: 100%;
	height: auto;
}

.panel-footer .client-details p {
	font-size: var(--text-sm);
	line-height: var(--leading-snug);
}

.panel-footer .social-media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel-footer .attribution-content-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: var(--space-5);
	padding-bottom: var(--space-6);
	gap: 10px;
}

@media (min-width: 40em) {
	.panel-footer .attribution-content-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		max-width: calc(100% - 40px);
	}
	.panel-footer .attribution-content-container .madeby-ta-logos{
		display: flex;
		gap: 20px;
		align-items: center;
	}

	.panel-footer .client-details h6,
	.panel-footer .client-details p {
		font-size: var(--text-base);
	}
}

.panel-footer .attribution-content-container p {
	font-size: var(--text-sm);
	line-height: var(--leading-snug);
}

.panel-footer .made-by-sv {
	display: block;
	width: 135px;
}

.panel-footer .made-by-sv img {
	display: block;
	width: 100%;
	height: auto;
}

.panel-footer .navigation-footer a {
	font-size: var(--text-xl);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: .02em;
	text-transform: uppercase;
	font-family: var(--font-display);
}

.panel-footer .navigation-footer {
	display: flex;
	flex-direction: column;
	gap: var(--space-1);
}

.panel-footer .partner-logos {
	display: flex;
	gap: var(--space-10);
	align-items: center;
}

@media (min-width: 64em) {
	.panel-footer .partner-logos {
		display: contents;
	}

	.panel-footer .made-by-sv {
		width: 181px;
	}

	.panel-footer .attribution-content-container p {
		font-size: var(--text-base);
	}
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}
