/* Section: Jury */
#jury .jury-short-description {
    display: flex;
}

#jury .jury-full-description {
    display: none;
}

.closebutton {
    background-color: var(--color-fuschia);
    border-radius: 50%;
    height: 1.5em;
    width: 1.5em;
    text-align: center;
}