.cpub-6539ee5e-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cpub-6539ee5e-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.15s ease;
    line-height: 1;
    outline: none;
}

.cpub-6539ee5e-btn:active {
    transform: scale(0.96);
}

.cpub-6539ee5e-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.cpub-6539ee5e-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
    z-index: 99999;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.cpub-6539ee5e-toast.cpub-6539ee5e-toast--visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
