.wp-core-ui .ps-button,
.ps-button {
    padding: 5px 10px 5px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    border: 1px solid #E00434;
    background: linear-gradient(180deg, #E00434 0%, #7A021C 122.5%);
    font-family: inherit;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    min-height: 40px;
    min-width: 150px;
    max-width: 100%;
    display: inline-block;
    display: flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.wp-core-ui .ps-button svg,
.ps-button svg {
    margin-right: 13px;
}

.ps-button:focus,
.ps-button:hover {
    color: #fff;
    /*background: linear-gradient(180deg, #7A021C 0%, #E00434 122.5%);*/
}

.wp-core-ui .ps-button--secondary,
.ps-button--secondary {
    border-radius: 800px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: linear-gradient(180deg, #383D54 0%, #1A1D2A 122.5%);
}
.ps-button--secondary:focus,
.ps-button--secondary:hover {
    /*background: linear-gradient(180deg, #1A1D2A 0%, #383D54 122.5%);*/
}