.dtc-collapsible.cd-environment-gates-collapsible.gates-zero .empty-separator {
  margin-top: 10px;
}

.gates-section-header .section-header-toggle-content {
  float: right;
}

.gates-section-header .panel-section-sub-header {
  display: inline-flex;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

.vss-focus-visible .gates-section-header .panel-section-sub-header:focus {
  outline: 1px solid rgba( 0, 0, 0 ,  1 );
  outline: 1px solid rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

@media screen and (-ms-high-contrast: active) {
  .vss-focus-visible .gates-section-header .panel-section-sub-header:focus {
    outline: 1px dashed windowtext !important;
  }
}

.gates-section-header .panel-section-sub-header.disabled {
  cursor: default;
}

.gates-section-header .panel-section-sub-header .sub-header-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.gates-section-header .panel-section-sub-header .sub-header-label .sub-header-icon {
  padding-right: 7px;
  padding-bottom: 2px;
  font-size: 16px;
  vertical-align: bottom;
}

.gates-section-header .panel-section-sub-header .sub-header-label .sub-header-icon.gate-error-icon {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.dtc-collapsible .title-container i.chevron {
  margin-left: 6px;
  margin-right: 0px;
  font-size: 16px;
  vertical-align: top;
  padding-top: 4px;
}
