.ts-footer-heading-v1 {
    margin: 0 0 14px;
    color: #d8e0ee;
    font-size: 17px;
    font-weight: 850;
    letter-spacing: .015em;
    text-transform: uppercase;
}

.ts-footer-copy-v1,
.ts-footer-brand-description-v1 {
    margin: 0;
    color: #9eacc0;
    font-size: 13px;
    line-height: 1.65;
    white-space: pre-line;
}

.ts-footer-responsible-v1 {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.ts-footer-age-v1 {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 2px solid #ff3b1f;
    border-radius: 999px;
    color: #ff4b31;
    background: rgba(255, 59, 31, .06);
    font-size: 14px;
    font-weight: 900;
    box-shadow:
        0 0 0 4px
        rgba(255, 59, 31, .025);
}

.ts-footer-responsible-body-v1 {
    min-width: 0;
}

.ts-footer-warning-v1 {
    margin: 9px 0 0;
    color: #c6a978;
    font-size: 12px;
    line-height: 1.55;
    white-space: pre-line;
}

.ts-footer-copyright-v1 {
    color: #8190a5 !important;
    font-size: 12px !important;
}

@media (max-width: 767px) {
    .ts-footer-heading-v1 {
        margin-top: 5px;
        font-size: 15px;
    }

    .ts-footer-copy-v1,
    .ts-footer-brand-description-v1 {
        font-size: 12px;
    }

    .ts-footer-responsible-v1 {
        gap: 10px;
    }

    .ts-footer-age-v1 {
        width: 42px;
        height: 42px;
        font-size: 13px;
    }
}
