body {
  background-color: #fafafe !important;
}

.gsc-wrapper {
  max-width: 100% !important;
}

form.gsc-search-box {
  margin: 0 86px !important;
  max-width: 100% !important;
}

.gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
}

.gsc-input-box {
  border-radius: 26px !important;
}

.gsc-tabHeader {
  background-color: transparent !important;
}

.gsc-expansionArea {
  gap: 8px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.gsc-webResult.gsc-result {
  background-color: #ffffff !important;
  border: 1px solid rgba(25, 25, 25, 0.15) !important;
  padding: 24px !important;
  border-radius: 24px !important;
  width: 100% !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: transparent !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: transparent !important;
}

.gsc-webResult.gsc-result:hover {
  background-color: #f8f8fc !important;
  border: 1px solid rgba(25, 25, 25, 0.35) !important;
}
