.wb-float-menu .wb-float-button:hover+.wb-tooltip {
    display: inline-block;
}

.wb-tooltip {
    font-size: 0.8em;
    white-space: nowrap;
}

.wb-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    /* อยู่ถัดจาก tooltip */
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.wb-float-rectangle {
    padding: 8px 10px;
    display: inline-block;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-radius: 10px;
    font-size: 0.8em;
}

.wb-float-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.wb-float-minimal {
    color: blue;
}

.wb-float-button:hover {
    color: white;
}

.wb-float-button.wb-float-minimal.active .label-text {
    background-color: #ff00cc !important;
    color: #fff !important;
}

.wb-float-wrapper {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.wb-float-wrapper.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.wb-main-button img {
    fill: white !important;
}

.wb-float-minimal .label-text {
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s;
    background: #ffffff86;
    border-radius: 8px;
    padding: 2px 8px;
}

.wb-float-minimal .radio-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s, border-color 0.3s;
    margin-left: 8px;
}


/* กรณีเลือกแล้ว */

.wb-float-minimal.active .label-text {
    color: #ff33cc;
    /* สีชมพู */
}

.wb-float-minimal.active .radio-dot {
    background-color: #ff33cc;
    border-color: #ff33cc;
}

.elementor-menu-anchor {
    display: block;
    position: relative;
    height: 1px;
    /* หรือมากกว่านี้ เช่น 10px */
    margin-top: -150px;
    /* เพื่อให้ตำแหน่งตรงกับที่ต้องการ */
    visibility: hidden;
}