.detail--info-box li a {
    color: #4f4f4f;
    text-decoration: underline;
}

.reviews--radio + .inp{
    display: flex;
    align-items: end;
    flex-direction: row-reverse;
    gap: 10px;
}

.review-form .inp img.captcha{
    width: 100%;
    margin-top: 21px;
}

.hashtags{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 5px 7px;
}

.hashtags li{
    margin: 0 !important;
}

.hashtags li::before{
    display: none !important;
}

.video-block .ui-video-player{
    max-width: 100%;
}

.girl--no-prepayment {
    color: var(--theme) !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.girl--no-prepayment svg.icon {
    min-width: 12px;
    width: 12px;
    height: 12px;
}