.copp-audience-scope-note {
    align-items: center;
    background: var(--copp-soft);
    border-left: 3px solid var(--copp-red);
    box-sizing: border-box;
    color: var(--copp-ink-soft);
    display: grid;
    gap: 4px 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    max-width: 100%;
    min-width: 0;
    padding: 12px 16px;
    width: 100%;
}

.copp-audience-scope-note strong {
    color: var(--copp-ink);
    font-size: 13px;
    line-height: 1.25;
}

.copp-audience-scope-note span {
    font-size: 12px;
    line-height: 1.45;
    min-width: 0;
    overflow-wrap: anywhere;
}

.copp-audience-scope-note a {
    border-bottom: 1px solid currentColor;
    color: var(--copp-red);
    font-size: 12px;
    font-weight: 800;
    justify-self: end;
    text-decoration: none;
    white-space: nowrap;
}

.copp-audience-scope-note a:hover,
.copp-audience-scope-note a:focus-visible {
    color: var(--copp-ink);
}

@media (max-width: 767.98px) {
    .copp-audience-scope-note {
        grid-template-columns: 1fr;
    }

    .copp-audience-scope-note a {
        justify-self: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .copp-audience-scope-note a {
        transition: none;
    }
}
