.rule-description {
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem 1rem 1rem;
}


/* Badge in corner */
.rule-badge {
    position: absolute;
    top: -0.8rem;
    left: 0.6rem;
    /*background-color: #0d6efd; !* Bootstrap primary *!
    color: white;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.9rem;
    */
    font-weight: bold;
    display: flex;
    /*align-items: center;
    justify-content: center;
    box-shadow: 0 0 0.25rem rgba(0,0,0,0.2);*/
    z-index: 1;
}
