.fc-heart{position:absolute;top:12px;right:12px;z-index:5;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:rgba(16,41,71,.55);cursor:pointer;transition:transform .15s ease,background .15s ease}
.fc-heart:hover{background:rgba(16,41,71,.75);transform:scale(1.06)}
.fc-heart svg{width:19px;height:19px;fill:none;stroke:#fff;stroke-width:1.8}
.fc-heart.is--bookmarked{background:#fff}
.fc-heart.is--bookmarked svg{fill:#e24b4a;stroke:#e24b4a}
.fc-heart.is--busy{opacity:.6;pointer-events:none}

.fc-bookmark-pill{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 18px;margin:14px 0 4px;border:1px solid #dbe1e6;border-radius:999px;background:#fff;color:#102947;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer}
.fc-bookmark-pill:hover{border-color:#0f2a47}
.fc-bookmark-pill svg{width:18px;height:18px;fill:none;stroke:#102947;stroke-width:1.8;flex:none}
.fc-bookmark-pill.is--bookmarked{background:#0f2a47;border-color:#0f2a47;color:#fff}
.fc-bookmark-pill.is--bookmarked svg{fill:#fff;stroke:#fff}
.fc-bookmark-pill.is--busy{opacity:.6;pointer-events:none}
