/* New Design */

.footer-home{
    background: linear-gradient(60deg, #270E42, #a648f7);
}
.footer-home .separator{
    width: 100%;
    border: 1px solid #fff
}
.footer-home > app-widget-host{
    align-items: center;
    padding: 50px 20px
}
.footer-container > app-widget-host{
    align-items: center;
    gap: 50px  
}

.footer-home .licence{
    font-size: 16px;
    line-height: 1.5;
    color: var(--c-white)
}

.footer-row > app-widget-host{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px
}
.footer-row .link{
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    color: var(--c-emphasis-c);
}
.footer-home .age-restriction-icon{
    margin:15px auto;
    margin-bottom:0;
}