:root {
  color-scheme: light;
  font-size: 13px;
  font-family: Arial, sans-serif;
  line-height: 1.24;
  --gs-blue: #1a0dab;
  --gs-blue-visited: #660099;
  --gs-blue-active: #d14836;
  --gs-border: #e5e5e5;
  --gs-muted: #666;
  --gs-bg: #fff;
}

html,
body,
div,
span,
header,
main,
section,
nav,
ul,
ol,
li,
form,
label,
button,
input,
p,
h1,
h2 {
  margin: 0;
  padding: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--gs-blue);
  text-decoration: none;
}

a:visited {
  color: var(--gs-blue-visited);
}

a:active {
  color: var(--gs-blue-active);
}

body {
  min-height: 100%;
  background: var(--gs-bg);
  color: #222;
  -webkit-text-size-adjust: 100%;
}

[hidden] {
  display: none !important;
}

#gs_top {
  min-height: 100vh;
  min-width: 964px;
  box-sizing: border-box;
  position: relative;
}

#gs_hdr {
  position: relative;
  padding: 10px 28px;
  border-bottom: 1px solid var(--gs-border);
  background: #f5f5f5;
  box-sizing: border-box;
}

body.gs_home #gs_hdr {
  background: transparent;
  border-color: transparent;
  margin-bottom: 120px;
  padding: 24px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.gs_results #gs_hdr {
  margin-bottom: 0;
  padding: 6px 18px;
}

#gs_hdr_home_bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 8px;
  margin-bottom: 4px;
}

body.gs_home #gs_hdr_home_bar {
  display: flex;
  margin-bottom: 16px;
  width: 100%;
  max-width: 980px;
  padding: 0 24px;
  box-sizing: border-box;
}

#gs_hdr_hpl {
  display: flex;
  gap: 16px;
  font-size: 14px;
  color: var(--gs-muted);
}

#gs_hdr_hpl .gs_hdr_link {
  color: inherit;
}

#gs_hdr_home_act {
  display: flex;
  align-items: center;
}

body.gs_home #gs_menu_button,
body.gs_home #gs_hdr_act {
  display: none;
}

#gs_hdr_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  min-height: 60px;
}

body.gs_home #gs_hdr_top {
  justify-content: center;
  width: 100%;
  max-width: 980px;
  padding: 48px 32px 32px;
  box-sizing: border-box;
}

#gs_menu_button {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

#gs_menu_button:focus-visible {
  outline: 2px solid #1a0dab;
  outline-offset: 2px;
}

.gs_menu_line {
  width: 20px;
  height: 2px;
  background: #5f6368;
  border-radius: 1px;
}

#gs_hdr_center {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: center;
}

body.gs_home #gs_hdr_center {
  flex-direction: column;
  text-align: center;
  gap: 24px;
  align-items: center;
  width: 100%;
}

body.gs_results #gs_hdr_center {
  flex-direction: row;
  justify-content: flex-start;
  gap: 14px;
  flex: 1 1 920px;
  margin-right: auto;
}

#gs_hdr_act {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}

.gs_btn_flat {
  border: none;
  background: transparent;
  color: #1a0dab;
  font-size: 13px;
  cursor: pointer;
}

#gs_logo_home {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 30px;
  letter-spacing: -1px;
  flex-shrink: 0;
}

body.gs_home #gs_logo_home {
  font-size: 72px;
}

body.gs_results #gs_logo_home {
  font-size: 24px;
  margin-right: 5px;
}

#gs_logo_home:focus-visible {
  outline: 2px solid #1a0dab;
  outline-offset: 4px;
}

.gs_logo_g {
  color: #4285f4;
}
.gs_logo_o {
  color: #ea4335;
}
.gs_logo_o2 {
  color: #fbbc05;
}
.gs_logo_g2 {
  color: #4285f4;
}
.gs_logo_l {
  color: #34a853;
}
.gs_logo_e {
  color: #ea4335;
}
.gs_logo_sub {
  font-size: 1em;
  color: #5f6368;
  margin-left: 8px;
}

#gs_hdr_srch {
  flex: 1;
  width: 100%;
  min-width: 280px;
}

#searchForm {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
  --gs-search-height: 44px;
}

body.gs_home #searchForm {
  max-width: 860px;
  --gs-search-height: 60px;
}

body.gs_results #searchForm {
  max-width: 880px;
  margin: 0;
}

.gs_in_txtb {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-top-color: #c0c0c0;
  border-right: none;
  border-radius: 2px 0 0 2px;
  background: #fff;
  height: var(--gs-search-height);
}

body.gs_home .gs_in_txtb {
  border-radius: 2px 0 0 2px;
}

.gs_in_txtw {
  width: 100%;
}

.gs_in_txt {
  width: 100%;
  height: var(--gs-search-height);
  padding: 0 48px 0 16px;
  border: none;
  font-size: 16px;
  line-height: var(--gs-search-height);
  outline: none;
  box-sizing: border-box;
}

