.template-content-label {
    font-weight: 600;
}

.template-header-name {
    max-width: 50%;
}

.collapsible-header-button {
    position: absolute;
    right: 15px;
    top: 8px;
    font-weight: bold;
}

.template-selected {
    background-color: var(--color-grey-light);
}

.template-icon {
    height: 1.7rem;
    margin-right: 1rem;
}

.templateCollapsible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.template-group-headline {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

/* dark theme */
[data-theme="dark"] .template-selected {
    background-color: #888888;
}