.swagger-ui .tempolia-request-snippets {
  background: #ffffff;
  border-top: 1px solid #dbe2ea;
  padding: 20px;
}

.swagger-ui .tempolia-request-snippets__header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 12px;
}

.swagger-ui .tempolia-request-snippets__header h4 {
  color: #172033;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.swagger-ui .tempolia-request-snippets__toggle,
.swagger-ui .tempolia-request-snippets__copy,
.swagger-ui .tempolia-request-snippets__tabs button {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  cursor: pointer;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.swagger-ui .tempolia-request-snippets__toggle {
  background: #ffffff;
  color: #344256;
  padding: 6px 10px;
}

.swagger-ui .tempolia-request-snippets__toggle:hover {
  background: #eef3f8;
}

.swagger-ui .tempolia-request-snippets__body {
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  overflow: hidden;
}

.swagger-ui .tempolia-request-snippets__tabs {
  background: #f7f9fc;
  border-bottom: 1px solid #dbe2ea;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
}

.swagger-ui .tempolia-request-snippets__tabs button {
  background: #ffffff;
  color: #344256;
  padding: 7px 10px;
}

.swagger-ui .tempolia-request-snippets__tabs button.is-active {
  background: #0f9f9a;
  border-color: #0f9f9a;
  color: #ffffff;
}

.swagger-ui .tempolia-request-snippets__code-wrap {
  background: #172033;
  position: relative;
}

.swagger-ui .tempolia-request-snippets__copy {
  background: #ffffff;
  color: #172033;
  padding: 6px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.swagger-ui .tempolia-request-snippets__copy:hover {
  background: #eef3f8;
}

.swagger-ui .tempolia-request-snippets pre {
  background: #172033;
  color: #f8fafc;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  max-height: 380px;
  overflow: auto;
  padding: 46px 16px 16px;
  white-space: pre;
}

.swagger-ui .tempolia-request-snippets code {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

@media (max-width: 768px) {
  .swagger-ui .tempolia-request-snippets {
    padding: 14px;
  }

  .swagger-ui .tempolia-request-snippets__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .swagger-ui .tempolia-request-snippets__tabs {
    gap: 6px;
  }
}
