.cpb-buttons {
    text-align: center;
    margin-top: 20px;
}

.cpb-button {
    display: inline-block;
    padding: 12px 25px;
    margin: 8px;
    background: rgb(46, 107, 198);
    color: white;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    transition: none;
    border: none;
}

.cpb-button:hover {
    background: rgb(46, 107, 198); /* رنگ تغییر نکند */
    transform: none; /* بدون تغییر اندازه */
}
