/*
Theme Name: Nooni Child
Theme URI: https://demo.theme-sky.com/nooni/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: nooni
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: nooni-child
*/
/* Kontener przycisków */
.ts-login-buttons {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0 0 1em;
}

/* Styl dla “Sign in” */
.ts-login-buttons .button {
  flex: 0 1 auto;        /* nie kurczy się poniżej zawartości */
  white-space: normal;    /* pozwala na zawijanie tekstu */
  word-break: break-word; /* w razie długiego słowa złamie je */
}

/* Styl dla przycisku Nextend Social Login (Google) */
/* .nsl-classic-button to przykładowa klasa — dopasuj, jeśli Twoja wtyczka ma inną */
.ts-login-buttons .nsl-classic-button,
.ts-login-buttons .nsl-btn,
.ts-login-buttons a.nsl-provider {
  flex: 0 1 auto;
  white-space: normal;
  word-break: break-word;
}
