  <style>
	  
	  	  
	  button.btn.btn-ask {
    color: #fff;
    border-color: white;
    border-width: 1px;
    border-style: solid !important;
}
	  
    :root {
      --overlay-dark: rgba(10, 16, 24, 0.54);
      --panel-bg: rgba(255, 255, 255, 0.14);
      --panel-border: rgba(255, 255, 255, 0.22);
      --text-main: #f8f5ef;
      --text-soft: rgba(248, 245, 239, 0.82);
      --accent: #d8b36a;
      --accent-dark: #b68a3e;
      --shadow: 0 24px 70px rgba(0,0,0,0.32);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --input-height: 62px;
      --mobile-input-offset: 100px;
    }
	  h5 {
    font-size: 1.5em !important;
    line-height: 1.5em;
}
 
	  
	  .btn {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}
	  
	  .brand-title,
.results-title,
.left-title,
.chat-answer-heading {
  font-family: 'Playfair Display', serif;
  letter-spacing: -0.015em;
  line-height: 1.2;
}
	  
	 
	  
 .chat-suggestion-card h5,
.suggestion-item h5 {
  font-size: 1.05rem;
  font-weight: 600;
}
	  
	  a.btn.btn-suggestions {
    margin-top: 1em;
}
	  
	  .btn-outline-light{
		  
	 
		  text-align: center;
	  }
	  
	  .saved-conversation-row {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.saved-conversation-title {
  flex: 1;
}

.saved-conversation-options {
  position: relative;
  flex: 0 0 auto;
}

.saved-conversation-options-btn {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: var(--text-main);
  cursor: pointer;
}

.saved-conversation-menu {
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1400;
  min-width: 120px;
  padding: 6px;
  border-radius: 12px;
  background: rgba(10, 15, 22, 0.96);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 14px 32px rgba(0,0,0,0.28);
}

.saved-conversation-menu-item {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 8px 10px;
  text-align: left;
  background: transparent;
  color: var(--text-main);
  cursor: pointer;
}

.saved-conversation-menu-item:hover {
  background: rgba(255,255,255,0.10);
}

@media (min-width: 992px) {
  .saved-conversation-options {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .saved-conversation-row:hover .saved-conversation-options {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 991.98px) {
  .saved-conversation-options {
    opacity: 1;
    pointer-events: auto;
  }
}
	  
	  .full-page-loading {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(10,16,24,0.92), rgba(10,16,24,0.78)),
    url('../images/background-home.jpg');
  background-size: cover;
  background-position: center;
  color: var(--text-main);
  text-align: center;
  padding: 24px;
}

.full-page-loading.open {
  display: flex;
}

.full-page-loading-card {
  width: min(520px, 100%);
  padding: 34px 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.full-page-loading-spinner {
  width: 46px;
  height: 46px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.22);
  border-top-color: var(--accent);
  animation: spin 0.8s linear infinite;
}

.full-page-loading-card h3 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
}

.full-page-loading-card p {
  color: var(--text-soft);
  margin: 0;
}
	  
	  .inline-suggestions-loading {
  margin-top: 22px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--text-soft);
  display: flex;
  align-items: center;
  gap: 12px;
}

.inline-suggestions-spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.25);
  border-top-color: var(--accent);
  animation: spin 0.8s linear infinite;
  flex: 0 0 auto;
}
	  
.chat-suggestion-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.chat-suggestion-copy h5 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--text-main);
}

.chat-suggestion-copy p {
  margin: 0 0 12px;
  font-size: 0.94rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.chat-suggestion-media {
  width: 100%;
}

.chat-suggestion-media img,
.chat-suggestion-media iframe,
.chat-suggestion-media video {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.chat-suggestion-media img {
  object-fit: cover;
  max-height: 260px;
}

.chat-suggestion-media iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  background: rgba(255,255,255,0.04);
}

.chat-suggestion-placeholder {
  min-height: 180px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px dashed rgba(255,255,255,0.10);
}

@media (max-width: 991.98px) {
  .chat-suggestion-card {
    grid-template-columns: 1fr;
  }
}
.chat-suggestion-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.chat-suggestion-card h5 {
  margin: 0 0 8px;
 
  color: var(--text-main);
}

.chat-suggestion-card p {
  margin: 0 0 12px;
  font-size: 0.94rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.chat-suggestion-card a {
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .chat-suggestion-grid {
    grid-template-columns: 1fr;
  }
}
	  
	  .save-session-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1300;
  padding: 20px;
}

.save-session-modal.open {
  display: flex;
}

.save-session-modal-card {
  position: relative;
  width: min(460px, 100%);
  background: rgba(10, 15, 22, 0.96);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 24px;
  z-index: 1301;
  color: var(--text-main);
}

.save-session-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: none;
  z-index: 1290;
}

