POSITION
.position {
    top: 27px;
    font-size: 14px;
    font-weight: bold;
    width: 180px;
}

.position>span {
    display: block;
    background-color: #fff;
    text-align: center;
    width: 100%;
    height: 29px;
    line-height: 29px;
    background: #FFFFFF;
    box-shadow: inset 0px 5.48621px 5.48621px rgba(0, 0, 0, 0.25);
    border-radius: 48px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}

.position>span:first-child {
    margin-bottom: 4px;
}

.num-girls {
    color: #00AFF0;
}

.position>span img {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .position {
        left: auto;
        right: 30px;
        top: 10px;
        transform: none;
        width: 140px;
        font-size: 11px;
    }
}