/* Joined events borrow the host event-card system with guest-specific details. */
.festivo-joined-toolbar { align-items: center; }.festivo-joined-filters { display: flex; flex-wrap: wrap; gap: 0.4rem; }.festivo-joined-filters a { background: #fff; border: 1px solid #e4def0; border-radius: 99px; color: #71687e; font-size: 0.74rem; font-weight: 800; padding: 0.48rem 0.7rem; text-decoration: none; }.festivo-joined-filters a:hover, .festivo-joined-filters a.is-active { background: #6847ff; border-color: #6847ff; color: #fff; }.festivo-joined-host { color: #837a91; display: block; font-size: 0.7rem; font-weight: 800; margin-bottom: 0.55rem; }.festivo-joined-host i { color: #7d60df; margin-right: 0.25rem; }
@media (max-width: 767px) { .festivo-joined-toolbar { align-items: flex-start; flex-direction: column; gap: 0.8rem; }.festivo-joined-filters { width: 100%; }.festivo-joined-filters a { flex: 1; text-align: center; } }
