.CoveoSearchInterface {
  min-width: inherit !important;
}

.coveo-modal-content {
  top: 50px;
}

.CoveoSearchInterface svg {
  display: inline-block !important;
}

.CoveoSearchInterface p {
  margin-bottom: 0 !important;
}

.CoveoSearchInterface .magic-box .magic-box-input,
.CoveoSearchInterface .magic-box .magic-box-clear,
.CoveoDynamicFacet,
.CoveoDynamicFacetRange, 
.CoveoDynamicHierarchicalFacet,
.CoveoSearchInterface input,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
  background: transparent !important;
}

.CoveoSearchInterface, .CoveoSearchInterface input[type=text],
.CoveoSearchInterface .magic-box,
.CoveoSearchInterface .magic-box-clear-svg,
.CoveoSearchInterface .coveo-search-button-svg,
.CoveoSearchButton,
.CoveoFieldValue .coveo-field-caption,
.coveo-checkbox-label,
.coveo-dynamic-facet-value .coveo-checkbox-span-label-suffix,
.coveo-dynamic-facet-header-title,
.coveo-dynamic-facet-header-btn,
.coveo-dynamic-facet-show-more,

.coveo-dynamic-facet-breadcrumb-collapse,
.coveo-dynamic-facet-breadcrumb-value
{
  color: inherit !important;
}

[theme="dark"] .coveo-combobox-values {
  background-color: var(--gray-05) !important;
}
[theme="dark"] .coveo-combobox-values li:hover {
  background-color: var(--gray-00) !important;
}

[theme="dark"] .coveo-modal-backdrop {
  background-color: var(--gray-05) !important;
}

[theme="dark"] .coveo-modal-body,
[theme="dark"] .coveo-modal-header {
  background-color: var(--gray-00) !important;
}

.CoveoResult {
  height: 22em !important;
  width: 22em !important;
  background: #f3f3f4;
  border-radius: 25px !important;
}

[theme=dark] .CoveoResult {
  background: #242628
}

.coveo-result-frame {
  display: flex;
}

.tutorialHeading {
  font-size:1.25em;
  color: #0051c3;
  padding-bottom: 1em;
  letter-spacing: .1em;
}

[theme=dark] .tutorialHeading {
  color: #F6821F;
}

.coveo-card-layout.CoveoResult .CoveoResultLink {
  font-size: 1.5em !important;
  color: inherit !important;
  line-height: 1.25em !important;
}

[theme="dark"] .CoveoResult a.CoveoResultLink, 
[theme="dark"] .CoveoResultLink, 
[theme="dark"] a.CoveoResultLink,
[theme="dark"] .coveo-accessible-button.coveo-clickable
{
  --background-color-alpha: 0.03 !important;
  --border-bottom-color-rgb: var(--orange-rgb) !important;
  --border-bottom-color-alpha: 0.35 !important;
  
}

.DocsMarkdown ul {
  list-style: none !important;
  padding-left: 0 !important;
}

.coveo-dynamic-facet-header h2 {
  margin-top: 0 !important;
  line-height: 35px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.coveo-facet-column {
  padding-left: 0px !important;
  padding-right: 2em !important;
}

.coveo-main-section {
  display: flex !important;
  flex-direction: row !important;
}

.CoveoFieldValue {
  font-size:1.25em;
}