@media (max-width: 767px) {
    .webtim-copyright--container {
        text-align: center;
    }
}

.webtim-copyright--container .divider {
    margin-left: 16px;
    margin-right: 16px;
}

.webtim-copyright--container .author__wrapper {
    display: inline-flex;
    align-items: baseline;
}

.webtim-copyright--container .author__wrapper .copy-author-word {
    margin-right: 0;
}

@media (max-width: 767px) {
    .webtim-copyright--container .divider {
        display: none;
    }

    .webtim-copyright--container .author__wrapper {
        display: block;
    }
}

.webtim-copyright--container .webtim-logo--customer-page--svg__container > svg {
    max-width: 116px;
    width: 100%;
    max-height: 22px;
    height: 100%;
}

.webtim-copyright--container .webtim-logo--customer-page--svg__container > svg path.svg-text {
    fill: #666;
}