/**
 * Kogao 4 - Classified Software
 * (c) 2009-2022 Kogao Marktplatz
 *
 * @package kogao
  * @buy     https://www.kogao-marktplatz.com/
 * @support https://www.kogao-marktplatz.com/
 *
 */

/*Admin Plugin*/
.check_fail {background: indianred; color: white;}
.check_fail::after  {color: white; content: " - Nicht installiert";}
.check_ok::after  {content: " - Installiert👍";}


/*SEO: H1 on category and browse pages*/
.CategoryPageH1 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 8px;
    padding: 0;
    color: #333;
}

/*mylist Search*/
.searchright {
    float: right;
    right: 0px;
    position: relative;
    font-size: 14px;
}