.wcpgb-group-actions {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.wcpgb-join-group, .wcpgb-leave-group {
    display: inline-block;
    padding: 8px 16px;
    margin-right: 10px;
    background-color: #0073aa;
    color: #ffffff !important;;
    text-decoration: none;
    border-radius: 3px;
}

.wcpgb-join-group:hover, .wcpgb-leave-group:hover {
    background-color: #005177;
}

.wcpgb-progress {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

.wcpgb-success {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.wcpgb-group-price {
    font-size: 0.9em;
    color: #e74c3c;
}