.taiwani-push-button {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    color: #222;
    box-shadow: 0 5px 20px rgba(0,0,0,.16);
    z-index: 99998;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
    line-height: 1;
}

.taiwani-push-button.has-label {
    width: auto;
    padding: 0 16px;
    gap: 8px;
    white-space: nowrap;
}

.taiwani-push-floating {
    position: fixed;
    right: 18px;
    bottom: 18px;
}

.taiwani-push-inline {
    position: relative;
}

.taiwani-push-elementor-wrap {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.taiwani-push-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 24px rgba(0,0,0,.2);
}

.taiwani-push-button:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

.taiwani-push-button.is-subscribed::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #19a05f;
    box-shadow: 0 0 0 2px #fff;
}

.taiwani-push-button.is-loading {
    opacity: .55;
    cursor: wait;
}

.taiwani-push-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.taiwani-push-bell {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.taiwani-push-custom-icon {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.taiwani-push-label {
    display: inline-block;
    line-height: 1.2;
}

@media (max-width: 600px) {
    .taiwani-push-floating {
        right: 14px;
        bottom: 14px;
    }
}
