.wpl184-button-holder {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    margin-bottom: 0px !important;
}

.wpl184-button {
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 0 20px !important;
    transition: 0.3s !important;
    font-size: 0.85rem !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65) !important;
    text-decoration: none !important;
}

.wpl184-button:focus, .wpl184-button:active, .wpl184-button:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.wpl184-button.small {
    height: 35px !important;
    padding: 0 20px !important;
    font-size: 0.85rem !important;
}

.wpl184-button.medium {
    height: 50px !important;
    padding: 0 30px !important;
    font-size: 1rem !important;
}

.wpl184-button.large {
    height: 70px !important;
    padding: 0 40px !important;
    font-size: 1.2rem !important;
}

.wpl184-alert-holder {
    display: block !important;
    margin-bottom: 15px !important;
    padding: 10px !important;
    border-radius: 4px !important;
    text-shadow: 0 1px 0 #fff !important;
    border: 1px solid transparent !important;
}

.wpl184-alert-holder.blue {
    background: #ebf7fd !important;
    color: #2d7091 !important;
    border-color: rgba(45, 112, 145, 0.3) !important;
}

.wpl184-alert-holder.success {
    background: #f2fae3 !important;
    color: #659f13 !important;
    border-color: rgba(101, 159, 19, 0.3) !important;
}

.wpl184-alert-holder.warning {
    background: #fffceb !important;
    color: #e28327 !important;
    border-color: rgba(226, 131, 39, 0.3) !important;
}

.wpl184-alert-holder.danger {
    background: #fff1f0 !important;
    color: #d85030 !important;
    border-color: rgba(216, 80, 48, 0.3) !important;
}

.wpl184-button-warning-text {
    display: flex !important;
    width: 100% !important;
    width: 100% !important;
    font-size: 1rem;
    justify-content: center !important;
}
.wpl184-button-warning-text + .wpl184-button-warning-text {
    display: none !important;
}