body.gs_home .gs_in_txt {
  font-size: 20px;
}

.gs_in_txt::placeholder {
  color: #757575;
  opacity: 1;
}

.gs_in_txt:focus {
  border-color: #4d90fe;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.gs_hdr_clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #757575;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: none;
}

.gs_in_txt:not(:placeholder-shown) ~ .gs_hdr_clear,
.gs_in_txt:focus ~ .gs_hdr_clear {
  display: inline-block;
}

.gs_btn {
  min-width: 72px;
  height: 41px;
  padding: 0 16px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  cursor: pointer;
  font-size: 14px;
}

.gs_btn:hover {
  background: #f8f8f8;
}

.gs_btn_act {
  background: #4d90fe;
  color: #fff;
  border-color: transparent;
}

.gs_btn_act:hover {
  background: #3983fe;
}

.gs_btn_smd {
  border-radius: 3px;
  min-width: 90px;
}

#gs_hdr_tsb {
  width: var(--gs-search-height);
  min-width: var(--gs-search-height);
  height: var(--gs-search-height);
  flex: 0 0 var(--gs-search-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0 2px 2px 0;
  border-left: none;
}

body.gs_home #gs_hdr_tsb {
  border-radius: 0 2px 2px 0;
}

.gs_btnG .gs_ico {
  display: inline-block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.gs_in_txts {
  margin-top: 8px;
  font-size: 13px;
  color: var(--gs-muted);
}

#gs_hp_main {
  text-align: center;
  padding: 0 32px 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 420px;
}

#gs_hp_giants {
  font-size: 18px;
  color: #006621;
  align-self: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 32px;
}

#gs_hp_main h1 {
  font-size: 40px;
  font-weight: normal;
}

.gs_hp_tagline {
  font-size: 16px;
  color: #5f6368;
  margin: 12px 0 24px;
}

#gs_results {
  padding-bottom: 40px;
}

#gs_ab {
  border-bottom: 1px solid var(--gs-border);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  font-size: 14px;
  color: #666;
  background: #fff;
}

#gs_ab_ttl {
  font-size: 18px;
  color: #666;
}

#gs_ab_md {
  flex: 1;
}

.gs_chip_row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.gs_chip {
  border-radius: 999px;
  border: 1px solid #dadce0;
  background: #fff;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
  color: #3c4043;
}

.gs_chip.active {
  background: #e8f0fe;
  border-color: #d2e3fc;
  color: #0b57d0;
}

#gs_bdy {
  display: grid;
  grid-template-columns: 208px minmax(720px, 1000px) minmax(160px, 1fr);
  column-gap: 32px;
  width: 100%;
  box-sizing: border-box;
}

#gs_bdy_sb {
  grid-column: 1;
  padding: 64px 0 0 48px;
}

#gs_bdy_ccl {
  grid-column: 2;
  padding: 24px 32px 0 24px;
}

body.gs_drawer_open {
  overflow: hidden;
}

#gs_drawer_backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 900;
  opacity: 0;
  transition: opacity 0.25s ease;
}

#gs_drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  max-width: 80vw;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
  z-index: 950;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

body.gs_drawer_open #gs_drawer_backdrop {
  opacity: 1;
}

body.gs_drawer_open #gs_drawer {
  transform: translateX(0);
}

.gs_drawer_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--gs-border);
  font-size: 16px;
  color: #202124;
}

#gs_drawer_close {
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  color: #5f6368;
}

.gs_drawer_nav {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  gap: 16px;
}

.gs_drawer_nav a {
  font-size: 14px;
  color: #202124;
}

.gs_bdy_sb_sec {
  margin-bottom: 24px;
}

.gs_bdy_sb_sec h2 {
  font-size: 14px;
  color: #3c4043;
  margin-bottom: 12px;
}

.gs_bdy_sb_sec ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gs_bdy_sb_sec button {
  border: none;
  background: transparent;
  text-align: left;
  padding: 0;
  font-size: 13px;
  color: #3c4043;
  cursor: pointer;
}

.gs_bdy_sb_sec button.active {
  color: var(--gs-blue);
  font-weight: bold;
}

.gs_loading {
  padding: 16px 0 8px;
}

.gs_skeleton_card {
  margin-bottom: 24px;
}

.gs_skeleton_line {
  height: 12px;
  border-radius: 999px;
  margin-bottom: 10px;
  background: linear-gradient(
    120deg,
    #f0f0f0 25%,
    #e0e0e0 37%,
    #f0f0f0 63%
  );
  background-size: 200% 100%;
  animation: gs_shimmer 1.2s ease-in-out infinite;
}

.gs_skeleton_line.short {
  width: 30%;
}

.gs_skeleton_title {
  width: 70%;
  height: 16px;
}

.gs_skeleton_meta {
  width: 45%;
}

@keyframes gs_shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

#resultsList {
  margin: 0;
  padding: 0;
}

.gs_r {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid #ebebeb;
  clear: both;
  min-height: 52px;
}

