.btn-sweep-wrapper-6d01c7b7 {
    display: inline-block;
}

.elementor-align-justify .btn-sweep-wrapper-6d01c7b7 {
    display: block;
}

.btn-sweep-6d01c7b7 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 15px 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 500;
}

.elementor-align-justify .btn-sweep-6d01c7b7 {
    width: 100%;
}

/* Light Sweep Effect */
.btn-sweep-6d01c7b7::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
    transition: all 0.5s ease;
    z-index: 1;
}

.btn-sweep-6d01c7b7:hover::before {
    left: 200%;
}

.btn-text-6d01c7b7 {
    position: relative;
    z-index: 2;
}

/* Icon Slide-in */
.btn-icon-wrapper-6d01c7b7 {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-width 0.4s ease, opacity 0.4s ease, margin 0.4s ease;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-left: 0; /* Default spacing overridden by controls */
}

.btn-icon-6d01c7b7 {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.btn-sweep-6d01c7b7:hover .btn-icon-wrapper-6d01c7b7 {
    max-width: 50px;
    opacity: 1;
    margin-left: 10px; /* Fallback if not set in controls */
}
