/* == /var/www/tartan/releases/master_20251017_2021/application/assets/css/rpe.css == */ 
.rpe-scale {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 20px 0;
}
.rpe-btn {
    flex: 1;
    margin: 0 2px;
    text-align: center;
    padding: 14px 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    user-select: none;
    transition: transform 0.15s ease, opacity 0.15s ease;
    touch-action: manipulation;
}
.rpe-btn.active {
    outline: 3px solid #000;
    transform: scale(1.15);
}
.rpe-btn:active {
    opacity: 0.8;
    transform: scale(1.1);
}
.rpe-desc {
    text-align: center;
    margin-top: 12px;
    font-style: italic;
    font-size: 16px;
}

