:host {
  display: flex;
  gap: 8px;
  align-items: center;

  .date-time-control {
    width: 160px;
  }

  .edit-icon {
    cursor: pointer;
  }
}

.date-content {
  cursor: pointer;

  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;

  width: 160px;
  height: 28px;
  padding: 0 5px;

  border-bottom: 1px solid var(--color-gray-eee);
}

.icon {
  display: flex;
}
