/**
 * Стили футера сайта (перенесены из Footer.vue / trb-nav / combined.css).
 * Подключение: site-bundle.css или отдельный link.
 */

/* Фон футера (изображение, перенесено из combined.css / character.css) */
.site-footer {
    position: relative !important;
    z-index: 10 !important;
}

.site-footer .site-footer-bg,
.site-footer .Pane-bg {
    background-color: #211510 !important;
    background-image: url(/site/images/bg/Box-leather-grey-light.dbd081854d793025305828b523090901.webp) !important;
    background-position: bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.site-footer.Pane--bgBottom > .Pane-bg {
    background-position: bottom !important;
}

.site-footer .Pane-overlay {
    background: transparent !important;
}

/* Базовые блоки футера */
.site-footer .Pane-content,
.site-footer .gutter-normal.gutter-vertical {
    text-align: center;
}

.nocursor { cursor: default; }

.vavada {
    text-align: center;
    color: #f8b700;
}

.disclaimer {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    margin: 0 auto;
}

.footer-menu a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
    white-space: nowrap;
    background: none !important;
    background-color: transparent !important;
}

.footer-menu a:hover {
    color: #fff;
}

/* Соцсети (SocialLinks) */
.SocialLinks {
    text-align: center;
}

.SocialLinks-title {
    font-size: 1.44rem;
    line-height: 1.5;
    font-family: "Semplicita Pro", "Open Sans", Arial, Helvetica, sans-serif;
    color: #f8b700;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
    font-weight: 700;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (min-width: 720px) {
    .SocialLinks-title { font-size: 1.44rem; }
}

@media (min-width: 1280px) {
    .SocialLinks-title { font-size: 1.44rem; }
}

.SocialLinks-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 14px;
    background: none !important;
    background-color: transparent !important;
}

.SocialLinks-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    text-decoration: none;
    background: none !important;
    background-color: transparent !important;
}

.SocialLinks-link:hover {
    opacity: 0.8;
}

.SocialLinks-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.SocialLinks-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.forum-engine-credit {
    margin-top: 8px;
    font-size: 11px;
    color: #9b8b6b;
    text-align: center;
}

@media (max-width: 768px) {
    .disclaimer {
        font-size: 12px;
        padding: 10px;
    }
    .footer-menu {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .SocialLinks-links {
        justify-content: center;
    }
    .site-footer .Pane-content {
        padding: 10px;
    }
}
