.reserve-icon {
    position: relative;
    display: inline-block;
}

#reserve-count {
    position: absolute;
    top: -5px;
    right: -10px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
