:root {
  --page-left: clamp(24px, 11.9vw, 230px);
  --page-width: 1100px;
  --topbar-sticky-height: 96px;
  --text: #202124;
  --muted: #5f6368;
  --line: #dadce0;
  --chip: #dfe8fb;
  --blue: #1a0dab;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

body {
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
}

.topbar {
  position: relative;
  background: #fff;
}


.topbar-divider {
  position: sticky;
  top: var(--topbar-sticky-height);
  z-index: 29;
  height: 1px;
  background: var(--line);
}







.logo {
  padding-top: 15px;
  padding-left: 50px;
  padding-right: 20px;
}

.logo img {
  width: 85px;
  margin: 0px;
  padding: 0px;
}








.searchbar {
  width: 100%;
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 14px 0 20px;
  border: 1px solid #dfe1e5;
  border-radius: 999px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.14);
  z-index: 100;
}

.searchbar input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--text);
  z-index: 101;
}

.search-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: default;
  z-index: 102;
}

.search-icon-button svg,
.search-icon-button img {
  width: 24px;
  height: 24px;
  display: block;
  fill: #5f6368;
}

.search-icon-button img,
.utility-button img,
.kebab img,
.gallery-badge img {
  object-fit: contain;
}

.searchbar-divider {
  width: 1px;
  height: 30px;
  margin: 0 6px;
  background: #dadce0;
}




.items {
  height: 45px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;

  img {
    height: 30px;
    width: 30px;
    padding: 5px;
    display: flex;
    margin-top:5px;
    margin-left: 10px;
  }

  .signin {
    width: 75px;
    height: 40px;
    border-radius: 30px;
    margin-right: 25px;
    margin-left: 20px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #eaecee;
    background-color: rgb(35, 88, 211);
    align-items: center;
    text-align: center;
    display: flex;

    span {
      margin: auto;
      padding-bottom: 2px !important;
    }
  }
}












.nonstick-top {
  height: 30px;
  display: scroll;
  background-color: #fbfcff;
}

.sticky-top {
  display: flex;
  position: sticky;
  position: top;
  top: 0px;
  height: 10px;
  width: 100vw;
  background-color: #fbfcff;
  z-index: 30;
}


.top {
  display: flex;
  position: sticky;
  top: 5px;
  justify-content: space-between;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom: 10px;
  position: top;
  height: 75px;
  width: 100vw;
  background-color: #fbfcff;
  z-index: 30;
}

.sticky-bottom {
  display: flex;
  position: sticky;
  top: 80px;
  justify-content: space-between;
  height: 1px;
  width: 100vw;
  border-bottom: 1px solid #dfe1e5;
  background-color: #fbfcff;
  z-index: 30;
}




.searchamabob {
  display: flex;
  position: sticky;
  top: 0px;
  position: top;
  height: 65px;
  background-color: #fbfcff;
  justify-content: space-between;
}






.utility-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  cursor: default;
}

.utility-button img {
  width: 24px;
  height: 24px;
  display: block;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.results-nav {

  background: #fff;
}

.results-nav-inner {
  width: var(--page-width);
  margin-left: var(--page-left);
  display: flex;
  gap: 26px;
  align-items: flex-end;
  height: 43px;
}

.results-nav-inner a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  color: var(--muted);
}


.page {
  width: var(--page-width);
  margin-left: var(--page-left);
  padding: 46px 0 40px;
}

.entity-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.entity-heading h1 {
  margin: 0;
  font-size: 43px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.kebab {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.kebab img {
  width: 20px;
  height: 20px;
  display: block;
}

.entity-top {
  display: grid;
  grid-template-columns: 820px 260px;
  gap: 20px;
}

.hero-strip {
  display: grid;
  grid-template-columns: 312px 230px 258px;
  gap: 16px;
  min-height: 314px;
}

.hero-card,
.fact-tile,
.news-tile,
.overview-facts {
  border-radius: 20px;
  overflow: hidden;
}

.hero-card {
  position: relative;
  display: block;
  background: #f2f2f2;
}

.hero-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-large {
  height: 314px;
}

.image-credit {
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: #fff;
  font-size: 13px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.hero-stack {
  display: grid;
  grid-template-rows: 149px 149px;
  gap: 16px;
}

.hero-small {
  height: 149px;
}

.gallery-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(32, 33, 36, 0.68);
}

.gallery-badge img {
  width: 17px;
  height: 17px;
  display: block;
  filter: brightness(0) invert(1);
}

.hero-video {
  display: flex;
  flex-direction: column;
  height: 314px;
  background: var(--chip);
}

.video-thumb {
  position: relative;
  height: 157px;
  overflow: hidden;
}

.video-thumb img {
  height: 100%;
}

.video-play {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}

.video-play img {
  width: 14px;
  height: 14px;
  display: block;
  filter: brightness(0) invert(1);
}

.video-time {
  position: absolute;
  left: 40px;
  bottom: 14px;
  padding: 1px 4px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
}

.video-meta {
  padding: 12px 14px 12px 14px;
}

.video-source {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #202124;
  font-size: 12px;
}

.youtube-dot {
  width: 14px;
  height: 10px;
  border-radius: 3px;
  background: #ff0000;
  position: relative;
}

.youtube-dot::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  border-left: 5px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.video-title {
  margin: 12px 0 6px;
  font-size: 17px;
  line-height: 1.42;
}

.video-snippet {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #202124;
}

.video-date {
  margin: 10px 0 0;
  color: #5f6368;
  font-size: 12px;
}

.entity-sidecards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 12px;
  align-content: start;
}

.fact-tile {
  min-height: 148px;
  padding: 14px 14px 16px;
  background: var(--chip);
}

.fact-label {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: var(--text);
}

.fact-value {
  display: block;
  margin-top: 62px;
  font-size: 16px;
  line-height: 1.35;
  color: #001d35;
}

.fact-source {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: #5f6368;
}

.news-tile {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 12px;
  align-items: stretch;
  min-height: 147px;
  padding: 14px;
  background: var(--chip);
}

.news-copy {
  display: flex;
  flex-direction: column;
}

.news-source {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.news-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #5f6368;
  position: relative;
}

.news-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #202124;
}

