/* Game Scenario Manager - Custom Styles */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container.mt-4 {
    flex: 1;
}

.card {
    transition: box-shadow 0.2s ease;
}

.card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.12)!important;
}

.breadcrumb {
    background: none;
    padding: 0;
}

pre code {
    font-size: 0.85rem;
}

.badge {
    font-weight: 500;
}

/* Asset card thumbnails */
.card-img-top {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/* Navbar brand icon */
.navbar-brand i {
    font-size: 1.3rem;
}
