details {
    display: inline;
    padding: 0;
    cursor: help;
    margin-bottom: 10px;

}

details>summary {
    display: inline;
    background: none;
    list-style: none;
    /* to remove triangle */
    outline: none;
    /* to remove blue border */
}

details>summary::-webkit-details-marker {
    /* to remove triangle */
    display: inline;
    display: none;
}

details>p {
    padding: 0px 0px;
    margin-bottom: 10px;
    color: rgb(107, 107, 107);
    width: 100%;
}

.footer-text p {
    display: inline-block;
}

.footer-text a {
    display: inline-block;
}

.tooltip.show {
    opacity: 1.0;
}

.tooltip-inner {
    background-color: white;
    opacity: 1.0;
    color: black;
    border: 1px solid black;
    width: max-content;
    max-width: 500px;
}