@charset "UTF-8";
.kg-image-card {
  margin: 0 0 4rem;
  max-width: none !important; }
  .kg-image-card.kg-width-wide {
    max-width: calc(72rem + 24vw) !important;
    min-width: 100%;
    width: calc(100vw - 4rem); }
  .kg-image-card.kg-width-full {
    max-width: none;
    width: 100vw;
    margin-top: 2em; }
  .kg-image-card .kg-image {
    margin: 0 auto; }
  .kg-image-card .kg-image-full + figcaption {
    margin-bottom: 1.33334em; }

.kg-gallery-card {
  margin: 0 0 4rem;
  max-width: calc(72rem + 24vw) !important;
  min-width: 100%;
  width: calc(100vw - 4rem); }

.kg-gallery-container {
  display: flex;
  flex-direction: column; }

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%; }

.kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0; }

.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em; }

.kg-embed-card {
  margin: 0 0 4rem; }
  .kg-embed-card > * {
    margin-left: auto;
    margin-right: auto; }

.kg-code-card {
  min-width: 100%;
  margin: 0 0 4rem; }

.kg-code-card pre {
  margin: 0; }

.kg-bookmark-card {
  width: 100%;
  margin: 0 0 4rem; }

.kg-bookmark-container {
  display: flex;
  text-decoration: none;
  min-height: 8em;
  background: var(--color-grey);
  border: 1px solid var(--color-grey-50);
  box-shadow: none !important;
  overflow: hidden; }
  @media (prefers-color-scheme: dark) {
    .kg-bookmark-container {
      background: var(--color-grey-50);
      border-color: var(--color-grey); } }

.kg-bookmark-content {
  text-rendering: optimizeLegibility;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: start;
  padding: 1.5em;
  color: var(--color-accent); }
  @media (prefers-color-scheme: dark) {
    .kg-bookmark-content {
      color: var(--color-accent-20); } }

.kg-bookmark-title {
  color: var(--color-accent);
  font-size: 0.75em;
  line-height: 1.66667em;
  font-weight: 700;
  letter-spacing: 0.5px; }
  @media (prefers-color-scheme: dark) {
    .kg-bookmark-title {
      color: var(--color-accent); } }

.kg-bookmark-description {
  display: -webkit-box;
  font-size: 0.75em;
  line-height: 1.66667em;
  font-weight: 400;
  margin-top: 0.33334em;
  max-height: 3.33334em;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.kg-bookmark-thumbnail {
  position: relative;
  min-width: 33%;
  max-height: 100%; }

.kg-bookmark-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.kg-bookmark-metadata {
  text-rendering: optimizeLegibility;
  display: flex;
  align-items: center;
  font-size: 0.75em;
  line-height: 1.66667em;
  color: var(--color-accent);
  font-weight: 400;
  margin-top: 1em;
  flex-wrap: wrap; }
  @media (prefers-color-scheme: dark) {
    .kg-bookmark-metadata {
      color: var(--color-accent); } }

.kg-bookmark-icon {
  width: 1.33334em;
  margin: 0 0.75em 0 0; }

.kg-bookmark-author:after {
  content: "•";
  margin: 0 0.33334em; }

.kg-bookmark-publisher {
  color: var(--color-primary); }

@media (max-width: 640px) {
  .kg-bookmark-container {
    flex-direction: column; }
  .kg-bookmark-thumbnail {
    order: 1;
    width: 100%;
    min-height: 160px; }
  .kg-bookmark-thumbnail img {
    border-radius: 3px 3px 0 0; }
  .kg-bookmark-content {
    order: 2; } }
