.store_table_header {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.store_empty {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 30vh;
}

.store-row {
    cursor: pointer;
}

.toggle-cell {
    width: 1.5em;
    text-align: center;
    user-select: none;
}

.store-row.expanded .toggle-cell {
    transform: rotate(90deg);
}

.details-row {
    background: #f9f9f9;
}

.store-btn-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
