.footer-container { 
    padding: var(--space-4) 0;
    margin-bottom: var(--space-16);
}

.panel-footer {
    --surface-foreground: transparent;
    --surface-background: transparent;
    --text: var(--gray-100);
    position: relative;
    color: var(--text);
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0px var(--space-5);
}

.panel-footer::after {
    content: '';
    background: #ffffff; 
    opacity: 0.85;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.panel-footer .attributions {
    position: relative;
    z-index: 5;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
}
.panel-footer .attributions p {
    margin-right: auto;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0;
    max-width: var(--width-base);
    text-align: center;
    align-items: flex-end;
}

@media screen and (min-width: 64em) {
    .panel-footer .footer-content-container,
    .panel-footer .attribution-content-container {
        margin: 0 auto;
        text-align: center;
        align-items: flex-end;
        max-width: var(--width-smallscreen);
    }
}

@media screen and (min-width: 1440px) {
    .panel-footer .footer-content-container,
    .panel-footer .attribution-content-container {
        margin: 0 auto;
        max-width: calc(var(--width-base) - var(--space-10));
        text-align: center;
        align-items: flex-end;
    }
}

.panel-footer .footer-content-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    padding: var(--space-5) 0;
    border-top: 2px solid #000000;
    width: 100%;
    padding-bottom: var(--space-8);
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        border-top: 4px solid #000;
    }
}

.panel-footer .footer-content-container .footer-top-col,
.panel-footer .footer-content-container .footer-bottom-col {
    display: flex;
/*    flex-wrap: wrap;*/
    width: 100%;
    flex-direction: column;
}

.panel-footer .footer-content-container .footer-top-col {
    padding: 0;
}

.panel-footer .footer-content-container .footer-inside-left {
    width: 100%;
}
.panel-footer .footer-content-container .footer-top-col .footer-inside-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.panel-footer .footer-content-container .footer-inside-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        padding: 40px 0;
    }   

    .panel-footer .footer-content-container .footer-top-col {
        padding: 0;
    }

    .panel-footer .footer-content-container .footer-inside-left {
        width: 40%;
    }

    .panel-footer .footer-content-container .footer-inside-right {
        width: 60%;
    }
    
}

.panel-footer .contentRender_name_plugins_collections_template_custom_social_links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.panel-footer .social-links li a i.fa-twitter {
    background: url('/includes/public/assets/shared/logos/twitter-x.svg') no-repeat center center;
    background-size: cover;
    position: relative;
    width: 2rem;
    height: 2rem;
}

.panel-footer .social-links li a i.fa-twitter::before{
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.social-links a {
    display: flex;
    color: #ffffff;
    background-color: #000000;
    font-size: var(--text-xl);
    height: 30px;
    width: 30px;
}
.social-links .social-network {
    padding: 0 var(--space-2);
}
.social-links .social-network:first-child {
    padding-left: 0;
}


.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-6);
    place-items: center;
}
.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: var(--space-4);
    border-bottom: none;
}
@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
    }   
    .footer-container { 
        margin-bottom: 0px;
    }
}

.panel-footer .logo-footer {
    margin: 0 0px 10px;
}

@media (min-width: 64em) { 
    .panel-footer .logo-footer {
        margin: 0;
    }
    .panel-footer .attribution-content-container {
        border-bottom: 4px solid #000000;
    }
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 150px;
    margin: 0;
}

@media (min-width: 64em) { 
    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 313px;
        margin: 0;
    }
    .panel-footer .logo-footer a {
        margin-bottom: 40px;
    }
}

.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 p {
    line-height: var(--leading-snug);
    text-align: left;
    margin: var(--space-2) 0;
    margin-left: 0;
    font-size: var(--text-base);
    margin-right: auto;
    margin-bottom: var(--space-3);
}



.panel-footer .made-by-sv {
    display: block;
    width: 160px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

.main-nav-social .social-links li a i.fa-twitter {
    background: url('/includes/public/assets/shared/logos/twitter-x.svg') no-repeat center center;
    background-size: cover;
    position: relative;
    width: 2rem;
    height: 2rem;
}

.main-nav-social .social-links li a i.fa-twitter::before{
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

ul.social-links::after {
    content: '';
    background-image: url(/includes/public/assets/shared/icon_socialmedia_share_arrow.svg);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}

.contentRender_name_plugins_common_enewsletter_link {
    display: flex;
    margin: var(--space-4) 0 var(--space-2);
    width: 100%;
}
.contentRender_name_plugins_common_user_login_link {
    display: flex;
    margin: var(--space-2) 0 var(--space-4);
    width: 100%;
}

@media (min-width: 40em) {
	.contentRender_name_plugins_common_enewsletter_link {
        display: flex;
        margin: 0 0 var(--space-2);
        width: 100%;
    }
    .contentRender_name_plugins_common_user_login_link {
        display: flex;
        margin: var(--space-2) 0 0;
        width: 100%;
    }
}

.marketing-liverpool-logo {
    width: 100px;
}
@media screen and (min-width: 920px) {
    .marketing-liverpool-logo {
        width: 144px;
    }
}


@media screen and (min-width: 680px) {
    .panel-footer .footer-content-container .footer-top-col {
        flex-direction: row;
    }
    .panel-footer .footer-content-container .footer-inside-right {
        align-items: flex-end;
    }
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: var(--space-2);
        padding-bottom: var(--space-6);
    }
    .panel-footer .footer-content-container {
        padding: var(--space-16) 0;
    }
    .panel-footer .attribution-content-container p {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: var(--space-3);
        font-size: var(--text-sm);
    }
}
@media screen and (min-width: 724px) {
    .panel-footer .attribution-content-container p {
        font-size: var(--text-base);
        line-height: var(--text-sm);
    }
}


@media screen and (min-width: 510px) {

    .panel-footer .logo-footer a {
      display: block;
      width: 243px;
      margin: 0;
    }
    .panel-footer .logo-footer {
      margin: 0 0 var(--space-10);
    }
    .social-links a {
      font-size: var(--text-3xl);
      height: 42px;
      width: 42px;
    }
    .social-links .social-network {
        padding: 0 var(--space-3);
    }

    ul.social-links::after {
        height: 42px;
        width: 42px;
        margin: 0 0 0 var(--space-3);
    }
}

@media screen and (min-width: 800px) {
    .panel-footer .attribution-content-container p {
        margin-left: var(--space-10);
    } 
}
