div.cCommunity_Hero {
    margin-right: 0;
}

img[width="1"][height="1"] {
    display: none;
}

.forceChatterFeedItemHeader div p span:nth-child(3).forceChatterEntityLink[data-id^="005"] {
    visibility: hidden;
    cursor: auto;
}

.forceChatterFeedItemHeader div p span:nth-child(3).forceChatterEntityLink[data-id^="005"]::before {
    content: "Community";
    visibility: visible;
    position: absolute;
    display: inline;
}

.forceChatterFeedItemHeader div p .forceChatterEntityLink[data-id^="005"] + span:not(.label_applied) {
    visibility: hidden;
    cursor: auto;
}

.forceChatterFeedItemHeader div p .forceChatterEntityLink[data-id^="005"] + span:not(.label_applied)::before {
    content: "\00a0(Community Member)";
    visibility: visible;
    position: absolute;
    display: inline;
}

.forceChatterComment div p .forceChatterEntityLink[data-id^="005"] span.cuf-entityAdditionalLabel:not(.label_applied) {
    visibility: hidden;
    cursor: auto;
    display: inline-block;
    width: 150px;
}

.forceChatterComment div p .forceChatterEntityLink[data-id^="005"] span.cuf-entityAdditionalLabel:not(.label_applied)::before {
    content: "\00a0(Community Member)";
    visibility: visible;
    position: absolute;
    display: inline;
}
/* 
SP-7142
*/
.topSection div.slds-no-space div.slds-grid--vertical div.communityRole:not(.label_applied) {
    visibility: hidden;
    cursor: auto;
}

.topSection div.slds-no-space div.slds-grid--vertical div.communityRole:not(.label_applied)::before{
    content: "\00a0(Community Member)";
    visibility: visible;
    position: absolute;
    display: inline;
}

.optionItemContainer {
    display: none;
}


/* FR KB OVERRIDE CSS  */

.card.panel.panel-info.bspnote.bspnote-border-info {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header.panel-heading.alert-info {
    background-color: #cff4fc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
}

.card-body.panel-body.bspnote-content {
    padding: 16px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

h5.bspnote-title {
    margin: 0!important;
    font-size: 16px!important;
    color: #333;
}

span.codeblock {
    background-color: black;
    color: white;
    border-radius: 5px;
    font-family: monospace;
    display: block;
    position: relative;
    word-break: break-word;
    white-space: pre-wrap;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #2b2b2b;
    color: #bababa;
    display: block;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: .875em;
}

span.codeblock.hljs.language-json {
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    background: #1e1e1e;
    position: relative;
    word-break: break-word;
    white-space: pre-wrap;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #2b2b2b;
    color: #bababa;
    display: block;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: .875em;
    border-radius: .375rem;
}

span.hljs-attr {
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-break: break-word;
    white-space: pre-wrap;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: .875em;
    box-sizing: border-box;
    color: #9cdcfe;
}

span.hljs-punctuation {
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-break: break-word;
    white-space: pre-wrap;
    color: #bababa;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: .875em;
    box-sizing: border-box;
}

span.hljs-string {
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-break: break-word;
    white-space: pre-wrap;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: .875em;
    box-sizing: border-box;
    color: #d69d85;
}
.table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    box-shadow: 0px 4px 8px rgba(1, 1, 1, 0.1);
  }
  .table th, .table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
  }
  .table thead th {
    background-color: #F2F2F2;
    color: #333;
    font-weight: bold;
  }
  .table tbody tr:nth-child(even) {
    background-color: #F9F9F9;
  }
  .table tbody tr:hover {
    background-color: #F1F1F1;
  }
  code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word;
}
article .codeblock a {
    pointer-events: none !important;
    color: #bababa;
    text-decoration: none !important; 
}
article .alert-danger{
    background-color: #f8d7da;
    padding: 10px;
    border-radius: 2px;
}
.bspnote-border-danger {
     border-radius: 7px;
    box-shadow: 0 .5rem 1rem #00000026;
}

.alert-secondary{
   background-color: #e2e3e5;
    padding: 10px;
    border-radius: 3px;
    
}
.alert-warning{
   background-color: #fff3cd;
    padding: 10px;
    border-radius: 5px;
    
}
.panel-secondary{
    border-radius: 5px;
}
.hljs-attr, .hljs-attribute {
    color: #9cdcfe;
}
.hljs-string, .hljs-meta .hljs-string {
    color: #d69d85;
}
.hljs-keyword, .hljs-literal, .hljs-symbol, .hljs-name {
    color: #569cd6;
}
.hljs-variable, .hljs-template-variable {
    color: #bd63c5;
}
.hljs-built_in, .hljs-type {
    color: #4ec9b0;
}
.hljs-comment, .hljs-quote {
    color: #57a64a;
    font-style: italic;
}
.hljs-number, .hljs-class {
    color: #b8d7a3;
}
article .bspnote-border-warning {
    margin-bottom: 1rem;
    margin-bottom: 3;
    border-radius:5px;
    box-shadow: 0 .5rem 1rem #00000026;
}