.paragraphs-badge.deprecated {
    background-color: #cc0000;
    font-size: 18px;
    padding: 5px;
    cursor: help;
  }
  
  .deprecated[data-tooltip]:hover::after {
    display: block;
    position: absolute;
    content: attr(data-tooltip);
    border: 2px solid white;
    background: #660000;
    padding: .5em;
    border-radius: 10px;
    font-size: 14px;
    z-index:100;
    color: white;
  }

  .deprecated-paragraph-warning {
    width: 70%;
    margin: 10px auto;
    background-color: #cc0000;
    padding: 10px;
    font-weight: bold;
    color: white;
    border-radius: 15px;
    font-size: 18px;
  }