.o-m-guide__header {
  height: 96px;
  padding: 20px;
  background-color: #fff;
}
.o-m-guide__header-title {
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
.o-m-guide__header-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}
.o-m-guide__header-info-desc {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.o-m-guide__header-info-action {
  color: var(--o-m-primary);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.o-m-guide-flow {
  padding: 16px 20px;
  background-color: rgb(243, 244, 247);
}
.o-m-guide-flow__card {
  padding-top: 16px;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
}
.o-m-guide-flow__card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 16px;
}
.o-m-guide-flow__card-header-title {
  color: #1d2129;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.o-m-guide-flow__card-header-action {
  color: rgba(0, 0, 0, 0.447);
  cursor: pointer;
  transition: all 0.2s;
}
.o-m-guide-flow__card-header-action:hover {
  transform: rotateZ(360deg);
}
.o-m-guide-flow__card-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}