/** BEGIN Knowledge Detail Page **/
.comm-page-article .comm-related-articles {
  background-color: #f6f6f6;
  border-top: 4px solid var(--x7s-adtalem-green);
  display: block;
  padding: 25px;
}

.comm-page-article .comm-related-articles h2 {
  color: var(--x7s-adtalem-blue-dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
}

.comm-page-article .comm-related-articles a {
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.comm-page-article .comm-related-articles .slds-border_bottom {
  border-bottom: none;
}

.comm-page-article .comm-related-articles a {
  padding: 5px 0;
}

.comm-page-article .comm-related-articles a span {
  font-weight: 600;
  text-decoration: underline;
  word-break: break-word;
}

.comm-page-article .comm-related-articles .comm-related-articles__item div {
  display: none;
}

.comm-page-article .forceCommunityBreadcrumbs a, .comm-page-topic .forceCommunityBreadcrumbs a {
  color: white;
  text-decoration: none;
}

.comm-page-article .forceCommunityBreadcrumbs a:hover, .comm-page-topic .forceCommunityBreadcrumbs a:hover {
  text-decoration: underline;
}

.comm-page-article .slds-breadcrumb .slds-list__item:before, 
.comm-page-article .slds-breadcrumb .slds-breadcrumb__item:before, 
.comm-page-topic .slds-breadcrumb .slds-list__item:before, 
.comm-page-topic .slds-breadcrumb .slds-breadcrumb__item:before {
  color: white;
}

.comm-page-article .forceCommunityLwcRecordHeadline .profilePicWrapper {
  display: none;
}

.comm-page-article .forceCommunityLwcRecordHeadline .slds-page-header {
  padding-left: 0;
}

@media only screen and (max-width: 600px) {
  .comm-page-article .forceCommunityLwcRecordHeadline .slds-page-header {
    padding-left: 20px;
  }
} 

.comm-page-article .forceCommunityLwcRecordHeadline .entityNameTitle {
  display: none;
}

.comm-page-article .forceCommunityLwcRecordHeadline .slds-page-header__title {
  font-family: var(--x7s-font-requiem);
  font-size: 28px;
  max-height: 100%!important;
}


.comm-page-article .selfServiceArticleLayout .meta {
  display: none;
}

/** Hides unwanted article fields **/
.comm-page-article .forcePageBlockItem:not(.long-text) {
  display: none;
}

.comm-page-article .forcePageBlockItem.has-tooltip {
  display: none;
}

.comm-page-article .slds-form-element_readonly {
  border-bottom: none;
}

@media only screen and (min-width: 48em) and (min-aspect-ratio: 4 / 3), only screen and (min-width: 64.0625em) {
  .comm-page-article .selfServiceArticleLayout.article-column {
    padding-bottom: 10px;
    padding-left: 0;
  }
}

.comm-page-article .forceRelatedListSingleContainer .slds-media__figure {
  display: none;
}
/** END Knowledge Detail Page **/

/** START Case Submission Page **/
.uiMenuList--default .uiMenuItem>a, .uiMenuList--default .uiMenuItem>span {
  font-weight: 600;
}
/** END Case Submission Page **/

/** START Knowledge Article Detail Related Files **/
.comm-page-article .forceRelatedListSingleContainer .slds-media__figure {
  display: none;
}

.comm-page-article .forceRelatedListSingleContainer .slds-card {
  background-color: rgb(246, 246, 246);
  border: none;
  border-top: 4px solid var(--x7s-adtalem-green);
  border-radius: 0;
}

.comm-page-article .forceRelatedListSingleContainer .forceRelatedListCardHeader .baseCard__header-title-container {
  color: var(--x7s-adtalem-blue-dark);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.comm-page-article .forceRelatedListSingleContainer .forceRelatedListCardHeader .baseCard__header-title-container span {
  font-weight: 600;
}

.comm-page-article .forceRelatedListSingleContainer .forceRelatedListCardHeader .forceDeferredDropDownAction {
  display: none;
}

.comm-page-article .forceRelatedListSingleContainer ul li {
  background-color: rgb(246, 246, 246);
}

.comm-page-article .forceRelatedListSingleContainer .secondaryFields {
  display: none;
}

.comm-page-article .forceRelatedListSingleContainer .slds-card__body_inner {
  border: none;
  padding-block: 10px;
}

.comm-page-article .forceRelatedListCardDesktop.headerBottomBorder .slds-page-header {
  background-color: rgb(246, 246, 246);
  border: none;
}

.comm-page-article .forceRelatedListSingleContainer .itemTitle {
  font-weight: 600;
}

force-list-view-manager-status-info {
	display: none;
}

div.slds-grid.forceActionsContainer {display: none;}
div.supportFeedContainerForPreview {display: none;}
div.forceVirtualAction {display: none;}
/** END Knowledge Article Detail Related Files **/