/* assets/styles/app.css */

/* Slightly nicer defaults while staying Bootstrap-first */
:root {
    --mom-radius: 0.75rem;
}

/* Give cards a softer modern look */
.card {
    border-radius: var(--mom-radius);
}

/* Make the sidebar card feel “app-like” */
@media (min-width: 992px) {
    aside .card {
        position: sticky;
        top: 5.25rem; /* below sticky navbar */
    }
}

/* Better link group spacing */
.list-group-item {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

/* Improve readability of long text blocks */
.card-body p {
    line-height: 1.6;
}

.app-icon {
    font-size: 1.1rem;
    vertical-align: -0.12em;
}

.additional_properties{
    z-index: 9999;
}

a:active, a:link, a:visited {text-decoration: none;}
