.anchor-buttons-wrapper-e305cf3d {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: grab;
    padding: 10px 0;
}
.anchor-buttons-wrapper-e305cf3d:active {
    cursor: grabbing;
}
.anchor-buttons-wrapper-e305cf3d.is-dragging .anchor-button-e305cf3d {
    pointer-events: none; /* Crucial to prevent accidental clicks and native link drag behaviors */
}
.anchor-buttons-track-e305cf3d {
    display: flex;
    gap: 10px;
    width: max-content;
    will-change: transform;
}
.anchor-button-e305cf3d {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    user-select: none;
    white-space: nowrap;
    -webkit-user-drag: none; /* Safari addition to prevent link drag */
}
.anchor-button-e305cf3d:hover {
    background-color: #333;
}