.details-line span::after {
    content: "|";
    margin: 0 0.5rem;
}

.details-line span:last-child::after {
    content: "";
}

.program-detail-thead {
    background-color: #CCCCCC !important;
    font-weight: normal;
}

.responsible-persons-table {
    font-size: 1rem;
    line-height: 1;
}

.info {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: x-large;
}

.card {
    margin: 0.5rem 0 0.5rem 0;
    border-radius: 0rem;
}

.card-title {
    margin: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.triangle {
    display: inline-block;
    transition: transform 0.3s ease;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    margin-right: 0.5rem;
}

.card-title.collapsed .triangle {
    transform: rotate(-90deg);
}

.study-plan-group {
    border-width: 1px;
    border-style: solid;
}

.study-plan-table {
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: small;
}

.text-block {
    white-space: pre-wrap;
    font-family: inherit;
    margin-bottom: 1em;
}