.hybridcloud-card-dropdown-actions-icon.hybridcloud-card-dropdown-actions-icon,
.theme-hybridcloud .hybridcloud-card-dropdown-actions-icon,
.theme-hybridcloud-dark .hybridcloud-card-dropdown-actions-icon {
  color: var(--color-fill1-6, #848484);
  cursor: pointer;
  margin-top: -1px;
  &::before {
    font-size: 24px;
    width: 24px;
  }
}
.next-card {
  .next-card-header {
    font-size: 0;
  }
  .next-card-content-container {
    @include hybridcloud-scrollbar;
  }
  .next-card-header-title {
    line-height: 22px;
    font-weight: var(--font-weight-medium);
  }
  .next-card-content-container + :not(.next-card-divider).next-card-actions {
    padding-top: 0;
  }
  .next-card-header-extra {
    position: relative;
    font-size: 12px;
    line-height: 22px;
  }
}

