.apple-signin-button {
    align-items: center;
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 6px;
    color: #fff !important;
    display: inline-flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    padding: 0 16px;
    text-decoration: none !important;
}

.apple-signin-button:hover,
.apple-signin-button:focus {
    color: #fff !important;
    text-decoration: none !important;
}

.apple-signin-button--full {
    width: 100%;
}

.apple-signin-button--compact {
    height: 44px;
    min-height: 44px;
    padding: 0;
    width: 44px;
}

.apple-signin-button--compact span {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.apple-signin-icon {
    fill: currentColor;
    flex: none;
    height: 22px;
    width: 18px;
}
