.rvpw-title {
    text-align: center;
}

.rvpw-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 100px);
    gap: 10px;
    justify-content: center;
    padding: 10px;
}

.rvpw-box {
    padding: 0 7px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    display: block;
}
