/* GLAM TOURING V244 - collegamento Area riservata nel footer */

.gt244-footer-admin-row{
    width:100%;
    margin-top:16px;
    padding-top:14px;
    display:flex;
    justify-content:center;
    border-top:1px solid rgba(128,145,132,.22);
}

.gt244-footer-admin-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    min-height:38px!important;
    padding:9px 14px!important;
    border:1px solid rgba(128,145,132,.28)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.08)!important;
    color:inherit!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1.2!important;
    text-decoration:none!important;
    opacity:.82!important;
    transition:opacity .2s, transform .2s, background .2s!important;
}

.gt244-footer-admin-link::before{
    content:"";
    width:8px;
    height:8px;
    border:2px solid currentColor;
    border-radius:2px;
    opacity:.75;
}

.gt244-footer-admin-link:hover{
    opacity:1!important;
    transform:translateY(-1px)!important;
    background:rgba(255,255,255,.14)!important;
}

@media(max-width:650px){
    .gt244-footer-admin-row{
        margin-top:13px;
        padding-top:12px;
    }

    .gt244-footer-admin-link{
        width:100%;
        max-width:260px;
    }
}
