#primary.g24-theme-page-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

#g24-widget-wrapper,
#g24-widget-wrapper * {
  box-sizing: border-box;

}

      #g24-widget-wrapper {
        margin: 0;
        background: #fff;
        color: #111 !important;
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
        text-align: justify;
      }

      #g24-widget-wrapper button,
#g24-widget-wrapper input,
#g24-widget-wrapper select,
#g24-widget-wrapper textarea {
        font: inherit;
      }

      #g24-widget-wrapper {
        width: 100%;
      }

      .g24-page {
        width: min(1060px, 100%);
        margin: 0 auto;
        background: #fff;
      }

      .g24-hero {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        background: #ff3f0d;
        color: #fff !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 52px;
        padding: 7px max(24px, calc((100vw - 980px) / 2)) 15px !important;
      }

      .g24-hero h1 {
        margin: 0 0 10px;
        color: #fff !important;
        font-size: clamp(28px, 3vw, 32px);
        line-height: 1;
        font-weight: 900;
        letter-spacing: 0;
        white-space: nowrap;
      }

      .g24-hero p,
      .g24-hero li {
        margin: 0;
        font-size: 11.5px;
        line-height: 1.32;
        font-weight: 600;
      }
      .g24-hero p {
        color: #fff !important;  
      }
      

      .g24-hero strong {
        font-weight: 900;
      }

      .g24-hero ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .g24-intro {
        width: min(980px, calc(100% - 48px));
        margin: 18px auto 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 1.5rem !important;
      }

      .g24-tabs {
        display: flex;
        justify-content: center;
        gap: 20px;
      }

      .g24-tab {
  min-width: 142px;
  border: 1px solid #ff3f0d !important; /* Pomarańczowa ramka */
  background: #fff !important;          /* Białe tło */
  color: #ff3f0d !important;            /* Pomarańczowy tekst */
  border-radius: 8px;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

      #nav-ai {
  position: relative;
  overflow: visible;
  box-shadow: 0 0 0 rgba(255, 63, 13, 0.28);
  transform-origin: center;
  animation: faqPulseButton 1.7s ease-in-out infinite;
}

      #nav-ai::before {
        content: '🤖';
        position: absolute;
        top: -14px;
        right: -25px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #111;
        display: grid;
        place-items: center;
        font-size: 16px;
        box-shadow:
          0 0 0 4px #fff,
          0 8px 16px rgba(0, 0, 0, 0.18);
        animation: robotWave 1.35s ease-in-out infinite;
      }

      #nav-ai::after {
        content: none;
      }

     

#nav-ai.is-active {
  animation: none;
}

      @keyframes faqNudge {
        0%,
        100% {
          transform: translateY(0);
          box-shadow: 0 0 0 0 rgba(255, 63, 13, 0.34);
        }
        12% {
          transform: translateX(-2px);
        }
        24% {
          transform: translateX(2px);
        }
        36% {
          transform: translateX(0);
        }
        50% {
          transform: translateY(-2px);
          box-shadow: 0 8px 18px rgba(255, 63, 13, 0.18);
        }
      }

      @keyframes faqPulseButton {
        0%,
        100% {
          transform: scale(1);
          box-shadow: 0 0 0 0 rgba(255, 63, 13, 0.42);
        }
        50% {
          transform: scale(1.035);
          box-shadow: 0 0 0 9px rgba(255, 63, 13, 0);
        }
      }

      @keyframes robotWave {
        0%,
        100% {
          transform: translateY(0) rotate(0deg) scale(1);
        }
        20% {
          transform: translateY(-4px) rotate(-9deg) scale(1.06);
        }
        50% {
          transform: translateY(-2px) rotate(10deg) scale(1.02);
        }
        72% {
          transform: translateY(0) rotate(-5deg) scale(1);
        }
      }

