/**
 * @author PluginIsle
 * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
 */

.pi-setdiscounts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.pi-setdiscount-action-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-weight: 600;
}