
#hbpt-toggle {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: #d6111e;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    z-index: 10000;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

#hbpt-popup {
    position: fixed;
    top: 50px;
    left: 10px;
    width: calc(100% - 20px);
    max-width: 600px;
    background-color: #d6111e;
    color: #ffffff;
    z-index: 9999;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 16px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

#hbpt-popup .hbpt-scroll span {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
}
