.throwable-elementor-host {
    isolation: isolate;
    z-index: 2400;
}

.throwable-elementor-stage {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    width: 100%;
    border-radius: 16px;
    isolation: isolate;
    z-index: 2600;
    pointer-events: none;
}

.elementor-widget-throwable_elementor.throwable-elementor-widget--overflow-visible .throwable-elementor-stage {
    overflow: visible;
}

.elementor-widget-throwable_elementor.throwable-elementor-widget--stage-parent {
    position: static;
    min-height: 0;
    height: 0;
    margin: 0;
    z-index: auto;
}

.elementor-widget-throwable_elementor.throwable-elementor-widget--stage-parent > .elementor-widget-container {
    position: static;
    min-height: 0;
    height: 0;
}

.throwable-elementor-stage[data-stage-mode="parent"] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: var(--throwable-bottom-offset, 0px);
    min-height: 0;
    z-index: 20;
}

.throwable-elementor-stage[data-stage-mode="inline"] {
    position: relative;
}

.throwable-elementor-items {
    position: absolute;
    inset: 0;
    pointer-events: auto;
    z-index: 2;
}

.throwable-elementor-stage[data-stage-mode="parent"][data-throwable-activated="0"] .throwable-elementor-items {
    opacity: 0;
    pointer-events: none;
}

.throwable-elementor-viewport-trigger {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    pointer-events: none;
    opacity: 0;
}

.throwable-elementor-item {
    position: absolute;
    top: 24px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    min-width: 80px;
    min-height: 44px;
    border-radius: 999px;
    background-color: #fff;
    color: #222;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    cursor: grab;
    user-select: none;
    touch-action: none;
    will-change: transform;
    z-index: 3;
    white-space: nowrap;
}

.throwable-elementor-item,
.throwable-elementor-item p,
.throwable-elementor-item span,
.throwable-elementor-item strong,
.throwable-elementor-item em,
.throwable-elementor-item a {
    color: inherit;
}

.throwable-elementor-item--custom-colors {
    background-color: var(--throwable-item-bg, #fff) !important;
    color: var(--throwable-item-color, inherit) !important;
}

.throwable-elementor-item--custom-colors * {
    color: var(--throwable-item-color, inherit) !important;
}

.throwable-elementor-item:active {
    cursor: grabbing;
}

.throwable-elementor-item img {
    display: block;
    max-width: 180px;
    height: auto;
    pointer-events: none;
}

.throwable-elementor-item p {
    margin: 0;
}
