/* Get111 Archive Chatbot + Quicklinks — self-contained slim chips */
.get111-archive-chat {
  margin: 14px 0 24px;
}

.get111-archive-chatbot {
  min-height: 140px;
  contain: layout paint;
}

.get111-quicklinks {
  min-height: 96px;
  margin-top: 12px;
}

.get111-archive-chat .get111-quicklink {
  appearance: none !important;
  -webkit-appearance: none !important;
  font: inherit !important;

  border-radius: 999px !important;
  padding: 6px 10px !important;
  font-size: clamp(12px, 0.3vw + 11px, 13.5px) !important;
  line-height: 1.1 !important;
  font-weight: 650 !important;

  background: var(--gt111-surface, #ffffff) !important;
  color: var(--gt111-text, #101828) !important;
  border: 1px solid var(--gt111-border, rgba(16, 24, 40, 0.10)) !important;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.06) !important;

  cursor: pointer !important;
  box-sizing: border-box !important;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, color .12s ease, background-color .12s ease !important;
}

.get111-archive-chat .get111-quicklink:hover {
  border-color: rgba(37, 99, 235, 0.35) !important;
  color: var(--gt111-accent, #2563eb) !important;
  background: rgba(37, 99, 235, 0.08) !important;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.10) !important;
  transform: translateY(-1px) !important;
}

.get111-archive-chat .get111-quicklink:active {
  transform: translateY(1px) !important;
}

.get111-archive-chat .get111-quicklink:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.25) !important;
  outline-offset: 2px !important;
}

.get111-archive-chat[data-get111-busy="1"] .get111-quicklink {
  cursor: wait !important;
}

@media (min-width: 980px) {
  .get111-quicklinks {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  .get111-archive-chat .get111-quicklink {
    width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
  }
}

@media (max-width: 979px) {
  .get111-archive-chatbot {
    min-height: 150px;
  }

  .get111-quicklinks {
    min-height: 120px;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .get111-archive-chat .get111-quicklink {
    width: auto !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .get111-archive-chat .get111-quicklink {
    transition: none !important;
  }
}
