.quickedit__container-inner {
    display: flex;
    flex-wrap: wrap;
}

.quickedit__group {
    flex: 1 0 25%;
    text-align: center;
    margin: 1rem;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 1rem;
    max-width: 150px;
    box-shadow: rgba(32, 33, 36, 0.28) 0 1px 6px;
}

.quickedit__label {
    font-size: 1rem;
}

.quickedit__edit-button {
    display: inline-block;
    margin: 5px;
    border: 1px solid gray;
    padding: .25rem;
}

.quickedit__header {
    padding: 1rem;
    background-color: #eee;
    font-size: 1rem;
}

.quickedit__toggle-container {
    border-top: 1px solid #bbb;
}

.quickedit__field-value {
    cursor: pointer;
}

.btn-default.quickedit__toggle-button {
    margin-top: -1px;
    border-top: none;
    width: 3rem;
    height: 2rem;
    background-image: url(../../../../../../../typo3conf/ext/lpr_quickedit/Resources/Public/Icons/angle-up-solid.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem 2rem;
}

.btn-default.quickedit__toggle-button.collapsed {
    background-image: url(../../../../../../../typo3conf/ext/lpr_quickedit/Resources/Public/Icons/angle-down-solid.svg);
}

.quickedit-popover {
    min-width: 250px;
}

.quickedit-popover .row {
    padding: 0.5rem 0;
    border-bottom: 1px solid lightgrey;
}

.quickedit-popover .row:last-child {
    border: none;
}

.quickedit-popover .field-label {
    font-weight: bold;
}
