/* BRIEFINGSTUDIO — App styles */

body { min-height: 100vh; display: flex; flex-direction: column; }
main.container { flex: 1; }

.navbar-brand .bi { color: #2563eb; margin-right: 0.25rem; }

.card { transition: transform 120ms ease, box-shadow 120ms ease; }
a.card:hover, a.card:focus { transform: translateY(-2px); box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.08) !important; }

.bi-lg { font-size: 1.5rem; }
