.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10001;
  background: #ffffff;
  color: #111111;
  padding: 8px 12px;
  border: 1px solid #111111;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #df3533;
  outline-offset: 2px;
}

/* Open Source GitHub highlight start */
.open-source-posts.open-source-github-top {
  margin-top: 28px;
}

.open-source-posts .open-source-post.github-highlight {
  padding: 36px 40px 42px;
  border-radius: 8px;
  background: #df3533;
  color: #ffffff;
  clip-path: none;
  -webkit-clip-path: none;
  overflow: visible;
}

.open-source-posts .open-source-post.github-highlight .github-announcement-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.open-source-posts .open-source-post.github-highlight .github-announcement {
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  flex: 1 1 420px;
}

.open-source-posts .open-source-post.github-highlight .github-inline-link {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  word-break: break-word;
}

.open-source-posts .open-source-post.github-highlight .github-cta {
  display: inline-block;
  position: static;
  right: auto;
  bottom: auto;
  margin-top: 0;
  padding: 16px 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  white-space: normal;
  text-align: center;
  max-width: 100%;
}

.open-source-posts .open-source-post.github-highlight .github-cta:hover,
.open-source-posts .open-source-post.github-highlight .github-cta:focus {
  color: #df3533;
  background: #ffffff;
}

@media (max-width: 767px) {
  .open-source-posts.open-source-github-top {
    margin-top: 20px;
  }

  .open-source-posts .open-source-post.github-highlight {
    padding: 26px 20px;
  }

  .open-source-posts .open-source-post.github-highlight .github-announcement {
    font-size: 22px;
    flex-basis: 100%;
  }

  .open-source-posts .open-source-post.github-highlight .github-cta {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
}
/* Open Source GitHub highlight end */
