/* ...existing code... */

.apple-signin-btn {
    background-color: #000;
    color: #fff;
    border: 0;
    border-radius: 9999px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: 10px;
}

.apple-signin-btn:hover,
.apple-signin-btn:focus {
    background-color: #111;
    color: #fff;
}

.apple-signin-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.apple-signin-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
}