.g24-tab.is-active {
  border-color: #ff3f0d !important;
  background: #ff3f0d !important;       /* Pomarańczowe wypełnienie */
  color: #fff !important;               /* Biały tekst */
}

      #nav-ai.is-active {
        border-color: #111;
        color: #fff;
        background: #111;
      }

      .g24-view {
        width: min(1010px, calc(100% - 36px));
        margin: 22px auto 0;
        padding: 0 !important;
      }

      .g24-form-layout {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: stretch;
      }

      .g24-form-card {
        padding: 13px 52px 58px;
      }

      .g24-form-card h2 {
        margin: 0 0 20px;
        text-align: center;
        font-size: 19px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: 0.02em;
      }

      .g24-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
      }

      .g24-contact-stack {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .g24-contact-stack .g24-field {
        margin-bottom: 0;
        padding: 10px;
      }

      .g24-field {
        margin-bottom: 8px;
      }

      .g24-label {
        display: block;
        margin: 0 0 3px;
        font-size: 12px;
        line-height: 1.05;
        font-weight: 500;
      }

      .g24-input,
      .g24-select,
      .g24-textarea {
        width: 100%;
        border: 1px solid #8c8c8c !important;
        border-radius: 10px !important;
        background: #fff !important;
        color: #111 !important;
        outline: none;
        padding: 10px 14px;
        font-size: 12px;
        line-height: 1.2;
      }

      .g24-input:focus,
      .g24-textarea:focus {
        border-color: #ff3f0d;
        background: #fff !important;
        box-shadow: 0 0 0 3px rgba(255, 63, 13, 0.1);
      }

      .g24-input:-webkit-autofill,
      .g24-input:-webkit-autofill:hover,
      .g24-input:-webkit-autofill:focus,
      .g24-textarea:-webkit-autofill,
      .g24-textarea:-webkit-autofill:hover,
      .g24-textarea:-webkit-autofill:focus {
        -webkit-text-fill-color: #111 !important;
        box-shadow: 0 0 0 1000px #fff inset !important;
        caret-color: #111 !important;
      }

      .g24-input::placeholder,
      .g24-textarea::placeholder {
        color: #969696;
        text-align: center;
      }

      .g24-select {
        color: #777;
        text-align: center;
      }

      .g24-native-select {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
        pointer-events: none;
      }

      .g24-department {
        position: relative;
      }

      .g24-department-btn {
        width: 100% !important;
        border: 1px solid #8c8c8c !important;
        border-radius: 10px !important;
        background: #fff !important;
        color: #777 !important;

        padding: 5px 28px 5px 14px !important;
        cursor: pointer !important;
        text-align: center !important;
        font-size: 12px !important;
        line-height: 2 !important;
      }

      .g24-department-btn::after {
        content: '⌄';
        position: absolute;
        right: 12px;
        top: 7px;
        color: #777;
        font-size: 13px;
      }

      .g24-department-menu {
        position: absolute;
        z-index: 30;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        border: 1px solid #8c8c8c;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
        padding: 5px;
      }

      .g24-department-option {
        width: 100%;
        border: 0;
        border-radius: 7px;
        background: #fff;
        color: #111;
        padding: 8px 10px;
        cursor: pointer;
        text-align: left;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
      }

      .g24-department-option:hover,
      .g24-department-option:focus {
        background: #fff0eb;
        color: #ff3f0d;
        outline: none;
      }

      .g24-department-tip {
        position: absolute;
        z-index: 40;
        left: calc(100% + 12px);
        top: 0;
        width: 310px;
        border: 1px solid #ff3f0d;
        border-radius: 8px;
        background: #fff;
        color: #111;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
        padding: 10px 12px;
        font-size: 10.5px;
        line-height: 1.25;
        font-weight: 600;
      }

      .g24-department-tip::before {
        content: '';
        position: absolute;
        left: -6px;
        top: 12px;
        width: 10px;
        height: 10px;
        background: #fff;
        border-left: 1px solid #ff3f0d;
        border-bottom: 1px solid #ff3f0d;
        transform: rotate(45deg);
      }

      .g24-textarea {
        min-height: 72px;
        height: auto;
        resize: vertical;
        padding: 10px 14px;
      }

      .g24-note {
        display: block;
        color: #8a8a8a;
        text-align: center;
        font-size: 12px;
        line-height: 1;
        margin-top: 4px;
      }

      .g24-options {
        display: grid;
        align-items: center;
        flex-wrap: wrap;
        gap: 13px;
        margin: 5px 0 8px;
        grid-auto-flow: column;
      }

      .g24-options-delivery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
        gap: 10px 18px;
grid-auto-flow: row;
      }

      .g24-options-delivery .g24-check:first-child {
        grid-column: 1 / -1;
        text-align: left !important;
      }

      .g24-check {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #111;
        cursor: pointer;
        font-size: 12px;
        line-height: 1;
        font-weight: 500;
         text-align: left !important;
      }

      .g24-check input {
        width: 13px;
        height: 13px;
        margin: 0;
        accent-color: #ff3f0d;
      }

      .g24-check.orange {
        color: #111;
      }

      .g24-check:has(input:checked) {
        color: #ff3f0d;
      }

      .g24-linkish {
        color: #ff3f0d;
      }

      .g24-upload {
    margin-top: 15px;
    padding:25px!important;
    display: flex;
    width: 100%;
    border: 1px solid #8c8c8c;
    border-radius: 10px;
    min-height: 66px;
    padding: 11px 12px;
    cursor: pointer;
    text-align: center;
    color: #ff3f0d !important;
    font-size: 13px;
    line-height: 1.05;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
      }

      .g24-upload.drag-over {
        border-color: #ff3f0d;
        background: #fff4ef;
        box-shadow: 0 0 0 3px rgba(255, 63, 13, 0.1);
      }

      .g24-upload strong {
        display: block;
        color: #888;
        font-size: 11px;
        font-weight: 500;
      }

      .g24-upload input {
        display: none;
      }

      .g24-upload-hint {
        display: block;
        margin-top: 4px;
        color: #666;
        font-size: 9px;
        line-height: 1.15;
      }

      .g24-file-list {
        display: grid;
        gap: 5px;
        margin-top: 6px;
      }

      .g24-file-item {
        display: grid;
        grid-template-columns: 1fr auto auto;
        align-items: center;
        gap: 8px;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        background: #fff;
        padding: 6px 8px;
        font-size: 10px;
        line-height: 1.15;
      }

      .g24-file-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .g24-file-size {
        color: #777;
        white-space: nowrap;
      }

      .g24-file-remove {
        position: relative;
        display: grid;
        place-items: center;
        border: 1px solid #ff3f0d;
        border-radius: 999px;
        width: 28px;
        height: 28px;
        background: #fff;
        color: #ff3f0d;
        cursor: pointer;
        font-size: 0;
        line-height: 1;
        transition:
          background 0.18s ease,
          color 0.18s ease,
          transform 0.18s ease,
          box-shadow 0.18s ease;
      }

      .g24-file-remove::before,
      .g24-file-remove::after {
        content: '';
        position: absolute;
        width: 11px;
        height: 2px;
        border-radius: 2px;
        background: currentColor;
      }

      .g24-file-remove::before {
        transform: rotate(45deg);
      }

      .g24-file-remove::after {
        transform: rotate(-45deg);
      }

      .g24-file-remove:hover,
      .g24-file-remove:focus-visible {
        background: #ff3f0d;
        color: #fff;
        box-shadow: 0 7px 16px rgba(255, 63, 13, 0.2);
        transform: translateY(-1px);
      }

      .g24-form-error {
        margin: 14px auto 0;
        width: min(360px, 100%);
        color: #9d1b0c;
        text-align: center;
        font-size: 11px;
        line-height: 1.35;
        font-weight: 700;
        padding: 11px 14px;
        border: 1px solid #ffc7bb;
        border-radius: 10px;
        background: #fff1ed;
        box-shadow: 0 10px 24px rgba(217, 35, 15, 0.1);
        animation: g24NoticeIn 0.36s ease both;
      }

      .g24-submit-row {
        margin-top: 34px;
        text-align: center;
      }

      .g24-submit {
        border: 0 !important;
        border-radius: 999px !important;
        background: #ff3f0d !important;
        color: #fff !important;
        padding: 10px 29px !important;
        cursor: pointer !important;
        font-size: 11px;
        line-height: 1 !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
      }

      .g24-submit:disabled {
        opacity: 0.7;
        cursor: wait;
      }

      .g24-sent-note {
        margin: 14px auto 0;
        width: min(380px, 100%);
        color: #146c4b;
        text-align: center;
        font-size: 11px;
        line-height: 1.35;
        font-weight: 700;
        padding: 12px 15px;
        border: 1px solid #bde8d6;
        border-radius: 10px;
        background: #ecfff6;
        box-shadow: 0 10px 24px rgba(36, 146, 103, 0.12);
        animation: g24NoticeIn 0.36s ease both;
      }

      .g24-sent-note span {
        display: block;
        color: #249267;
        font-size: 9px;
        font-weight: 500;
      }

      .g24-captcha {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 22px 0 0;
        min-height: 65px;
      }

      .g24-captcha-status {
        margin-top: 7px;
        color: #8a8a8a;
        font-size: 10px;
        line-height: 1.3;
        text-align: center;
      }

      .g24-captcha-status.is-error {
        color: #d9230f;
        font-weight: 700;
      }

      @keyframes g24NoticeIn {
        0% {
          opacity: 0;
          transform: translateY(8px) scale(0.98);
        }
        70% {
          opacity: 1;
          transform: translateY(-2px) scale(1.01);
        }
        100% {
          opacity: 1;
          transform: translateY(0) scale(1);
        }
      }

      .g24-help-card {
        background: #fafafa !important;
        min-height: 640px;
        padding: 0px 30px;
      }

      .g24-help-section {
        margin-bottom: 22px;
        padding: 1.5rem!important;
      }

      .g24-help-section h3 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: 0.05em;
      }

      .g24-help-section p,
      .g24-help-section li {
        margin: 0;
        font-size: 13px;
        line-height: 1.15;
        font-weight: 500;
        color: #111 !important;
      }

      .g24-help-section ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .g24-help-section em {
        font-style: italic;
      }

      .g24-tech-note {
        width: 100vw;
        margin: 38px 0 0 calc(50% - 50vw);
        background: #f7f7f7 !important;
        padding: 18px max(24px, calc((100vw - 980px) / 2)) 18px
          max(24px, calc((100vw - 980px) / 2));
        line-height: 1.5;
        font-weight: 500;
      }

      .g24-tech-note strong {
        font-weight: 900;
      }

      .g24-hidden {
        display: none !important;
      }

      .g24-reveal {
        display: block;
        grid-template-rows: 1fr;
        overflow: hidden;
        animation: revealSoft 0.36s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

      .g24-popover-reveal {
        animation: popoverSoft 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

      .g24-reveal > * {
        min-height: 0;
      }

      @keyframes revealSoft {
        from {
          opacity: 0;
          grid-template-rows: 0fr;
          transform: translateY(-8px) scale(0.985);
          filter: blur(2px);
        }
        to {
          opacity: 1;
          grid-template-rows: 1fr;
          transform: translateY(0);
          filter: blur(0);
        }
      }

      @keyframes popoverSoft {
        from {
          opacity: 0;
          transform: translateY(-8px) scale(0.96);
          filter: blur(2px);
        }
        to {
          opacity: 1;
          transform: translateY(0) scale(1);
          filter: blur(0);
        }
      }

      .g24-faq-view {
        display: grid;
        grid-template-columns: minmax(300px, 45%) minmax(320px, 55%);
        min-height: 640px;
        background: #fafafa;
      }

      .g24-faq-list {
        padding: 36px 42px;
        background: #fff;
      }

      .g24-faq-list h2 {
        margin: 0 0 20px;
        font-size: 24px;
        line-height: 1;
        font-weight: 900;
      }

      .faq-item {
        border-bottom: 1px solid #e6e6e6;
      }

      .faq-btn {
        width: 100%;
        border: 0;
        background: transparent;
        color: #111;
        padding: 15px 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        text-align: left;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 800;
      }

      .faq-icon {
        flex: 0 0 auto;
        transition: transform 0.2s ease;
      }

      .faq-icon.rotate-180 {
        transform: rotate(180deg);
      }

      .faq-content {
        padding: 0 0 16px;
        color: #333;
        font-size: 12px;
        line-height: 1.35;
      }

      .faq-content a {
        color: #ff3f0d;
        font-weight: 800;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
      }

      .faq-content a:hover {
        color: #111;
      }

      .faq-content ul {
        margin: 7px 0;
        padding-left: 18px;
      }

      .faq-content li {
        margin: 3px 0;
      }

      #embedded-chat-container {
        position: relative;
        min-height: 840px;
        background: #fafafa;
      }

      .g24-chat-disclaimer {
        margin: 10px 12px 0;
        color: #777;
        font-size: 10px;
        line-height: 1.35;
        text-align: center;
      }

      #chat-window-box .g24-chat-disclaimer {
        margin: 9px 0 0;
        color: #888;
        font-size: 9px;
        line-height: 1.25;

      }

      #ai-widget-container *,
      #chat-window-box * {
        box-sizing: border-box !important;
        margin: 0;
        padding: 0;
        font-family: 'Inter', sans-serif !important;
      }

      #ai-widget-container {
        position: fixed !important;
        bottom: 30px !important;
        right: 30px !important;
        z-index: 999999 !important;
      }

      #chat-trigger-wrapper {
        position: relative;
        width: 65px;
        height: 65px;
      }

      #chat-toggle-btn {
        width: 65px !important;
        height: 65px !important;
        background: linear-gradient(135deg, #ff6600, #ff4500) !important;
        border: none !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        box-shadow: 0 10px 25px rgba(255, 69, 0, 0.4) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: transform 0.3s !important;
        z-index: 2;
      }

      #chat-toggle-btn:hover {
        transform: scale(1.1) rotate(-5deg) !important;
      }

      .pulse-ring {
        position: absolute;
        inset: 0;
        border-radius: 50%;
        border: 2px solid #ff6600;
        animation: pulse 2s infinite;
        z-index: 1;
        pointer-events: none;
      }

      @keyframes pulse {
        0% {
          transform: scale(1);
          opacity: 0.7;
        }
        100% {
          transform: scale(1.6);
          opacity: 0;
        }
      }

      #chat-window-box {
        background: white !important;
        display: none;
        flex-direction: column !important;
        overflow: hidden !important;
      }

      #chat-window-box.popup-mode {
        position: fixed !important;
        bottom: 110px !important;
        right: 30px !important;
        width: 360px !important;
        height: 550px !important;
        border-radius: 20px !important;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
        z-index: 999999 !important;
        transform-origin: bottom right;
        animation: openPop 0.4s ease-out;
      }

      @keyframes openPop {
        from {
          opacity: 0;
          transform: scale(0.5) translateY(20px);
        }
        to {
          opacity: 1;
          transform: scale(1) translateY(0);
        }
      }

      #chat-window-box.embedded-mode {
        position: absolute !important;
        inset: 0;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        z-index: 10 !important;
      }

      .chat-header {
        background: #111 !important;
        padding: 16px 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        border-bottom: 3px solid #ff6600 !important;
      }

      .header-left {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
      }

      .brand-avatar {
        width: 40px !important;
        height: 40px !important;
        background: #ff6600 !important;
        color: white !important;
        font-weight: 800 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 12px !important;
      }

      .header-info {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
      }

      .header-info h3 {
        color: white !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        margin-bottom: 2px !important;
        line-height: 1 !important;
      }

      .header-info p {
        color: #aaa !important;
        font-size: 11px !important;
        display: flex !important;
        align-items: center !important;
        gap: 5px !important;
        line-height: 1 !important;
      }

      .status-dot {
        width: 8px !important;
        height: 8px !important;
        background: #2ecc71 !important;
        border-radius: 50% !important;
      }

      #close-chat {
        background: none !important;
        border: none !important;
        cursor: pointer !important;
        opacity: 0.7 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 5px !important;
      }

      #chat-messages {
        flex: 1 !important;
        padding: 20px !important;
        overflow-y: auto !important;
        background: #f8f9fa !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
      }

      .message {
        padding: 12px 16px !important;
        border-radius: 16px !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        max-width: 85% !important;
        word-wrap: break-word !important;
        text-align: left !important;

      }

      .bot-msg {
        background: white !important;
        color: #333 !important;
        border: 1px solid #eee !important;
        border-bottom-left-radius: 2px !important;
        align-self: flex-start !important;
        text-align: left !important;
      }

      .user-msg {
        background: #ff6600 !important;
        color: white !important;
        border-bottom-right-radius: 2px !important;
        align-self: flex-end !important;
        text-align: left !important;
      }

      .chat-footer {
        padding: 15px 20px !important;
        background: white !important;
        border-top: 1px solid #eee !important;
      }

      .input-group {
        display: flex !important;
        background: #f1f2f6 !important;
        border-radius: 30px !important;
        padding: 5px 5px 5px 20px !important;
        border: 1px solid transparent !important;
        align-items: center !important;
      }

      .input-group:focus-within {
        border-color: #ff6600 !important;
        background: white !important;
      }

      #user-input {
        flex: 1 !important;
        border: none !important;
        background: transparent !important;
        outline: none !important;
        font-size: 14px !important;
        padding: 8px 0 !important;
      }

      #send-btn {
        width: 40px !important;
        height: 40px !important;
        background: #ff6600 !important;
        border: none !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
      }

      .typing-indicator {
        display: none;
        gap: 5px;
        margin-left: 20px;
        margin-bottom: 10px;
        padding: 10px;
        background: white;
        border-radius: 15px;
        width: fit-content;
        border: 1px solid #eee;
      }

      .typing-indicator span {
        width: 6px;
        height: 6px;
        background: #ccc;
        border-radius: 50%;
        animation: blink 1.4s infinite both;
      }

      .typing-indicator span:nth-child(2) {
        animation-delay: 0.2s;
      }

      .typing-indicator span:nth-child(3) {
        animation-delay: 0.4s;
      }

      @keyframes blink {
        0%,
        100% {
          opacity: 0.2;
        }
        50% {
          opacity: 1;
        }
      }

        @media (max-width: 1200px) {
        .g24-hero,
        .g24-intro{
          grid-template-columns: 1fr!important;
        }
        .g24-form-layout,
        .g24-faq-view {
          grid-template-columns: 1fr!important;
        }

        .g24-hero {
          width: 100vw;
          margin-left: 0);
          margin-right: 0);
          padding: 24px;
          gap: 22px;
        }

        .g24-intro,
        .g24-view {
          width: calc(100% - 32px);
        }

        .g24-options-delivery {
          grid-template-columns: 1fr;
        }

        .g24-tech-note {
          width: 100vw;
          margin-left: calc(50% - 50vw);
          padding: 18px 24px;
          font-size: 12px !important;
        }

        .g24-tabs {
          flex-wrap: wrap;
        }

        .g24-form-card,
        .g24-help-card,
        .g24-faq-list {
          padding: 26px 18px;
        }

        .g24-row {
          grid-template-columns: 1fr;
          gap: 8px;
        }

        #embedded-chat-container {
          min-height: 860px;
        }

        .g24-department-tip {
          left: 0;
          right: 0;
          top: calc(100% + 88px);
          width: auto;
        }

        .g24-department-tip::before {
          display: none;
        }
      }

@media (max-width: 1200px) {
#g24-widget-wrapper {
    margin: 0;
    background: #fff;
    color: #111;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 130%!Important;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 200%;}
}


@media (max-width: 1200px) {
div.brand-avatar{
font-size: 80% !important;
}
}


/* --- SEKCJA Z INFORMACJAMI TECHNICZNYMI --- */
.g24-technical-section {
  margin-left: 22px;
  margin-right: 22px;
  padding: 0px;
}

.g24-technical-notice-classic {
  background-color: #fafafa !important; 
  padding: 16px 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #15171a;
  border-radius: 4px;
  font-weight: 500;
}

.g24-technical-notice-classic .g24-tnc-title {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.g24-technical-notice-classic p {
  margin: 0 0 6px 0; 
}

.g24-technical-notice-classic .g24-tnc-alert {
  margin: 6px 0 0 0;
}