.indigo-pointer {
    cursor: pointer;
}

.indigo-image-center-fit {
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .indigo-container {
        max-width: 100%;
    }
}

.indigo-map {
    margin-bottom: 1rem;
    height: 65vh;
}

.indigo-page-unavailable-back-button {
    padding: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.indigo-page-unavailable-back-button-link {
    color: #1f365c;
    font-weight: 500;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
}

.indigo-config-row {
    align-items: center;
}

.indigo-config-row:hover {
    background-color: rgba(0,0,0,0.025);
}

.card-header .card-header-right .btn+.btn {
    margin-left: .3rem;
}

.text-clamp {
    cursor: pointer;
}

.show-more-on {
    display: none;
}
.show-more-on.collapsed {
    display: block;
}
.show-more-off {
    display: none;
}
.collapse.show .show-more-off {
    display: block;
}

body.full-h {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body.full-h > div.main-content {
    flex: 1 0 auto;
}
body.full-h > div.indigo-footer {
    margin-top: auto;
}
body.full-h > div.main-content + div.indigo-footer {
    margin-top: unset;
}
body:not(.full-h) > div.main-content {
    min-height: 800px;
}
