.scheduledDeliveryList {
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 16px;
}

.schedule {
  align-items: center;
  color: #999999;
  display: flex;
  flex-direction: row;
  font-weight: 400;
  line-height: 1;
  padding: 15px 10px;
  user-select: none;
  cursor: pointer;
}

.scheduleActive {
  color: #333333;
  border-bottom: 1px solid #eeeeee;
}

.schedule p,
.scheduleActive p {
  margin: 0;
}

.radioSelected {
  margin-right: 10px;
}

.scheduledDeliveryOptionsWrapper {
  margin: 10px 10px 0;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.scheduledDeliverySeparator {
  border-bottom: 1px solid #eeeeee;
  margin: 0 10px;
}
