.scal-button-wrapper {
    /* margin: 20px 0; */
}

.scal-apple-button {
    /* display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.17648;
    letter-spacing: -0.022em;
    text-align: center;
    text-decoration: none;
    min-width: 200px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    position: relative;
    overflow: hidden; */
}

.scal-apple-button:hover {
    background-color: #333;
}

.scal-apple-button[data-color="white"] {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.scal-apple-button[data-color="white"]:hover {
    background-color: #f5f5f5;
}

.scal-button-text {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.scal-apple-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17.05 20.28c-.98.95-2.05.88-3.08.4-1.09-.5-2.08-.48-3.24 0-1.44.62-2.2.44-3.06-.4C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.54 4.09l.01-.01zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.scal-apple-button[data-color="white"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.05 20.28c-.98.95-2.05.88-3.08.4-1.09-.5-2.08-.48-3.24 0-1.44.62-2.2.44-3.06-.4C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.54 4.09l.01-.01zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z'/%3E%3C/svg%3E");
}

.scal-button-text {
    /* padding-left: 30px; */
}

.scal-logged-in {
    padding: 15px;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin: 20px 0;
}

.scal-error {
    color: #d63638;
    padding: 10px;
    background-color: #fcf0f1;
    border-left: 4px solid #d63638;
    margin: 20px 0;
}

.scal-error-message {
    position: relative;
    z-index: 9999;
}
