/* body {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
} */
.integrum-button {
    background-color: #00a597;
    color: white;
}
.integrum-button:hover {
    background-color: #00c1b1;
    color: white;
}

div.feature {
    display: inline-block;
    align-items: center;
    background-color: #00a597;
    /* 008e00 */
    justify-content: center;
    height: 3rem;
    font-size: 2rem;
    padding: 0 0.75rem;
}
div.footer-style {
    display: flex;
    justify-content: space-between;
}
div.footer-elements {
    display: flex;
    gap: 1rem;
}

@media (max-width: 575px) {
    .footer-style {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .footer-elements {
        display: flex;
        margin-top: 2rem;
        flex-direction: column;
        text-align: center;
    }
    .integrum-info {
        text-align: center;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .footer-style {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .footer-elements {
        margin-top: 2rem;
        justify-content: space-between;
        text-align: center;
    }
    .integrum-info {
        text-align: center;
    }
}

.icon-link {
    color: #00a597;
    text-decoration: none;
}

.icon-link:hover {
    color: #008f83;
}

.icon-link .bi {
    color: #00a597;
}

.icon-link:hover .bi {
    color: #008f83;
}

a.link-underline {
    text-decoration: none
}

a.link-underline:hover {
    text-decoration: underline !important;
    text-decoration-color: #008f83 !important;
    text-underline-offset: 0.3em !important;
    opacity: 0.75 !important;
}

/* HTMX Loading Spinner */
.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator {
    display: block;
}

.htmx-request.htmx-indicator {
    display: block;
}
