/* Feedivo — small custom layer on top of Bootstrap 5 */

:root {
    --feedivo-accent: #5b53e0;
}

.navbar-brand { letter-spacing: -0.02em; }

.feed-card { transition: box-shadow .15s ease; }
.feed-card:hover { box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08) !important; }

.post-thumb {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    border-radius: .5rem;
    background: var(--bs-secondary-bg);
}

.token-pill {
    font-family: var(--bs-font-monospace);
    word-break: break-all;
}

.badge-platform-instagram { background: #c13584; }
.badge-platform-facebook  { background: #1877f2; }
