.dl-common-footer {
    width: 100%;
    margin-top: 26px;
    padding: 18px 0;
    border-top: 1px solid rgba(15, 118, 110, 0.08);
    background: transparent;
    text-align: center;
    font-size: 0.9rem;
    color: var(--ink-soft, var(--muted, #64748b));
}

.dl-common-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 18px;
}

.dl-common-footer a {
    color: inherit;
    text-decoration: none;
}

.dl-common-footer a:hover {
    text-decoration: underline;
}

.dl-common-footer a:visited {
    color: inherit;
}

@media (max-width: 560px) {
    .dl-common-footer {
        margin-top: 20px;
        padding: 16px 0 20px;
        font-size: 0.82rem;
        line-height: 1.7;
    }

    .dl-common-footer-inner {
        padding: 0 14px;
    }
}
