.uwpmch-mount {
    display: none;
}

.uwpmch-slot {
    display: contents;
}

.uwpmch-trigger.uwpmc-widget-container {
    position: relative;
    z-index: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    color: var(--uwpmch-trigger-color, currentColor);
    line-height: 1;
    cursor: pointer;
}

.uwpmch-label {
    font: inherit;
    font-weight: 600;
    color: inherit;
}

.uwpmch-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.uwpmch-trigger .uwpmc-widget {
    width: 28px !important;
    height: 28px !important;
}

.uwpmch-trigger .uwpmc-widget-svg {
    width: 24px;
    height: 24px;
}

.uwpmch-trigger .uwpmc-widget-qty {
    top: -7px;
    left: auto;
    right: -10px;
    bottom: auto;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--uwpmch-badge-bg, #111827);
    color: var(--uwpmch-badge-color, #ffffff);
    font-size: 11px !important;
    font-weight: 700 !important;
}

.uwpmch-target {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.uwpmch-target .uwpmch-trigger.uwpmc-widget-container:hover {
    animation: none;
}

.uwpmch-fallback {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 100001;
    padding: 10px 14px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--uwpmch-trigger-color, #111827);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

@media (max-width: 782px) {
    .uwpmch-label {
        display: none;
    }

    .uwpmch-fallback {
        padding: 10px;
    }
}
