#mrb-bell {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #cc0000;
    color: white;
    padding: 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    z-index: 9999;
}

#mrb-box {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background: #fff;
    width: 340px;
    border: 1px solid #ddd;
    display: none;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.mrb-header {
    background:#cc0000;
    color:#fff;
    padding:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:bold;
}

#mrb-close {
    cursor:pointer;
}

.mrb-list {
    padding:10px;
}

.mrb-item {
    margin-bottom: 10px;
}

.mrb-item a {
    display: flex;
    align-items: center;
    text-decoration:none;
    color:#000;
}

.mrb-item img {
    width: 70px;
    height: 70px;
    margin-left: 10px;
}

.mrb-title {
    font-size: 14px;
    line-height: 1.4;
}
