/* Site footer credits — light gray type */

.site-footer .footer-html,
.site-footer .footer-html-inner,
.site-footer .moa-footer-credits,
.site-footer .moa-footer-credits p,
.site-footer .footer-html p {
    color: #b0b0b0 !important;
}

.site-footer .moa-footer-credits {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0.02em;
}

.site-footer .moa-footer-credits p {
    margin: 0;
}

.site-footer .moa-footer-credits__copy {
    font-size: 13px;
}

.site-footer .moa-footer-credits__contact {
    font-size: 12px;
}

.site-footer .moa-footer-credits__license {
    margin-top: 2px;
    font-size: 12px;
}

.site-footer .moa-footer-credits a,
.site-footer .footer-html a {
    color: #c4c4c4 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(176, 176, 176, 0.45);
    padding-bottom: 1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.site-footer .moa-footer-credits a:hover,
.site-footer .footer-html a:hover {
    color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, 0.7);
}

@media (max-width: 560px) {
    .site-footer .moa-footer-credits {
        gap: 8px;
        font-size: 12px;
    }

    .site-footer .moa-footer-credits__contact {
        max-width: 22rem;
    }
}