.save-session-backdrop.open {
  display: block;
}

.save-session-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #fff;
  cursor: pointer;
}
	  
	  
	  .chat-answer-section {
  margin-top: 18px;
}

.chat-answer-heading {
  font-size: 1.9em;
  font-weight: 500;
  letter-spacing: -0.02em;
 
  margin-bottom: 10px;
}
	  
	  .chat-answer-heading {
  margin-top: 28px;
  margin-bottom: 12px;
}
	  
	  .chat-answer-heading::after {
  width: 56px;
  height: 1.5px;
  opacity: 0.6;
}
	  
	  #answerText p {
  margin-bottom: 20px;
}
	  
	  .chat-answer-heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 8px;
  background: var(--accent);
  opacity: 0.7;
}

.chat-answer-section p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.8;
}

#answerText > p:first-child {
  margin-top: 0;
}

#answerText p {
  margin-bottom: 16px;
}
	  
	  .menu-toggle-btn {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1200;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(10, 15, 22, 0.82);
  color: #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.28);
  cursor: pointer;
}

.prompt-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(360px, 86vw);
  height: 100vh;
  background: rgba(10, 15, 22, 0.96);
  border-right: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 18px 0 50px rgba(0,0,0,0.35);
  z-index: 1250;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  padding: 20px 18px;
  overflow-y: auto;
}

.prompt-drawer.open {
  transform: translateX(0);
}

.prompt-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.drawer-close-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: #fff;
  cursor: pointer;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1240;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.drawer-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

 
.mobile-recent-prompts-btn {
  display: none;
}
	  
	  
	  .desktop-answer-form-card {
    flex: 0 0 auto;
    margin-top: 18px;
    padding: 18px;
    border-radius: var(--radius-lg);
    background: rgba(10, 15, 22, 0.92);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 -8px 24px rgba(0,0,0,0.18);
    position: fixed;
    bottom: 10px;
    z-index: 20;
    width: 94%;
}


	  
	  .scroll-top-btn {
    position: fixed;
    bottom: 120px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(10, 15, 22, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    font-size: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    cursor: pointer;
    transition: all 0.25s ease;
}
	  
	  
.scroll-top-btn:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.15);
}

.scroll-top-btn.visible {
  display: flex;
}

@media (min-width: 992px) {
  .scroll-top-btn {
    display: none !important;
  }
}
	  
	  
	  #answerContent {
    overflow-y: scroll;
    height: 62vh;
}
	  
	  
	  @media (max-height:1100px) {
	  #answerContent {
    
    height: 60vh;
}
	}  
	  
	  	  @media (max-height:1040px) {
			  
			    #answerContent {
     height:57vh;
}
	 
		   @media (max-width: 992px) {
	  #answerContent {
       overflow-y: auto;
    height:auto;
}
	} 
			  } 
	  
	  
	  	  	  @media (max-height:950px) {
		
				  		    #answerContent {
     height:53vh;
}
				  
				  @media (max-width: 900px) {
	  #answerContent {
       overflow-y: auto;
    height:auto;
}
	} 
	}  
 
@media (max-width: 991.98px) {
  .recent-prompts-inline {
    display: none;
  }

  .mobile-recent-prompts-btn {
    display: inline-flex;
    width: fit-content;
  }

  .desktop-answer-form-card {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile-recent-prompts-btn {
    display: none !important;
  }
}
	  
.history-chip {
  cursor: pointer;
  transition: all 0.2s ease;
}

.history-chip:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-1px);
}
   html, body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #0f1720;
  color: #f8f5ef;
  overflow: hidden;
}

