.view-only-rating-popout-window
{
    white-space   : pre-wrap;
    padding       : 14px;
    border-radius : 12px;
    border        : 1px solid rgba(255,255,255,.12);
    background    : rgba(255,255,255,.03);
    min-height    : 160px;
}

.popout-window-editable-input
{
    width         : 120px;
    padding       : 10px 12px;
    border-radius : 10px;
    border        : 1px solid #334155;
    background    : #0b1220;
    color         : #e2e8f0;
    font-weight   : 700;
    text-align    : center;
}