/**
 * Default Theme, v6.
 *
 */

/* Selector for entire element. */
.gsc-control-cse {
  border: 1px solid #fff;
  background-color: #fff;
}

.gsc-control-cse .gsc-table-result {
  width: auto;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  font-family: Arial, sans-serif;
}


.gsc-resultsHeader {
  border: block;
}

/* Search input */
.gsc-input {
  font-size: 16px;
}

/* Hide clear input X added by MSIE. */
.gsc-input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

.gsc-input-box {
  background: #fff;
}

.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
  outline: none;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
  border: 1px solid #d2d2d2;
}

/* Search button */
.gsc-search-button-v2 {
  font-size: 0;
  padding: 6px 27px;
  width: auto;
  vertical-align: middle;

  border: 1px solid #666;
  border-radius: 2px;

  border-color: #3079ed;
  background-color: #4d90fe;
  background-image: linear-gradient(top, #4d90fe, #4787ed);
}

.gsc-search-button-v2:hover {
  border-color: #2f5bb7;
  background-color: #357ae8;
  background-image: linear-gradient(top, #4d90fe, #357ae8);
}

.gsc-search-button-v2 svg {
  fill: #fff;
}

/* Firefox button fix */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Inactive tab */
.gsc-tabHeader.gsc-tabhInactive {
  color: #4d5156;
  background-color: #fff;
}

/* Active tab */
.gsc-tabHeader.gsc-tabhActive {
  border-bottom: 3px solid #1a0dab;
  color: #1a0dab;
  background-color: #fff;
}

.gsc-refinementsArea {
  background-color: #fff;
}

.gsc-refinementHeader {
  text-decoration: none;
  color: #666;
  line-height: 20px;
  margin-right: 8px;
}

.gsc-refinementHeader.gsc-refinementhActive {
  border-bottom: 3px solid #1a0dab;
  color: #1a0dab;
  background-color: #fff;
}

.gsc-refinementHeader.gsc-refinementhInactive {
  color: #4d5156;
  background-color: #fff;
}

.gsc-results-wrapper-overlay {
  background-color: #fff;
}

/* Inner wrapper for a result */
.gsc-webResult.gsc-result {
  border: 1px solid #fff;
  background-color: #fff;
}

.gsc-webResult.gsc-result:hover {
  border-color: #fff;
  background-color: #fff;
}

/* Set link colors. */
.gs-result .gs-title *,
.gsc-cursor-page,
.gs-spelling a {
  color: #1a0dab;
}

.gs-webResult.gs-result a.gs-title,
.gs-webResult.gs-result a.gs-title b,
.gs-imageResult a.gs-title,
.gs-imageResult a.gs-title b {
  color: #1a0dab;
}

/* Snippet text color */
.gs-webResult .gs-snippet,
.gs-fileFormatType {
  color: #4d5156;
}

/*Promotion Settings*/
/* The entire promo */
.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #f6f6f6;
  border-color: #fff;
}

/* Promotion links */
.gs-promotion .gs-title:link,
.gs-promotion .gs-title:link *,
.gs-promotion .gs-snippet a:link {
  color: #1a0dab;
}

.gs-promotion .gs-title:visited,
.gs-promotion .gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
  color: #1a0dab;
}

.gs-promotion .gs-title:hover,
.gs-promotion .gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
  color: #1a0dab;
}

.gs-promotion .gs-title:active,
.gs-promotion .gs-title:active *,
.gs-promotion .gs-snippet a:active {
  color: #1a0dab;
}

/* Promotion snippet */
.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #4d5156;
}

/* Promotion url */
.gs-promotion .gs-visibleUrl,
.gs-webResult .gs-visibleUrl {
  color: #202124;
}

/* Style for auto-completion table
 * .gsc-completion-selected: styling for a suggested query which the user has moused-over
 * .gsc-completion-container: styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: rgba(31, 31, 31, 0.08);
}

.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 16px;
  background: #fff;
  border: 1px solid #d2d2d2;
  /* The top, left, and width are set in JavaScript. */
}

.gsc-completion-title {
  color: #1a0dab;
}

.gsc-completion-snippet {
  color: #4d5156;
}

.gsc-results .gsc-cursor {
  color: #1f1f1f;
  fill: #636363;
}

.gsc-results .gsc-cursor-box {
  margin: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration: none;
  color: #4d5156;
  background-color: #fff;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: underline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #1a0dab;
  background-color: #fff;
}

.gsc-context-box .gsc-facet-label {
  width: 65px;
  padding-left: 2px;
  text-decoration: underline;
  color: #15c;
  cursor: pointer;
}

.gsc-context-box .gsc-chart {
  width: 32em;
  padding: 3px;
  border-left: 1px solid #15c;
  border-right: 1px solid #15c;
}

.gsc-context-box .gsc-top {
  border-top: 1px solid #15c;
}

.gsc-context-box .gsc-bottom {
  border-bottom: 1px solid #15c;
}

.gsc-context-box .gsc-chart div {
  background: #15c;
  height: 9px;
}

.gsc-context-box .gsc-facet-result {
  color: #15c;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}

.gs-webResult .gs-title .gs-title.gsc-usr-group-heading {
  color: #15c;
  cursor: pointer;
}

.gs-webResult .gs-title .gs-title.gsc-usr-group-heading b {
  color: #15c;
}

.gcsc-find-more-on-google {
  color: #1a0dab;
}

.gcsc-find-more-on-google-magnifier {
  fill: #1a0dab;
}

.gsc-sge-container {
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
  display: flex;
  width: 517px;
  padding: 16px 16px 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  color: #333;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.gsc-sge-container-header {
  display: flex;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}

.gsc-sge-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 6px;
}

.gsc-sge-full-summary {
  display: block;
}

.gsc-sge-full-summary-collapsed {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.gsc-sge-show-more-button {
  display: inline-flex;
  align-items: center;
  justify-content:center;
  gap: 6px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 16px;
  padding: 10px 0;
  border: none;
  background-color: #f1f3f4;
  border-radius: 24px;
  cursor: pointer;
}

.gsc-sge-show-more-button-icon,
.gsc-sge-show-less-button-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  position: relative;
}

.gsc-sge-show-more-button-icon {
  transform: rotate(90deg);
}

.gsc-sge-hide-show-button-icon {
  display: none;
}

.gsc-sge-show-more-button-text {
  line-height: 1;
  display: inline-block;
}

.gsc-sge-subsection-content {
  margin-top: 12px;
}

.gsc-sge-subsection-header {
  display: inline-block;
  color: #333;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.gsc-sge-subsection-list {
  margin-top: 8px;
}
.gsc-sge-subsection-list ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.gsc-sge-subsection-list li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  position: relative;
  display: inline-block;
  align-items: center;
  gap: 4px;
}

.gsc-sge-subsection-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}

.gsc-sge-source-link-button {
  fill: #1a73e8;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: 3px;
}

.gsc-sge-related-searches-scroller {
  max-width: 517px;
  display: flex;
  overflow-x: auto;
  overflow-y:hidden;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-top: 10px;
  gap: 5px;
}

.gsc-sge-related-searches-item {
  background: none;
  display: inline-block;
  padding: 8px;
  border-radius: 15px;
  border: 1px solid #e9e9e9;
  margin: 2px;
  white-space: nowrap;
  cursor: pointer;
}

.gsc-sge-related-searches-item:hover {
  text-decoration: underline;
}

.gsc-sge-divider {
  border-top: 1px solid #ddd;
  margin: 10px 0;
}
