.title-label-plugin {
    background: #22264c;
    color: white;
    width: fit-content;
    padding: 1px 30px;
    margin: 10px auto 10px;
}
.labelBookDetails {
    position: relative;
    margin: 30px 0;
}

.labelBookDetails>hr{
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
    border: solid .5px #0b0b0b;
    opacity: .6;
}