/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.overlay-panel-heading-row {
  width: 100%;
  margin-bottom: 20px;
}

.overlay-panel-heading-row .left-section {
  display: inline-block;
  width: 100%;
}

.overlay-panel-heading-row .left-section .vertical-line {
  border-left:  1px;
  border-left-color: rgba( 0, 0, 0 ,  1 ) solid;
  border-left-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 ) solid;
  margin: 0 10px 0 10px;
}

.overlay-panel-heading-row .left-section .overlay-panel-heading-label {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
}

.overlay-panel-heading-row .left-section .overlay-panel-heading-info {
  vertical-align: inherit;
}

.overlay-panel-heading-row .left-section .overlay-panel-heading-info-icon {
  font-size: 16px;
}

.overlay-panel-heading-row .left-section .description-container {
  font-size: 12px;
}

.overlay-panel-heading-row .left-section .description-container .description-icon {
  margin-right: 7px;
}

.overlay-panel-heading-row .left-section .description-container .description-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.overlay-panel-heading-row .left-section .overlay-panel-heading-link-container {
  padding: 1px;
}