.gs_r.gs_has_ggs .gs_ri {
  margin-right: 220px;
}

.gs_ri {
  margin-right: 0;
}

.gs_ggs {
  display: none;
  position: relative;
  z-index: 1;
  float: right;
  margin-left: 24px;
  width: 200px;
  min-width: 180px;
  max-width: 256px;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.gs_r.gs_has_ggs .gs_ggs {
  display: block;
}

.gs_ggsd {
  position: relative;
  min-height: 41px;
}

.gs_or_ggsm {
  display: inline-block;
  width: 100%;
}

.gs_or_ggsm a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 12px;
  color: #1a0dab;
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

.gs_or_ggsm a:hover {
  background: #f8f8f8;
}

.gs_ctg2 {
  font-weight: bold;
  color: #1a0dab;
}

.gs_rt {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 6px;
}

.gs_rt a {
  color: var(--gs-blue);
}
.gs_rt em {
  font-style: normal;
  color: #d14836;
}

.gs_a {
  font-size: 13px;
  color: #006621;
  margin-bottom: 8px;
}
.gs_a em {
  font-style: normal;
  color: #d14836;
}

.gs_rs {
  font-size: 13px;
  color: #222;
}

.gs_rs em {
  font-style: normal;
  color: #d14836;
}

.gs_fl {
  display: flex;
  gap: 12px;
  font-size: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.gs_flb {
  align-items: center;
}

.gs_fl a,
.gs_fl button,
.gs_fl_txt {
  color: #5f6368;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.gs_fl a:hover,
.gs_fl button:hover {
  color: var(--gs-blue);
  text-decoration: underline;
}

.gs_fl_txt {
  cursor: default;
}

.gs_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 32px 0 56px;
  font-size: 16px;
}

#pageIndicators {
  display: flex;
  gap: 12px;
}

#prevPage,
#nextPage,
.gs_page_num {
  border: none;
  background: transparent;
  color: #1a0dab;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}

.gs_page_num {
  min-width: 16px;
}

.gs_page_num.active {
  color: #000;
  font-weight: bold;
  cursor: default;
}

#prevPage:disabled,
#nextPage:disabled {
  color: #b8b8b8;
  cursor: default;
}

#gs_ftr {
  border-top: 1px solid #e4e4e4;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px;
  font-size: 12px;
  color: var(--gs-muted);
}

#gs_ftr_rt {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

#gs_lp .gs_lbl {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 18px;
  background: #323232;
  color: #fff;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  font-size: 13px;
}

#toast.show {
  opacity: 1;
}

@media (max-width: 1200px) {
  #gs_top {
    min-width: 0;
  }

  #gs_bdy {
    display: block;
  }

  #gs_bdy_sb,
  #gs_bdy_ccl {
    display: block;
    width: auto;
    padding: 16px 24px;
  }

  .gs_r.gs_has_ggs .gs_ri {
    margin-right: 0;
  }

  .gs_r .gs_ggs {
    float: none;
    margin: 12px 0 0 0;
    width: auto;
    text-align: left;
  }

  .gs_r .gs_or_ggsm a {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  #gs_hdr {
    padding: 12px 16px;
  }

  #gs_hdr_top {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  #gs_hdr_center {
    width: 100%;
  }

  #gs_hdr_act {
    width: 100%;
    justify-content: flex-end;
  }

  #searchForm {
    flex-direction: column;
    align-items: stretch;
  }

  .gs_in_txt {
    border-radius: 6px;
  }

  .gs_btn {
    border-radius: 6px;
    width: 100%;
  }

  #gs_bdy_sb,
  #gs_bdy_ccl {
    padding: 16px;
  }

  #gs_hp_main {
    padding: 0 16px 48px;
  }
}
.gs_or_btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #dadce0;
  background: #fff;
  color: #5f6368;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
}

.gs_or_btn:hover {
  border-color: #c6c6c6;
  color: #1a0dab;
  text-decoration: none;
}

.gs_or_svg {
  width: 15px;
  height: 16px;
  fill: currentColor;
}

.gs_or_btn_lbl {
  line-height: 1;
}
.gs_in_txts {
  min-height: 8px;
}

/* ── SEO Navigation Section ─────────────────────────────────── */
.gs_seo_nav {
  border-top: 1px solid #e4e4e4;
  background: #f9f9f9;
  padding: 32px 0;
}

.gs_seo_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.gs_seo_block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gs_seo_heading {
  font-size: 14px;
  font-weight: bold;
  color: #3c4043;
  margin: 0;
}

.gs_seo_links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.gs_seo_links a {
  font-size: 13px;
  color: #1a0dab;
  text-decoration: none;
  white-space: nowrap;
}

.gs_seo_links a:hover {
  text-decoration: underline;
}

.gs_seo_links a:visited {
  color: #660099;
}

@media (max-width: 720px) {
  .gs_seo_inner {
    padding: 0 16px;
  }

  .gs_seo_links {
    gap: 6px 12px;
  }
}
