/* Force KB article links to wrap */
a,
.KBArticle__title,
.KbList__title,
.KbList__title a,
.SolutionList__title,
.SolutionList__title a,
.ArticleList__title,
.ArticleList__title a {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

/* Let list items grow taller if needed */
li,
.KbList__listItem,
.ArticleList__item,
.SolutionList__item {
    height: auto !important;
    min-height: 0 !important;
}
/* Remove follow widget and subscription text */
[data-id="category_follow"],
[data-id="section_follow"],
[data-id="article_follow"],
[class*="follow"],
[class*="subscribe"] {
    display: none !important;
}
/* Knowledge Base button */
#portal_tabSolutions,
#portal_tabSolutions a {
    background-color: #1292a8 !important;
    color: #ffffff !important;
    padding: 6px 12px !important;
    border-radius: 999px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    display: inline-block !important;
    line-height: 1.2 !important;
}

/* Remove any weird extra line from pseudo-elements */
#portal_tabSolutions::before,
#portal_tabSolutions::after,
#portal_tabSolutions a::before,
#portal_tabSolutions a::after {
    content: none !important;
    display: none !important;
}

/* Hover */
#portal_tabSolutions:hover,
#portal_tabSolutions a:hover {
    background-color: #0f7e91 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}
