.nmc-site-credit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 8px 16px;
    background: #f4f7fa;
    border-top: 1px solid #e2e8ee;
    color: #3d5368;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.35;
}

.nmc-site-credit__created {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: inherit;
}

.nmc-site-credit__created.is-empty {
    display: none;
}

.nmc-site-credit__name {
    font-weight: 700;
    color: #122033;
    text-decoration: none;
}

a.nmc-site-credit__name:hover,
a.nmc-site-credit__name:focus {
    text-decoration: underline;
}

.nmc-site-credit__tag {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
}
