@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap');

body,
body * {
  font-family: 'Inter', sans-serif !important;
}

body.embed.popup .featureContent {
  padding-right: 0 !important;
}

body.embed.popup .contributor {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

body.embed .headerTitle a.redirected {
    color: #131317 !important;
}

body.standalone .header {
  background-color: #1B1B20 !important;
  padding-top: 16px !important;
  height: auto;
  padding-bottom: 16px !important;
}

body.standalone .headerSubtitle,
.headerTitle > a {
  color: #fff !important;
}

body.standalone .headerProContainer {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

body.standalone .headerProHeading {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

body.standalone .headerProHeading a:hover {
  background: none !important;
}

body.standalone .headerProAction {
  margin: 0 12px;
  font-weight: 600;
  font-size: 15px;
}

body.standalone .headerProAction .primaryButton {
  padding: 12px 16px;
  border-radius: 4px;
  background: #06F;
}

body.standalone .headerProAction .primaryButton:hover {
  background: #4379d6;
  border-color: #4379d6;
  text-decoration: none;
}


body.standalone .headerProAction>a:hover:not(.primaryButton) {
  background: none;
}

body.standalone .headerProTitle {
  font-weight: bold;
  font-size: 20px;
}


body.standalone .publicLogo {
  width: 133px !important;
  margin-left: 64px !important;
}


body.standalone .mainTitle {
  font-size: 48px !important;
  font-weight: 600;
  margin: 28px auto;
  max-width: 1100px;
  padding: 0 20px;
  height: 60px;
}

body.standalone .asleep>.mainTitle {
  display: none;
}

body.standalone .container>.news>.cover {
  background-color: #1B1B20 !important;
  height: 350px !important;
}

body.standalone .container .news {
  padding-top: 375px !important;
}

body.standalone .container .stream .feature {
  border-radius: 16px !important;
  padding: 32px 40px !important;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10) !important;

}

body.standalone .container .stream .featureTitle {
  font-size: 32px !important;
}

body.standalone .container .stream .featureFeedback {
  margin: 35px 0 0 0 !important;
}

body.standalone .container .stream .featureContent {
  font-size: 18px !important;
}

body.standalone .container .stream .featureContent img {
  border-radius: 8px;
}

body.standalone #firstResults {
  margin-top: -142px !important;
}

body.standalone.post .stream {
	padding-top: 24px !important;
}


@media (max-width: 800px) {
  body.standalone .mainTitle {
    display: none;
  }

  body.standalone .headerProActions {
    display: none;
  }

  body.standalone .headerProContainer {
    justify-content: center !important;
    margin-top: 6px;
  }

  body.standalone .container>.news>.cover {
    display: none !important;
  }

  body.standalone .container>.news .stream .streamContent .feature {
    padding: 32px 16px !important;
    border-radius: 0 !important;
  }

  body.standalone .news {
    padding: 0 !important;
  }

  body.standalone .container>.news .stream .streamContent #firstResults {
    margin-top: -286px !important;
  }
}