.anchor-nav-wrapper-6ec52f40 {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
    max-width: 100%;
}
.anchor-nav-title-6ec52f40 {
    color: #4a72d4;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 0;
}
.anchor-nav-scroll-container-6ec52f40 {
    /* Base non-scrollable styles, overridden by Elementor controls when switch is on */
    display: flex;
    justify-content: center;
    width: 100%;
    scrollbar-width: none; /* Firefox */
}
.anchor-nav-scroll-container-6ec52f40::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.anchor-nav-buttons-6ec52f40 {
    display: flex;
    gap: 12px;
    /* Inherit flex-wrap from container controls */
}
.anchor-nav-btn-6ec52f40 {
    display: inline-block;
    padding: 10px 32px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
}
.anchor-nav-btn-6ec52f40:hover,
.anchor-nav-btn-6ec52f40.active {
    background: #f0f4f8;
    border-color: #4a72d4;
    color: #4a72d4;
}