@prefix: ~'ml-cell-group';

.@{prefix} {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  &-title {
    margin-bottom: 6px;
    font-size: 14px;
    color: var(--info-color-7);
  }
  &-content {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
  }
}
