/*
 Theme Name:   Astra Child
 Theme URI:    https://mysstory.ru
 Description:  Дочерняя тема для Astra
 Author:       Marat Gabdulbarov
 Author URI:   https://mysstory.ru
 Template:     astra
 Version:      1.0.0
*/

/* Разделение кнопок на странице истории бонусов */
.pv-history form button {
    margin-right: 10px;
}
.pv-history form button:last-child {
    margin-right: 0;
}

.pv-history form button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}
.pv-history form button:hover {
    background-color: #005a87;
}

