.gcse-result {
  background-color: #fff;
  display: flex;
  border-radius: 10px;
  margin-bottom: 40px;
}
.gcse-result:last-child {
  margin-bottom: 0;
}
.gcse-result b {
  font-weight: bold;
}

.gcse-result-content {
  padding: 18px 40px;
  border-right: 1px solid #ededed;
  flex-grow: 1;
}

.gcse-result-link {
  width: 155px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.gcse-result-text {
  font-size: 13px;
  color: #4c4c4c;
}

.other-search-results-header {
  font-size: 24px;
}
/*# sourceMappingURL=search-page.css.map */
