/**
 * Reelfeed CTA button cards — styling counterpart to assets/js/feed-button.js.
 * Sits inside .feed-item__body, right after the title.
 */
.feed-item__cta {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--amber);
    color: var(--ink);
    font-family: var(--utility);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}