body {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background-image:
    linear-gradient(135deg, rgba(12,19,28,0.72), rgba(12,19,28,0.42)),
    url('../images/background-home.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
	  
	  body,
.prompt-input,
.chat-answer-section p,
.suggestion-item p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
	  
	  .chat-answer-section p {
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 65ch; /* HUGE readability upgrade */
}

.app-shell {
  min-height: 100vh;
  min-height: 100svh;
  overflow: auto;
}

.main-wrap {
  min-height: 100vh;
  min-height: 100svh;
}

    .app-shell::-webkit-scrollbar-thumb,
    .results-pane::-webkit-scrollbar-thumb,
    .left-pane::-webkit-scrollbar-thumb {
      background: rgba(255,255,255,0.18);
      border-radius: 999px;
    }

    .main-wrap {
 
      padding: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.35s ease;
    }

    .intro-layout,
    .chat-layout {
      width: min(1320px, 100%);
      transition: all 0.45s ease;
    }

    .glass-panel {
      background: var(--panel-bg);
      border: 1px solid var(--panel-border);
      box-shadow: var(--shadow);
      border-radius: var(--radius-xl);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .hero-card {
      width: min(760px, 100%);
      margin: 0 auto;
      padding: 42px;
      text-align: center;
    }

    .brand-logo {
      width: 110px;
      max-width: 26vw;
      height: auto;
      margin-bottom: 22px;
      filter: drop-shadow(0 10px 24px rgba(0,0,0,0.22));
    }

    .brand-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 4vw, 3.5rem);
      font-weight: 700;
      line-height: 1.05;
 
  letter-spacing: -0.025em; /* more refined */
 
      margin-bottom: 16px;
    }

    .brand-tagline {
      color: var(--text-soft);
      font-size: clamp(1rem, 1.4vw, 1.15rem);
      line-height: 1.7;
      max-width: 680px;
      margin: 0 auto 28px;
    }

    .question-form {
      position: relative;
    }

    .prompt-wrap {
      display: flex;
      gap: 12px;
      align-items: center;
      background: rgba(255,255,255,0.16);
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 999px;
      padding: 8px 8px 8px 18px;
      min-height: var(--input-height);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .prompt-input {
      flex: 1;
      border: 0;
      outline: none;
      background: transparent;
      color: var(--text-main);
    
      min-width: 0;
    }

    .prompt-input::placeholder {
      color: rgba(248,245,239,0.62);
    }
	  
	  .prompt-input {
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}
	  
	  .history-label {
  letter-spacing: 0.18em;
  font-size: 0.7rem;
}
	  
	  .history-chip {
  font-weight: 500;
}

    .btn-ask,
    .btn-suggestions,
    .btn-back {
      border-radius: 999px;
      font-weight: 600;
      padding: 12px 20px;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .btn-ask {
      background: linear-gradient(135deg, var(--accent), #f0d39d);
      border: 0;
      color: #1b1b1b;
      box-shadow: 0 8px 24px rgba(216, 179, 106, 0.35);
      white-space: nowrap;
    }

    .btn-ask:hover,
    .btn-suggestions:hover,
    .btn-back:hover {
      transform: translateY(-1px);
    }
	  
	  .btn-ask {
  letter-spacing: 0.08em;
}

    .chat-layout {
      display: none;
    }

    .chat-grid {
      display: grid;
      grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
      gap: 22px;
      min-height: calc(100vh - 48px);
      min-height: calc(100svh - 48px);
      align-items: stretch;
    }

    .left-pane{
      padding: 28px;
      overflow: auto;
      min-height: 0;
    }
	  
.results-pane {
  padding: 28px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.results-scroll-area {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  padding-right: 4px;
}

#answerView,
#suggestionsView {
  margin-bottom: 18px;
}

    .left-pane {
      display: flex;
      flex-direction: column;
      gap: 22px;
    }

    .left-header {
      display: flex;
      gap: 16px;
      align-items: center;
    }

    .left-logo {
      width: 64px;
      height: 64px;
      object-fit: contain;
      flex: 0 0 auto;
    }

    .left-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem;
      line-height: 1.1;
      margin: 0 0 6px;
    }

    .left-subtitle {
      color: var(--text-soft);
      font-size: 0.96rem;
      margin: 0;
    }

    .question-history {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .history-label {
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-size: 0.72rem;
      color: rgba(248,245,239,0.65);
      margin-bottom: 2px;
    }

    .history-chip {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      max-width: 100%;
      padding: 12px 16px;
      border-radius: 18px;
      background: rgba(255,255,255,0.10);
      border: 1px solid rgba(255,255,255,0.12);
      color: var(--text-soft);
      font-size: 0.95rem;
    }

 

    .desktop-form-title {
      font-size: 0.98rem;
      margin-bottom: 12px;
      color: var(--text-soft);
    }

    .results-header {
    display: flex;
  flex-direction: column;
      justify-content: space-between;
      align-items: start;
      gap: 12px;
      margin-bottom: 18px;
    }
	  
 
.results-header-actions {
  flex-wrap: wrap;
}
	  

    .results-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.6rem, 2vw, 2.3rem);
      margin: 0;
    }

    .results-subtitle {
      margin: 6px 0 0;
      color: var(--text-soft);
      font-size: 0.96rem;
    }

    .answer-card,
    .suggestions-card {
      border-radius: var(--radius-lg);
      padding: 24px;
      background: rgba(255,255,255,0.10);
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    }

    .answer-card p,
    .suggestions-card p,
    .suggestions-card li {
      color: var(--text-main);
      line-height: 1.8;
      font-size: 1rem;
    }

    .results-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 18px;
    }

    .result-status {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.10);
      color: var(--text-soft);
      font-size: 0.92rem;
    }

    .result-status.is-loading::before {
      content: '';
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px solid rgba(255,255,255,0.28);
      border-top-color: var(--accent);
      animation: spin 0.8s linear infinite;
      display: inline-block;
    }

    .result-status.is-error {
      color: #ffd2d2;
      border-color: rgba(255,120,120,0.28);
      background: rgba(120,20,20,0.20);
    }

    @keyframes spin {
      to { transform: rotate(360deg); }
    }

    .btn-suggestions,
    .btn-back {
      border: 1px solid rgba(255,255,255,0.16);
      background: rgba(255,255,255,0.10);
      color: var(--text-main);
    }

    .btn-back {
      display: none;
    }

    .suggestions-card {
      display: none;
    }

    .suggestion-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      padding: 0;
      list-style: none;
      margin: 18px 0 0;
    }

    .suggestion-item {
      padding: 18px;
      border-radius: 20px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.10);
    }

    .suggestion-item h5 {
      margin: 0 0 8px;
      font-size: 1rem;
    }

    .suggestion-item p {
      margin: 0;
      font-size: 0.94rem;
      color: var(--text-soft);
      line-height: 1.65;
    }

	  
	  
    .mobile-bottom-bar {
      display: none;
    }

    .fade-up {
      --animate-duration: 0.55s;
    }

    @media (max-width: 991.98px) {
      html, body {
        overflow: auto;
      }

      .main-wrap {
        align-items: stretch;
        padding: 16px;
      }

      .hero-card,
      .left-pane,
      .results-pane {
        padding: 24px 18px;
      }

      .chat-grid {
        display: flex;
        flex-direction: column;
 
        padding-bottom: 100px;
      }
		
.chat-grid {
  min-height: calc(100vh - 48px);
  min-height: calc(100svh - 48px);
}

      .left-pane {
        overflow: visible;
      }

      .desktop-form-card {
        display: none;
      }

      .suggestion-list {
        grid-template-columns: 1fr;
      }

      .results-pane {
        min-height: 52vh;
      }

      .mobile-bottom-bar.active {
        display: block;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 1050;
      }

      .mobile-bottom-inner {
        padding: 10px;
        border-radius: 24px;
        background: rgba(10, 15, 22, 0.9);
        border: 1px solid rgba(255,255,255,0.14);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        box-shadow: 0 20px 44px rgba(0,0,0,0.34);
      }

      .chat-layout.mobile-sticky-enabled .results-pane {
        padding-bottom: calc(var(--mobile-input-offset) + 26px);
      }

      .chat-layout.mobile-sticky-enabled .left-pane {
        padding-bottom: 0;
      }
    }
	  @media (max-width: 991.98px) {
  .main-wrap {
    padding-top: 72px;
  }
}

	@media (max-width: 991.98px) {
  /* Hide ONLY the inline history container */
  #historyList,
  .recent-prompts-inline {
    display: none !important;
  }

  /* Show mobile trigger */
  .mobile-recent-prompts-btn {
    display: flex;
    margin: 12px auto 0 auto;
    justify-content: center;
    margin-bottom: 20px;
    background: #582f1b;
}
  /* Hide desktop-only input card */
  .desktop-answer-form-card {
    display: none;
  }
		
		
		
} 
    @media (max-width: 575.98px) {
 
  .chat-answer-section p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .brand-title {
    letter-spacing: -0.015em;
  }
 
			  
	  div#currentQuestion {
    width: 100%;
      display: flex;
    justify-content: center;
    text-align: center;
}
		
      .brand-title {
        font-size: 2rem;
      }

      .prompt-wrap {
        align-items: stretch;
        border-radius: 24px;
        padding: 12px;
        flex-direction: column;
      }

      .btn-ask {
        width: 100%;
      }

      .left-header {
        align-items: flex-start;
      }

      .left-logo {
        width: 54px;
        height: 54px;
      }
		
		

main.results-pane {
    padding: 10px;
}

.chat-suggestion-card {
    background: none;
    outline: none !important;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}
		
    }
	  
 

 
  </style>