.ws-notification {
    position: fixed;
    pointer-events: none;
}

.ws-notification:hover {
    pointer-events: auto;
}

.ws-notification__toast {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    pointer-events: auto;
}

.ws-notification__toast-content {
    display: flex;
    align-items: start;
}

.ws-notification__toast-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.ws-notification__toast-close {
    flex-shrink: 0;
    cursor: pointer;
    border: none;
    background: transparent;
    display: flex;
    width: var(--dimensions);
    height: var(--dimensions);
    transition: background 0.2s ease;
}

.ws-notification__toast-close > svg {
    width: 100%;
    height: 100%;
}

.elementor-widget-notification .elementor-element-overlay,
.elementor-widget-notification .ui-resizable-handle,
.elementor-widget-notification .elementor-widget-empty-icon {
    display: none !important;
}