.panel-footer {
    --surface-foreground: #12284b;
    --surface-background: #0a1a30;
    --text: var(--gray-100);

    color: var(--text);
    background-color: var(--surface-foreground);
    position: relative;
    overflow: hidden;
}

.panel-footer .cta-widgets {
    width: 100%;
    background-color: transparent;
}

.panel-footer .attributions {
    background-color: var(--surface-background);
}

.panel-footer .attributions .attribution-content-container .made-by-sv {
    display: none;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: var(--width-base);
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: var(--space-3);
    padding-top: var(--space-1);
    padding-bottom: 26px;
}

@media(min-width: 40em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 1fr 1fr;
        text-align: left;
    } 
}

@media (min-width: 64em) {  

    .panel-footer .attributions .attribution-content-container .made-by-sv {
        display: block;
    } 

    .panel-footer .made-by-sv.mobile {
        display: none;
    }

    .panel-footer .attribution-content-container {
        max-width: 100%;
    }

    .panel-footer .attribution-content-container p {
        margin-left: 60px;
    }
}

.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: 14px;
    place-items: center;
    position: relative;
    top: 5px;
}

.panel-footer .tripadvisor-icon {
    position: relative;
    bottom: -3px;
    display: flex;
    gap: 41px;
    justify-content: center;
}

.panel-footer .footer-icon-desktop {
    display: none;
}

.panel-footer .tripadvisor-icon .footer-icon-mobile {
    width: 64px;
}


.panel-footer .tripadvisor-icon .footer-icon-mobile img {
    margin-bottom: 0;
    max-width: unset;
    width: 45px;
    height: 45px;
}

.panel-footer .tripadvisor-icon .tripadvisor {
    width: 99px;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
    }   

    .panel-footer .footer-icon-desktop {
        display: block;
    }

    .panel-footer .footer-icon-desktop .contentRender_name_plugins_core_textbox img {
        max-width: unset;
        width: 46px;
    }

    .panel-footer .footer-icon-mobile {
        display: none;
    }
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
}

.contentRender_name_plugins_common_logo_footer {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media(min-width:40em) {
    .contentRender_name_plugins_common_logo_footer {
        display: block;
    }
}

.panel-footer .logo-footer {
    position: relative;
    top: 3px;
    width: 197px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .cta-cont {
    margin-bottom: 2px;
}

.panel-footer .client-details p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
    margin-bottom: 0;
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
}

.panel-footer .social-media .social-links .social-network {
    padding: 0;
}


.panel-footer .social-media .social-links {
    gap: 8px;
}

.panel-footer .social-media .social-links a {
    color: white;
    font-size: 20px;
}

.panel-footer .tripadvisor .social-icon.fa-tripadvisor {
    display: none;
}

.panel-footer .tripadvisor .social-network a.social-link {
    display: block;
    width: 170px;
    height: 40px;
    position: relative;
    top: 10px;
    right: 12px;
    z-index: 2;
}

.panel-footer .tripadvisor .social-network a.social-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/includes/public/assets/shared/trip-advisor.svg');
    background-size: 170px 29px;
    background-repeat: no-repeat;
    pointer-events: none;

}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.panel-footer .client-details p {
    color: white;
    font-family: var(--font-body);
    font-size: 12px;
    line-height: 1.65;
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }  
    
    .panel-footer .cta-cont {
        margin-bottom: unset;
    }
}

.panel-footer .attribution-content-container p {
    font-family: var(--font-body);
    font-size: 12px;
    line-height: var(--leading-snug);
}

.panel-footer .made-by-sv {
    display: block;
    width: 180px;
    margin: 0 auto 15px;
}

.panel-footer .translate {
    margin-bottom: 1px;
}

.panel-footer .translate select {
    background: transparent;
    font-family: var(--font-body);
    font-size: 12.45px;
    letter-spacing: var(--tracking-wide);
    color: white
}

.panel-footer .translate select option {
    color: var(--blue-dark)
}

