.apple-btn-container-81832f93 {
    display: inline-block;
    width: auto;
}

.apple-btn-81832f93 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.5s cubic-bezier(0.25, 1, 0.3, 1), 
                border-color 0.5s cubic-bezier(0.25, 1, 0.3, 1), 
                box-shadow 0.5s cubic-bezier(0.25, 1, 0.3, 1), 
                padding 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.apple-btn-icon-wrap-81832f93 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    transition: left 0.5s cubic-bezier(0.25, 1, 0.3, 1), 
                background-color 0.5s cubic-bezier(0.25, 1, 0.3, 1), 
                border-color 0.5s cubic-bezier(0.25, 1, 0.3, 1), 
                border-radius 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.apple-btn-icon-wrap-81832f93 svg,
.apple-btn-icon-wrap-81832f93 i {
    display: block;
    transition: color 0.5s cubic-bezier(0.25, 1, 0.3, 1), 
                fill 0.5s cubic-bezier(0.25, 1, 0.3, 1), 
                transform 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.apple-btn-text-81832f93 {
    display: inline-block;
    white-space: nowrap;
    transition: color 0.5s cubic-bezier(0.25, 1, 0.3, 1), 
                transform 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}
