/** Google custom search */
.gsc-control-searchbox-only {
  background: #f0f2f5;
  padding: 15px 20px;
}

table.gsc-search-box td.gsc-input {
  padding: 0px;
}

.gsc-control-searchbox-only .gsc-input-box input.gsc-input {
  padding: 15px !important;
  line-height: 1;
  text-indent: 7px;
  color: #6a6a6a;
  height: inherit;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
}

.gsc-control-searchbox-only .gsc-search-button button.gsc-search-button {
  border: none;
  border-radius: 0px;
  margin: 0px;
  padding: 25px 35px;
}

.gsc-control-cse {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
}

  .gsc-control-cse .gsc-resultsRoot .gsc-expansionArea {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    align-content: center;
  }

  .gsc-control-cse .gsc-resultsRoot .gsc-expansionArea .gsc-result {
    width: calc(60% - 1em);
    display: flex;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 1em;
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 5em;
    max-height: fit-content;
    background: #f6f7f9;
    flex-direction: column;
    margin-bottom: 16px;
    padding: 16px 32px;
    border-bottom: 3px solid #00205c;
  }

    .gsc-control-cse .gsc-resultsRoot .gsc-expansionArea .gsc-result .gs-image-box {
      width: 150px;
      margin-right: 10px;
    }

      .gsc-control-cse .gsc-resultsRoot .gsc-expansionArea .gsc-result .gs-image-box img {
        min-width: 150px;
        max-width: 150px
      }
.gsc-cursor {
  display: block !important;
  margin: 0px auto;
  width: 50%;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 5px;
  font-weight: 600;
}


