.work-item-form-collapsible-section .work-item-form-collapsible-header {
  border-bottom:  1px solid;
  border-bottom-color: rgba( 234, 234, 234 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
  .work-item-form-collapsible-section .work-item-form-collapsible-header:hover {
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1));
    border-bottom-color: rgba( 199, 224, 244 ,  1 );
    border-bottom-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 ); }
    .work-item-form-collapsible-section .work-item-form-collapsible-header:hover .bolt-icon-button {
      color: rgba(0, 90, 158, 1);
      color: var(--communication-foreground,rgba(0, 90, 158, 1)); }

.work-item-form-collapsible-section .work-item-form-toggle {
  opacity: 0; }
  .work-item-form-collapsible-section .work-item-form-toggle.collapsed, .work-item-form-collapsible-section .work-item-form-toggle:focus {
    opacity: 100; }

.work-item-form-collapsible-section:hover:not(.disabled) .work-item-form-toggle {
  opacity: 100; }

.work-item-form-collapsible-section .work-item-form-collapsible-section-content.collapsed {
  height: 0px;
  visibility: hidden; }
  .work-item-form-collapsible-section .work-item-form-collapsible-section-content.collapsed .new-comment-div {
    visibility: hidden; }

.work-item-form-collapsible-section:focus-within:not(.disabled) .work-item-form-toggle {
  opacity: 100; }

.work-item-form-expanded-section-container .hidden {
  display: none; }

.work-item-from-fullscreen-content .rooster-wrapper {
  max-height: unset !important; }
  .work-item-from-fullscreen-content .rooster-wrapper .lean-rooster {
    max-height: unset !important; }

.work-item-form-section-dark-theme-override .html-editor *[style]:not(a):not(pre):not(.mention-widget-workitem *) {
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: var(--background-color,rgba(255, 255, 255, 1)) !important;
  color: rgba(0, 0, 0, .9) !important;
  color: var(--text-primary-color,rgba(0, 0, 0, .9)) !important; }
