.yc-dialog-header {
  padding: var(--yc-dialog-header-padding);
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--yc-color-text-primary);
}
.yc-dialog-header__caption {
  font-size: var(--yc-text-subheader-3-font-size);
  line-height: var(--yc-text-subheader-3-line-height);
  font-weight: var(--yc-text-subheader-font-weight);
}