
  .auth-form.svelte-4ryh1w {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 360px;
    margin: 0 auto;
  }

  .google-btn.svelte-4ryh1w {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 15px;
    background: white !important;
    color: #3c4043 !important;
    border: 1px solid #dadce0;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    justify-content: center;
  }

  .google-btn.svelte-4ryh1w:hover {
    background: #f8f9fa !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }
