/* Custom styles for TarotZane */
.card-img-top {
    height: 200px;
    object-fit: cover;
}

.breadcrumb {
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: bold;
}

footer {
    border-top: 1px solid #dee2e6;
}

/* Theme switcher in footer */
.theme-switcher {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card-img-top {
        height: 150px;
    }
}