.article__body {
    word-break: break-word;
}

.callout--warning {
    background-color: #FFF1D6;
    color: #23343d;
    padding-left: 50px !important;
}

.tabs {
    margin-bottom: calc(16px * 1.5);
}

.tabs-link.is-active {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.article-page .tabs-link {
    border-color: #dedede;
    border-width: 0;
    border-radius: 0;
    border-bottom-width: 3px;
    background-color: transparent;
}

.is-hidden, .hidden, [hidden] {
    display: none !important;
}