#root .mobile .footer .links app-widget-host app-content-block {
    color: var(--c-white-text);
}

#root .footer .beto-image.logo.link {
    display: none;
}

#root .blog a {
    text-decoration: none;
    color: var(--c-white-permatext);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}

#root .links.blog .link.blog>div {
    width: 164px;
    height: 41px;
    border-radius: 13px;
    background: var(--c-green);
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

#root .footer .legal-links {
    flex-wrap: unset;
    flex-basis: content;
}

#root .footer .copyright {
    color: var(--c-white-text);
    text-align: center;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding: 20px;
    opacity: 1;
}

/* 
#root .footer .beto-image.legal-logo.legal-link-3 {
    width: 33px;
    height: 33px;
}

#root .footer .beto-image.legal-logo.legal-link-1 {
    width: 200px;
    height: 38px;
}

#root .footer .beto-image.legal-logo.legal-link-1 img {
    object-fit: cover;
}

#root .footer .beto-image.legal-logo.legal-link-2 {
    width: 96px;
    height: 30px;
} */

#root .footer .beto-image.link-licence.link {
    width: 96px;
    height: 42px;
}

#root .legal-links .link-licence img {
    width: 100%;
    height: 100%;
    margin: 0;
}

#root .footer .legal-logo {
    max-width: unset;
    max-height: unset;
    width: 100px;
}

/* #root .footer .legal-links>app-widget-host {
    flex-direction: row;
}

#root .desktop .legal-links .link-licence img {
    width: unset;
} */

#root .desktop .footer {
    background-color: var(--c-transparent);
}

#root .footer .links,
#root .footer .links app-widget-host,
#root .footer .links app-widget-host app-content-block {
    color: var(--c-white-text);
}

#root .moblie .footer .legal-links.lightTheme,
#root .moblie .footer .legal-links.darkTheme {
    margin-right: -21px;
}

#root .footer .legal-logo.legal-link-1 {
    margin-left: 74px;
}

#root .footer .legal-logo.legal-link-3 img {
    width: 100%;
    height: unset;
    object-fit: unset;
}

/* #root .footer .legal-links.lightTheme .legal-logo.legal-link-3.eighteenPlus img { */
#root .footer .legal-links .legal-logo.legal-link-3.eighteenPlus img {
    width: 33%;
}