.limiter-options {
    padding: 5px;
    min-width: 80px;
    height: auto;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limiter-options option {
    padding: 5px;
    line-height: 1.5;
    white-space: normal;
}

.ureview-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
