.smartlink-wrapper {
    position: fixed;
    z-index: 9999;
    margin: 10px;
}

.smartlink-wrapper.bottom-right { right: 20px; }
.smartlink-wrapper.bottom-left  { left: 20px; }
.smartlink-wrapper.bottom-center { left: 50%; transform: translateX(-50%); }

.smartlink-button {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.smartlink-button.no-text {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
}

.smartlink-img-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smartlink-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.smartlink-text {
    font-size: 13px;
    padding: 0 6px;
    line-height: 1.2;
}

.order-image-text {
    flex-direction: row;
}
.order-text-image {
    flex-direction: row-reverse;
}
