/*
Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
Copyright (C) 2021 Znuny GmbH, https://znuny.org/

This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
*/

@media screen,projection,tv,handheld {

#FAQRelatedArticles.Hidden {
    display: none !important;
}

#FAQRelatedArticles {
    display: inline-block;
    margin-left: 4px;
    width: 300px;
    padding: 0;
}

#FAQRelatedArticles .WidgetSimple {
    padding-top: 0px;
    border-top: none;
    border: 1px solid #CCCCCC;
}

#FAQRelatedArticles .WidgetSimple .Header h3 {
    height: 16px;
}

#FAQRelatedArticles .WidgetSimple .Content {
    padding: 0;
}

#FAQRelatedArticles .WidgetSimple .Hint {
    padding: 8px;
    color: #666666;
}

#FAQRelatedArticles ul.FAQMiniList li {
    margin-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
    padding: 5px 8px;
}

#FAQRelatedArticles ul.FAQMiniList li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 5px;
}

#FAQRelatedArticles ul.FAQMiniList span {
    display: inline-block;
}

} /* end @media */
