/**
 * AdUnlocker
 * Powerful browser adblock blocker.
 *
 * @encoding        UTF-8
 * @copyright       (C) 2021 PixPal ( https://pixpal.net/ ). All rights reserved.
 * @support         help@pixpal.net
 **/
.plugins .plugin-title .cc-PixPal img {
  height: 13px;
  width: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  float: none;
  padding: 0;
  margin-right: 2px; }

.plugins .second {
  padding-bottom: 0; }

.pp-rating-stars {
  white-space: nowrap;
  line-height: 1.1;
  display: inline-flex; }
  .pp-rating-stars a {
    outline: none;
    display: inline-block;
    width: 14px; }
    .pp-rating-stars a:hover {
      text-decoration: none !important; }
    .pp-rating-stars a:focus {
      box-shadow: none; }
  .pp-rating-stars .dashicons {
    color: #ffb900;
    font-size: 14px; }

.update-message .pp-line {
  display: block;
  line-height: 5px;
  border-bottom: 1px solid rgba(255, 185, 0, 0.4);
  margin: 5px 0; }
