
.wp-block-my-plugin-note-block{
    width: 14rem;
    background-color: #f5f9fc;
    position: relative;
}
.wp-block-my-plugin-note-block:before{
    content: "";
    border-bottom: 3rem solid #a8bfdf;
    border-left: 3rem solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.inkylab-note-container{
    padding: 1.5rem;
}



.wp-block-my-plugin-note-block .inkylab-note-title{
    color: #5180c1;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}
.inkylab-note-description{
    margin-bottom: 2rem;
}
.wp-block-my-plugin-note-block .inkylab-note-description:before{
   content: "";
    width: 55%;
    height: 1px;
    display: block;
    background-color: black ;
    margin-bottom: 1rem;
}
.wp-block-my-plugin-note-block .inkylab-note-title:before{
    content: "";
    background: url("../img/Icon-link.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    display: block;
    margin-right: .5rem;
}
