.caption {
    text-align: center;
    font-style: italic;
}
.subcaption {
    text-align: center;
}
.global-toggle-btn,
.toggle-btn {
    display: block;
    margin: 10px auto;
    padding: 5px 5px;
    color: #224b8d;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    max-width: 120px;
    width: 100%;
}
.toggle-btn:hover {
    color: #f09228;
}

.text-content {
    grid-column: 1 / -1;
    /*margin-top: 20px;*/
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    white-space: pre-wrap;
    font-size: 14px;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.image-wrapper {
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

:root {
    --prog-color: rgb(233,113,50);
    --word-color: rgb(21,96,130);
    --embd-color: rgb(160,43,147);
}
.abstract-content a {
    color: inherit;
    /*color: #0366d6;                !* GitHub blue *!*/
    /*color: #444444;*/
    text-decoration: underline;
}

.abstract-content a:hover {
    text-decoration: underline;
}
