/* Custom styles for Intalos AI documentation */

/* Hide share button */
#share-btn {
    display: none !important;
}

/* Reduce footer font size by 50% and center text */
footer {
    font-size: 0.5em !important;
    text-align: center !important;
}

footer p {
    font-size: 1em !important;
    text-align: center !important;
}

footer a {
    font-size: 1em !important;
}