.panel-footer .made-by-sv img {
    display: block;
    width: 127px;
    height: auto;
    margin: 0 auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

@media(min-width: 40em) {
    .panel-footer .tripadvisor-icon {
        width: 129px;
        height: 22px;
        grid-row: 2;
        grid-column: 3;
        bottom: 57px;
        left: 96px;
    }

    .panel-footer .footer-content-container .translate {
        width: 160px;
        grid-row: 2;
        grid-column: 3;
        position: relative;
        left: 90px;
        margin-bottom: unset;
    }

    .panel-footer .footer-content-container .footer-nav {
        grid-row: 1;
        grid-column: 3;
        position: relative;
        top: 92px;
        left: 20px;
        height: 30px;
    }

    .panel-footer .tripadvisor-icon .footer-icon-mobile {
        position: relative;
        top: 45px;
        right: 50px;
    }

    .panel-footer .social-media {
        height: fit-content;
        grid-column: 3;
        grid-row: 1;
        align-self: end;
        justify-content: flex-start;
        margin-bottom: 5px;
    }

    .panel-footer .logo-footer {
        right: 20px;
        padding-top: 10px;
        padding-left: var(--space-5);
    }
}

@media(min-width: 64em) {
    .panel-footer .made-by-sv img {
        width: 166px;
        position: relative;
        right: 158px;
        top: 5px;
    }

    .panel-footer .logo-footer {
        right: unset;
        padding-top: unset;
        padding-left: unset;
    } 

    .panel-footer .footer-content-container {
        padding: var(--space-10) var(--space-6);
    }

    .panel-footer .footer-content-container .client-details .contentRender_name_plugins_core_textbox {
        margin-left: 12px;
    }

    .panel-footer .footer-content-container .translate {
        left: 342px;
        top: 27px;
    }

    .panel-footer .footer-content-container .footer-icon-desktop {
        grid-row: 2;
        grid-column: 3;
        width: 46px;
        position: relative;
        top: 15px;
        left: 232px;
    }

    .navigation-footer {
        width: 500px;
        flex-wrap: nowrap;
        gap: 31px;
        position: relative;
        left: 5px;
    }

    .navigation-footer li a {
        font-size: 16px;
    }

    .panel-footer .social-media {
        grid-column: 3;
        justify-content: flex-end;
        margin-bottom: 0;
    }

    .panel-footer .tripadvisor-icon {
        bottom: 56px;
    }

    .panel-footer .tripadvisor-icon .tripadvisor {
        margin-left: 16px;
    }

    .panel-footer .social-media .social-links {
        top: unset;
        gap: 18px;
    }

    .panel-footer .social-media .social-links a {
        font-size: 25px;
    }

    .panel-footer .tripadvisor .social-network a.social-link:before {
        background-size: 214px 37px;
    }

    .panel-footer .client-details {
        position: relative;
        top: 67px;
    }

    .panel-footer {
        overflow: hidden;
    }

    .panel-footer .attribution-content-container {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media(min-width:80em) {
    .panel-footer .footer-content-container {
        max-width: unset;
    }

    .panel-footer .footer-content-container {
        padding: var(--space-10) 68px var(--space-1) 68px;
    }
}

@media(min-width:100em) {
    .panel-footer .footer-content-container {
        max-width: var(--width-double);
    }
}

.panel-footer .gtranslate_wrapper {
    /* margin: 0 auto; */
    text-align: left;
    
    &.gt_container-unisv1 > a.glink span {
        font-size: var(--text-base);
		font-family: var(--font-body);
		color: white !important;
        
        & + span {
            font-size: 14px !important;
        }
    }
    
    .gt_white_content .gt_languages {
        max-height: 500px;
        
        a.glink span {
            font-size: inherit;
        }
    }
}

@media (max-width: 768px) {
	.panel-footer .gt_container-unisv1 {
		.gt_white_content {
			margin: 0;
			top: 10%;
			left: 10%;
			width: 80%;
			height: 80%;
			overflow: auto;
			
			.gt_languages {
				display: block;
				max-height: unset;
				
				.glink > span {
					font-size: 16px;
				}
			}
		}
	}
}

@media (min-width: 768px) {
	.panel-footer .gt_container-unisv1  {
		.gt_white_content {
            height: auto;
            width: auto;
            
			.gt_languages {
                max-height: 500px;
				display: flex;
			}
			
			.glink > span {
				font-size: inherit;
			}
		}
	}
}