/**
 * :cow: Cosmose CONFIDENTIAL :iso:
 */
/**
 * :cow: Cosmose CONFIDENTIAL :iso:
 */
body, html {
  margin: 0;
  padding: 0;
  font-family: "Georgia", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #4B4B4B;
  max-width: 600px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.rtl, html.rtl {
  text-align: right;
  direction: rtl;
}
body.rtl .kaikai-icon, html.rtl .kaikai-icon {
  transform: scaleX(-1);
}
body.rtl ul, body.rtl ol, html.rtl ul, html.rtl ol {
  margin-left: 0;
  margin-right: 2rem;
}

* {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  font-weight: normal;
}

a:visited {
  color: inherit;
}

a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}

/**
 * :cow: Cosmose CONFIDENTIAL :iso:
 */
.homepage-host {
  padding: 1rem;
  display: grid;
  grid-row-gap: 1rem;
}

.kknow-text-homepage--primary {
  color: #1E1E1E;
  font-family: "Noto Sans Display", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.kknow-text-homepage--secondary {
  color: #878787;
  font-family: "Noto Sans Display", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.category {
  display: grid;
  grid-row-gap: 1rem;
}
.category__link {
  display: grid;
  justify-self: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 8px;
}

.start {
  display: grid;
  cursor: pointer;
}
.start__img {
  width: 100%;
  object-fit: cover;
  height: auto;
  min-height: 240px;
  min-width: 100%;
}
.start__row {
  display: flex;
  gap: 16px;
}
.start__header {
  font-family: "Noto Sans Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1E1E1E;
}
.start__author {
  font-family: "Noto Sans Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #878787;
  margin-top: 16px;
}
.start__date {
  font-family: "Noto Sans Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #878787;
}
.start__source {
  font-family: "Noto Sans Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #878787;
  text-decoration: underline;
}

/**
 * :cow: Cosmose CONFIDENTIAL :iso:
 */
.article {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 16px;
  grid-template-rows: auto 1fr;
  grid-template-areas: "subheader img" "header img";
  cursor: pointer;
}
.article__placeholder {
  height: 96px;
  width: 104px;
  background-color: #E1E1E1;
  grid-area: img;
}
.article__img {
  height: 96px;
  width: 104px;
  object-fit: cover;
  grid-area: img;
}
.article__header {
  font-family: "Noto Sans Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1E1E1E;
  grid-area: header;
}
.article__header__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article__subheader {
  display: flex;
  grid-area: subheader;
}
.article__author {
  font-family: "Noto Sans Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #878787;
}
.article__row {
  display: flex;
  gap: 16px;
}
.article__source {
  font-family: "Noto Sans Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #878787;
  text-decoration: underline;
}

.kknow-link {
  text-decoration: underline;
}
.kknow-link--primary {
  font-family: "ABC Monument Grotesk Mono", sans-serif;
  color: var(--kknow-text-color-grey);
  text-decoration: underline;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  line-height: 12px;
  font-weight: 400;
  cursor: pointer;
}
.kknow-link--large {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  text-align: start;
}
.kknow-link--secondary {
  font-family: "ABC Monument Grotesk Mono", sans-serif;
  color: var(--kknow-text-color-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.1px;
  height: 3rem;
}
.kknow-link--ternary {
  font-family: "Noto Sans Display", sans-serif;
  color: #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.kknow-link--quaternary {
  font-family: "Noto Sans Display", sans-serif;
  color: #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.kknow-link--button {
  font-family: "Noto Sans Display", sans-serif;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
  text-align: center;
  padding: 12px 0;
}

.ad-wrapper {
  display: flex;
  justify-content: center;
}

.publisher-logo {
  height: 14px;
  margin-bottom: 8px;
}
.publisher-logo--home-page {
  height: 24px;
  margin: 8px 0;
}

/*# sourceMappingURL=ssg-homepage.css.map */
