  .result-sessions__controls {
    display: none;
  }

  .panel-heading,
  .list-group-item {
    padding: 7px 10px;
  }

  .panel-heading .btn-sm {
    padding: 0 5px;
    border: none;
  }

  .panel-toggle {
    color: #333;
  }

  .panel-toggle:before {
    content: '\e114';
    font-family: 'Glyphicons Halflings';
  }

  .panel-toggle.collapsed:before {
    content: '\e080';
  }

  .list-group-item:not(.collapse-trigger):after {
    clear: both;
    content: "";
    display: table;
  }

  .list-group-item.disabled {
    background-color: #fff;
    color: #999;
  }

  .list-group-item.selected-single_drill_down {
    color: #337ab7;
  }

  .collapse-trigger {
    font-size: 90%;
  }

  .collapse-trigger:after {
    content: ' Less';
  }

  .collapse-trigger:before {
    content: '\2212';
    font-family: 'Glyphicons Halflings';
  }

  .collapse-trigger.collapsed:after {
    content: ' More'
  }

  .collapse-trigger.collapsed:before {
    content: '\002b';
  }

  .radio-unchecked {
    border: 2px #555 solid;
    border-radius: 50%;
    display: inline-block;
    width: 13px;
    height: 13px;
    -moz-osx-font-smoothing: grayscale;
  }

  #search-facets-breadcrumb {
    color: #777;
    font-size: 12px;
  }

  #search-facets-breadcrumb .facets-breadcrumb-label {
    margin-right: 5px;
  }

  #search-facets-breadcrumb .facets-applied {
    background-color: #f0f0f0;
    border: 1px solid #eee;
    font-size: x-small;
    display: inline-block;
    padding: 2px 4px 2px 0px;
  }

  #search-facets-breadcrumb .facets-applied:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 2px;
  }

  #search-facets-breadcrumb .facets-applied>li {
    padding: 0;
  }

  #search-facets-breadcrumb .btn-default {
    background-color: #ccc;
    color: #fefefe;
    border-color: #bbb;
  }

  #search-facets-breadcrumb .btn-default:hover {
    background-color: #bbb;
    border-color: #aaa;
  }

  .search-initial {
    padding: 40px 15px;
  }

  .search-initial .logo img {
    margin-bottom: 32px;
  }

  .form-control-inline {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

  .navbar-brand {
    padding: 10px 0px 10px 15px;
  }

  .navbar-default .navbar-form {
    border-color: transparent;
  }

  #search-result-count {
    margin-bottom: 10px;
  }

  #search-results .result {
    margin-bottom: 24px;
  }

  #search-results li h4,
  #search-best-bets h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .search-collapsed {
    text-indent: 8px;
  }

  .search-metrics td div.metric {
    border: solid 1px #ddd;
  }

  .navbar .twitter-typeahead input.form-control.query {
    width: 50rem;
  }

  @media (max-width: 980px) {
    .navbar .twitter-typeahead input.form-control.query {
      width: 40rem;
    }
  }

  @media (max-width: 440px) {
    .navbar .twitter-typeahead input.form-control.query {
      width: 33rem;
    }
  }

  svg line,
  svg rect {
    stroke: #777;
  }

  svg rect.query {
    fill: #f2dede;
  }

  svg rect.literal {
    fill: #dff0d8;
  }

  svg rect.logical {
    fill: #fcf8e3;
  }

  svg rect.set {
    fill: #d9edf7;
  }

  .tt-menu {
    display: none;
    left: 0px;
    position: absolute;
    top: 100%;
    z-index: 100;
  }

  .navbar-default .navbar-form {
    border: transparent !important;
  }

 
  .twitter-typeahead {
    position: relative;
    width: 100%;
  }

  .tt-menu {
    box-sizing: border-box;
    top: calc(100% + 8px);
    width: 100%;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
    max-height: 420px;
    overflow: hidden;
    text-align: left; 
    padding: 0;
  }

  .tt-menu.tt-open {
    display: grid !important;
    grid-template-columns: 1.35fr 1fr;
    gap: 0;
    align-items: stretch;
  }

  .tt-menu .tt-dataset {
    padding: 14px 18px;
    text-align: left;
    align-self: stretch;
    height: 100%;
  }


  .tt-menu .tt-dataset-organic {
    border-right: none;
  }

  
  .tt-menu .tt-dataset-top-results,
  .tt-menu .tt-dataset-results {
    background: #f6efe3;
    border: none;
    border-left: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 8px 12px;
    padding: 12px 16px;
    height: calc(100% - 16px);
    min-height: 0;
    box-sizing: border-box;
    align-self: stretch;
  }

  /* Headers */
  .tt-menu .tt-dataset-organic::before {
    content: "SUGGESTED SEARCHES";
    display: block;
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #000;
    margin-bottom: 8px;
    position: sticky;
    top: 0;
    background: #ffffff;
    padding: 6px 0 6px;
  }

  .tt-menu .tt-dataset-top-results::before,
  .tt-menu .tt-dataset-results::before {
    content: "TOP RESULTS";
    display: block;
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #000;
    margin-bottom: 6px; 
    position: sticky;
    top: 0;
    background: #f6efe3;
    padding: 6px 0 6px;
  }

  
  .tt-menu .tt-dataset:not(:has(.tt-suggestion)) {
    display: none;
  }

 
  .tt-menu .tt-suggestion {
    cursor: pointer;
    padding: 6px 0;
    line-height: 1.5;
    color: #111;
    text-align: left; 
  }

  .tt-menu .tt-dataset-organic .tt-suggestion {
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-style: normal; 
    font-weight: 400;   
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.01em; 
  }

  .tt-menu .tt-suggestion a {
    color: inherit !important;
    text-decoration: none !important;
  }

  .tt-menu .tt-suggestion:hover a,
  .tt-menu .tt-suggestion:focus a {
    color: inherit !important;
    text-decoration: none !important;
  }

  .tt-menu .tt-suggestion:hover,
  .tt-menu .tt-cursor {
    background: #F5F5F5 !important;
    color: #000 !important;
    text-decoration: none !important;
  }

  .tt-menu .tt-dataset-top-results .tt-suggestion:hover,
  .tt-menu .tt-dataset-top-results .tt-cursor,
  .tt-menu .tt-dataset-results .tt-suggestion:hover,
  .tt-menu .tt-dataset-results .tt-cursor {
    background: #ffffff !important;
  }

  .tt-menu .tt-suggestion strong {
    font-weight: 700;
  }

  .tt-menu .tt-dataset-top-results .tt-suggestion .tt-title,
  .tt-menu .tt-dataset-results .tt-suggestion .tt-title {
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }

  .tt-menu .tt-dataset-top-results .tt-suggestion .tt-meta,
  .tt-menu .tt-dataset-results .tt-suggestion .tt-meta {
    display: none;
  }

  .tt-menu .tt-dataset-top-results .tt-suggestion a,
  .tt-menu .tt-dataset-results .tt-suggestion a {
    display: block;
    width: 100%;
    text-align: left; 
  }

  .tt-menu .tt-dataset-organic .tt-suggestion a {
    display: block;
    width: 100%;
  }

  .tt-menu .tt-dataset > .tt-dataset-label,
  .tt-menu .tt-dataset > .tt-header {
    display: none !important;
  }

  .styled-search {
    * {
      box-sizing: border-box;
    }

    .twitter-typeahead {
      width: 100%;
      height: 100%;

      .tt-input {
        max-width: none;

        &::placeholder {
          font-weight: 400;
          font-size: 1.38rem;
          font-style: italic;
        }
      }
    }
  }
