.audience-tags a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    border: 1px solid rgba(19, 32, 51, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .36);
    padding: 11px 18px;
    color: inherit;
    font-size: .84rem;
    font-weight: 750;
    text-decoration: none;
    transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.audience-tags a:hover,
.audience-tags a:focus-visible {
    transform: translateY(-5px) rotate(-1deg);
    border-color: rgba(19, 32, 51, .48);
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 12px 28px rgba(85, 63, 14, .12);
    outline: none;
}

.article-content aside .eyebrow {
    margin-bottom: 10px;
}

.article-cta-phone {
    display: inline-flex;
    margin-left: 16px;
    color: #765912;
    font-weight: 800;
    text-decoration: none;
}

.article-cta-phone:hover {
    text-decoration: underline;
}

@media (max-width: 560px) {
    .article-cta-phone {
        display: flex;
        margin: 16px 0 0;
    }
}
