.helpy-btn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #d9cdee;
    border-radius: 14px;
    background: #ffffff;
    color: #6f36b6 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(17, 24, 39, 0.05);
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease, color .15s ease;
}

.helpy-btn:hover,
.helpy-btn:focus {
    transform: translateY(-1px);
    border-color: #c7b4eb;
    box-shadow: 0 10px 24px rgba(111, 54, 182, 0.10);
    text-decoration: none !important;
    color: #5f2faa !important;
}

.helpy-btn:focus-visible,
.helpy-iconbtn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(111, 54, 182, 0.16), 0 10px 24px rgba(111, 54, 182, 0.10);
}

.helpy-btn__icon,
.helpy-btn .dashicons {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    font-size: 18px;
    line-height: 18px;
    color: inherit !important;
}

.helpy-btn__label {
    color: inherit !important;
}

.helpy-btn--primary {
    border-color: #7a53cb;
    background: #7a53cb;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(122, 83, 203, 0.20);
}

.helpy-btn--primary:hover,
.helpy-btn--primary:focus {
    border-color: #6944ba;
    background: #6944ba;
    color: #ffffff !important;
}

.helpy-btn--secondary {
    border-color: #d9cdee;
    background: #ffffff;
    color: #6f36b6 !important;
}

.helpy-btn--secondary:hover,
.helpy-btn--secondary:focus {
    background: #fbf9ff;
    color: #5f2faa !important;
}

.helpy-btn--danger {
    border-color: #efc2cb;
    background: #fff6f8;
    color: #c13557 !important;
    box-shadow: 0 2px 10px rgba(193, 53, 87, 0.06);
}

.helpy-btn--danger:hover,
.helpy-btn--danger:focus {
    border-color: #e4a7b5;
    background: #fff0f4;
    color: #ab2447 !important;
    box-shadow: 0 10px 24px rgba(193, 53, 87, 0.10);
}

.helpy-btn--sm {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 14px;
}

.helpy-btn--full {
    width: 100%;
}

.helpy-btn.is-disabled,
.helpy-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.helpy-iconbtn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    padding: 0;
    border: 1px solid #d9cdee;
    border-radius: 14px;
    background: #ffffff;
    color: #6f36b6 !important;
    box-shadow: 0 2px 10px rgba(17, 24, 39, 0.05);
    cursor: pointer;
    text-decoration: none !important;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease, color .15s ease;
}

.helpy-iconbtn:hover,
.helpy-iconbtn:focus {
    transform: translateY(-1px);
    border-color: #c7b4eb;
    background: #fbf9ff;
    color: #5f2faa !important;
    box-shadow: 0 10px 24px rgba(111, 54, 182, 0.10);
}

.helpy-iconbtn--danger {
    border-color: #efc2cb;
    background: #fff6f8;
    color: #c13557 !important;
}

.helpy-iconbtn--danger:hover,
.helpy-iconbtn--danger:focus {
    border-color: #e4a7b5;
    background: #fff0f4;
    color: #ab2447 !important;
    box-shadow: 0 10px 24px rgba(193, 53, 87, 0.10);
}

.helpy-iconbtn .dashicons,
.helpy-iconbtn__icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: inherit !important;
}

@media (max-width: 767px) {
    .helpy-btn {
        min-height: 44px;
        padding: 0 16px;
        border-radius: 13px;
    }

    .helpy-iconbtn {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        border-radius: 13px;
    }
}
