.efb-badge {
    display: block;
    pointer-events: auto;
}

.efb-badge--text {
    background: rgba(0,0,0,0.65);
    color: #fff;
    font: 500 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
}

.efb-anchor {
    position: static; /* link wraps the badge; badge itself is fixed via inline CSS */
    text-decoration: none;
}