/* Custom CSS for BookTool */

.notification-badge {
    /* Adjust font size - make it smaller */
    font-size: 0.65em; 
    /* Adjust padding - reduce space inside the badge */
    padding: 0.2em 0.4em;
}

.bt-logo {
    height: 36px;
    width: 36px;
    object-fit: contain;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}