/* --- BRAND: PRIMARY ---------------------- */
/* --- BRAND: ACCENTS ---------------------- */
/* --- NEUTRALS ---------------------- */
/* --- SPECTRUM: ILLUSTRATIONS ---------------------- */
/* --- GREYS ---------------------- */
/* Same as silver-300 */
/* --- PRODUCT ---------------------- */
/* --- ALERTS ---------------------- */
/* --- BRAND REDESIGN ---------------------- */
/* Hot Persimmon */
/* Volt */
/* Amethyst */
/* Sand */
/* Grey */
/* --- PLANS ---------------------- */
/* override default swagger CSS that doesn't look good on our site */
/* line 4, app/assets/stylesheets/api-docs.css.scss */
.swagger-ui pre {
  border: 0;
  background-color: transparent;
}

/* line 8, app/assets/stylesheets/api-docs.css.scss */
.swagger-ui .servers > label {
  margin: inherit;
}

/* line 11, app/assets/stylesheets/api-docs.css.scss */
.swagger-ui .wrapper {
  max-width: inherit;
}

/* line 14, app/assets/stylesheets/api-docs.css.scss */
.swagger-ui .info {
  margin: 10px 0;
}

/* line 17, app/assets/stylesheets/api-docs.css.scss */
.swagger-ui .scheme-container {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 21, app/assets/stylesheets/api-docs.css.scss */
.swagger-ui button {
  background-color: inherit;
}

/* line 24, app/assets/stylesheets/api-docs.css.scss */
.enterprise-only-alert {
  padding: 6px;
  margin-bottom: 1em;
}

/* line 28, app/assets/stylesheets/api-docs.css.scss */
.enterprise-only-alert strong {
  color: #00799E;
}

/* line 31, app/assets/stylesheets/api-docs.css.scss */
.enterprise-only-alert p:has(.btn) {
  margin-top: 12px;
}
