.wt26-footer {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.wt26-footer a {
    color: inherit;
    text-decoration: underline;
}

.wt26-footer a:hover,
.wt26-footer a:focus {
    text-decoration: none;
}

.wt26-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.wt26-footer__text {
    flex: 1 1 auto;
}

.wt26-footer__logo {
    flex: 0 0 130px;
    width: 130px;
}

.wt26-footer .wt26-footer__logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.wt26-footer__edit-link {
    margin-left: 6px;
}

.wt26-footer__debug {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.85;
}

.wt26-footer__debug-title {
    font-weight: 700;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .wt26-footer__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .wt26-footer__logo {
        flex: 0 0 110px;
        width: 110px;
    }
}
