body.sct-shell{
    background:#050505!important;
    color:#d4a64f!important;
}

.sct-global-footer{
    width:min(430px,calc(100% - 20px));
    margin:34px auto 0!important;
    padding:0 0 34px!important;
    clear:both!important;
    position:relative!important;
    z-index:5!important;
}

.sct-global-news{
    border:1px solid rgba(212,166,79,.18);
    background:linear-gradient(180deg,#830000,#590000);
    border-radius:18px;
    padding:18px 16px;
    margin:0 0 18px;
    box-sizing:border-box;
}

.sct-global-news h3{
    margin:0 0 6px;
    color:#fff;
    font-size:17px;
    letter-spacing:2px;
    font-family:Georgia,serif;
    text-transform:uppercase;
}

.sct-global-news p{
    margin:0 0 14px;
    color:#f4d6aa;
    font-size:12px;
}

.sct-global-news-form{
    display:flex;
    gap:10px;
}

.sct-global-news-form input{
    flex:1;
    height:44px;
    background:#080808;
    border:1px solid rgba(212,166,79,.12);
    border-radius:12px;
    padding:0 13px;
    color:#fff;
    outline:none;
}

.sct-global-news-form button{
    width:120px;
    border:0;
    border-radius:12px;
    background:#9f0000;
    color:#fff;
    font-weight:800;
    cursor:pointer;
}

.sct-global-links{
    border:1px solid rgba(212,166,79,.16);
    background:linear-gradient(135deg,#120707 0%,#190707 55%,#2a0b0b 100%);
    border-radius:18px 18px 0 0;
    padding:22px 18px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px 38px;
    box-sizing:border-box;
    overflow:hidden;
}

.sct-global-links a{
    color:#d4a64f!important;
    text-decoration:none!important;
    font-size:18px;
    line-height:1.2;
    font-family:Georgia,serif;
}

.sct-global-cta{
    margin-top:16px;
    border-radius:18px;
    padding:18px 16px;
    background:linear-gradient(180deg,#9b0000,#610000);
    border:1px solid rgba(212,166,79,.18);
    text-align:center;
    box-sizing:border-box;
}

.sct-global-cta h3{
    margin:0 0 13px;
    font-size:15px;
    color:#f7d784;
    letter-spacing:1.5px;
    font-family:Georgia,serif;
    text-transform:uppercase;
}

.sct-global-cta a{
    display:block;
    padding:14px 12px;
    border-radius:14px;
    background:linear-gradient(180deg,#d8b24e,#b98826);
    text-decoration:none!important;
    font-weight:900;
    color:#6d0000!important;
    font-size:17px;
    letter-spacing:1px;
    font-family:Georgia,serif;
}

.sct-global-copy{
    margin-top:16px;
    background:#160303;
    border-top:1px solid rgba(212,166,79,.15);
    padding:22px 18px;
    text-align:center;
    box-sizing:border-box;
}

.sct-global-social{
    display:flex;
    justify-content:center;
    gap:14px;
    margin-bottom:15px;
}

.sct-global-social a{
    width:38px;
    height:38px;
    border-radius:999px;
    border:1px solid #d4a64f;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d4a64f!important;
    text-decoration:none!important;
    font-size:17px;
}

.sct-global-copy small{
    color:#d4a64f;
    font-size:13px;
    font-family:Georgia,serif;
}

footer,
.footer,
.footer-menu,
footer nav,
.footer-copyrights{
    display:none!important;
}

@media(max-width:480px){
    .sct-global-footer{
        width:calc(100% - 18px);
    }

    .sct-global-news-form{
        gap:8px;
    }

    .sct-global-news-form button{
        width:105px;
        font-size:12px;
    }

    .sct-global-links a{
        font-size:17px;
    }
}

@media(min-width:900px){
    .sct-global-footer{
        width:430px;
    }
}
