html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}





/* Global */
* {
  margin: 0;
  padding: 0;
}

/* Typography */
body {
  font-size: 14px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Layout */
.container {
  padding: 0.5rem;
}

.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.col {
  padding: 0.5rem;


/* Forms */
input, select, textarea {
  font-size: 14px;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Tables */
table {
  margin-bottom: 1rem;
}

th, td {
  padding: 0.25rem;
}

.prompt_response_card {
  background-color: black;
  border-radius: 3px;
  padding: 4px;
}

.kbarticle {
  max-width: 700px !important;
}

.response-card {
  background-color: black !important;
  border-radius: 3px !important;
  padding: 4px !important;
}