.chseo-footer-attribution__container {
    position: relative;
    z-index: 9;
}

.chseo-footer-attribution {
    width: 100%;
    margin: 0;
    padding: 14px 0 22px;
    text-align: center;
    font-family: var(--wdtFontTypo_Base, inherit);
    font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.875rem);
    line-height: 1.6;
    color: var(--wdtAccentTxtColor, currentColor);
}

.chseo-footer-attribution::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 0 12px;
    background: rgba(0, 0, 0, 0.12);
    background: rgba(var(--wdtSecondaryColorRgb), 0.12);
}

.chseo-footer-attribution__text {
    margin: 0;
    opacity: 0.92;
}

.chseo-footer-attribution__link {
    color: inherit;
    font: inherit;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
    transition: color var(--wdtAltTransition, 0.3s ease), text-decoration-color var(--wdtAltTransition, 0.3s ease);
}

.chseo-footer-attribution__link:hover,
.chseo-footer-attribution__link:focus-visible {
    color: var(--wdtLinkHoverColor, inherit);
    text-decoration-color: currentColor;
}

.chseo-footer-attribution__link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .chseo-footer-attribution {
        padding: 12px 0 18px;
    }
}
