/*
 * BLOT - Mentions Biocide (Front)
 * Light, non-intrusive styling (works with your existing "messages" blocks).
 */

.blot-biocide-front{
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.08);
  border-left: 4px solid #00597b;
  background: rgba(0,89,123,.03);
  border-radius: 6px;
  line-height: 1.35;
}

.blot-biocide-front .biocide-prefix{
  font-weight: 700;
  margin-right: 6px;
  white-space: nowrap;
}

.blot-biocide-front .biocide-text{
  display: inline;
}

.blot-biocide-front .biocide-link{
  text-decoration: underline;
}

.blot-biocide-front .biocide-warning{
  display: block;
  margin-top: 6px;
  font-size: 13px;
  opacity: .92;
}

@media (max-width: 575px){
  .blot-biocide-front{
    padding: 10px;
  }
}