.news-copy p {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 1.42;
  color: #001d35;
}

.news-age {
  margin-top: auto;
  font-size: 12px;
  color: #174ea6;
}

.news-tile img {
  width: 92px;
  height: 118px;
  object-fit: cover;
  border-radius: 14px;
}

.results-layout {
  display: grid;
  grid-template-columns: 654px 1fr;
  gap: 24px;
  margin-top: 24px;
}

.left-column {
  min-width: 0;
}

.column-divider {
  height: 1px;
  background: #d2e3fc;
  margin-bottom: 20px;
}

.right-column {
  min-width: 0;
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.wiki-result {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 20px;
  margin-bottom: 32px;
}

.wiki-source-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.wiki-favicon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c7c5;
  border-radius: 50%;
  color: #3c4043;
  font-size: 20px;
  line-height: 1;
  font-family: Georgia, serif;
}

.wiki-source-copy {
  flex: 1;
}

.wiki-source-name {
  font-size: 14px;
  line-height: 1.4;
}

.wiki-source-url {
  margin-top: 2px;
  font-size: 12px;
  color: var(--muted);
}

.result-kebab {
  margin-left: auto;
}

.wiki-title {
  display: inline-block;
  margin-top: 8px;
  color: var(--blue);
  font-size: 35px;
  line-height: 1.26;
  font-weight: 400;
}

.wiki-snippet {
  margin: 6px 0 0;
  max-width: 520px;
  color: #4d5156;
  font-size: 16px;
  line-height: 1.57;
}

.wiki-snippet span {
  color: #5f6368;
  text-decoration: underline;
}

.wiki-thumb {
  width: 92px;
  height: 92px;
  margin-top: 36px;
  border-radius: 8px;
  overflow: hidden;
}

.wiki-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.people-ask h2,
.overview-panel h2,
.related-panel h2,
.things-know h2 {
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.people-ask h2 {
  font-size: 22px;
  letter-spacing: 0;
}

.ask-row {
  width: 100%;
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  text-align: left;
  cursor: default;
}

.ask-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f1f3f4;
}

.ask-chevron img {
  width: 22px;
  height: 22px;
  display: block;
  opacity: 0.78;
}

.things-know {
  padding-top: 42px;
}

.things-know h2 {
  font-size: 22px;
}

.overview-panel h2,
.related-panel h2 {
  font-size: 22px;
}

.overview-intro {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 18px;
}

.overview-intro img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 8px;
}

.overview-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.58;
}

.overview-intro a {
  color: var(--blue);
}

.overview-facts {
  margin-top: 18px;
  background: var(--chip);
}

.overview-fact-row {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 0;
  min-height: 47px;
  align-items: start;
  padding: 12px 14px;
}

.overview-fact-row+.overview-fact-row {
  border-top: 2px solid #fff;
}

.overview-fact-label {
  font-size: 12px;
  line-height: 1.45;
  color: #5f6368;
}

.overview-fact-value {
  font-size: 16px;
  line-height: 1.45;
  color: #001d35;
}

.overview-fact-value a {
  color: #174ea6;
  font-size: 12px;
  margin-left: 4px;
}

.feedback-row {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
}

.feedback-row button {
  font-size: 12px;
  color: #5f6368;
  cursor: default;
}

.related-panel {
  padding-top: 28px;
}

.related-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.related-card {
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  background: #f1f3f4;
}

.related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1280px) {
  :root {
    --page-left: 24px;
  }

  .topbar-inner {
    grid-template-columns: 92px minmax(0, 1fr) 120px;
  }



  .results-nav-inner,
  .page {
    width: calc(100vw - 48px);
    max-width: var(--page-width);
  }
}

@media (max-width: 1120px) {

  .entity-top,
  .results-layout {
    grid-template-columns: 1fr;
  }

  .right-column {
    padding-left: 0;
    border-left: 0;
  }

  .hero-strip {
    grid-template-columns: 1fr 1fr;
  }

  .hero-video {
    grid-column: 1 / -1;
  }

  .entity-sidecards {
    grid-template-columns: repeat(3, 1fr);
  }

  .news-tile {
    grid-column: auto;
  }
}

@media (max-width: 800px) {
  :root {
    --topbar-sticky-height: 150px;
  }

  .topbar-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .google-logo {
    justify-content: flex-start;
  }

  .topbar-actions {
    padding-right: 0;
  }

  .results-nav-inner {
    width: auto;
    margin: 0 24px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .page {
    width: auto;
    margin: 0 24px;
  }

  .hero-strip,
  .entity-sidecards,
  .wiki-result,
  .overview-intro,
  .related-strip {
    grid-template-columns: 1fr;
  }

  .hero-large,
  .hero-video {
    height: auto;
  }

  .video-thumb {
    height: 220px;
  }

  .wiki-thumb {
    margin-top: 0;
  }
}