.bnote-wrapper .main-blog {
  width: 100%;
  max-width: 1405px;
  padding: 70px 40px;
  margin: auto;
  display: flex;
}

.bnote-wrapper .main-blog .blog-author {
  width: 25%;
  max-width: 115px;
  display: flex;
  flex-flow: column;
  margin-top: 20px;
}

.bnote-wrapper .main-blog .blog-author > img {
  width: 100%;
  max-width: 80px;
  border-radius: 10px;
}

.bnote-wrapper .main-blog .blog-author span {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

.bnote-wrapper .main-blog .blog-author p {
  font-size: 11px;
  line-height: 13px;
  margin-top: 10px;
}

.bnote-wrapper .main-blog .blog-author a {
  margin-top: 10px;
}

.bnote-wrapper .main-blog .main {
  width: 50%;
  max-width: 652px;
  display: flex;
  flex-flow: column;
  margin-left: 30px;
  margin-right: auto;
}

.bnote-wrapper .responsive-author-info {
  display: none;
}

.bnote-wrapper .main-blog .main .topic {
  font-size: 12px;
  background: var(--black);
  color: var(--white);
  padding: 10px;
  border-radius: 10px;
  margin-right: auto;
}

.bnote-wrapper .main-blog .main h3 {
  font-size: 22px;
  margin-top: 15px;
}

.bnote-wrapper .main-blog .main nav {
  margin-top: 15px;
  display: flex;
  column-gap: 5px;
}

.bnote-wrapper .blog-image {
  margin-top: 30px;
  width: 100%;
}

.bnote-wrapper .blog-image img {
  width: 100%;
}

.bnote-wrapper .blog-image span,
.wp-block-image :where(figcaption) {
  font-size: 10px;
  margin-top: 15px;
  display: block;
}

.bnote-wrapper .main-blog .main p {
  margin-top: 30px;
}

.bnote-wrapper .blog-sidebar {
  width: 30%;
  max-width: 382px;
  margin-top: 20px;
  margin-left: 20px;
}

.bnote-wrapper .blog-sidebar hr {
  margin-top: 35px;
}

.bnote-wrapper .blog-sidebar .blog-article {
  margin-top: 50px;
}

.bnote-wrapper .blog-article {
  width: 100%;
  max-width: 605px;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bnote-wrapper .blog-sidebar .sticky {
  position: sticky;
  margin-top: 50px;
  z-index: 1;
}

.bnote-wrapper .blog-sidebar .featured-card {
  margin-top: 0;
}

.bnote-wrapper .blog-sidebar .featured-img {
  min-width: 0;
}

.bnote-wrapper .featured-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 20px;
}

.bnote-wrapper .featured-content > p:last-of-type {
  margin-bottom: 25px;
}

.bnote-wrapper .featured-content a.see-more {
  width: 90%;
  max-width: 290px;
  background: var(--black);
  margin: auto;
  display: flex;
  height: 60px;
  border-radius: 10px;
  font-size: 18px;
  margin-top: auto;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}

.bnote-wrapper .featured-content .see-more:hover {
  background-color: var(--grey);
  color: var(--black);
  border: 0;
}

.bnote-wrapper .featured-card {
  max-width: 384px;
}

.bnote-wrapper .featured-img {
  min-width: 0;
}

.bnote-wrapper .you-might-also .featured-card {
  margin-top: 0;
  margin-right: calc((100% - (384px * 2)) / 2);
}

.bnote-wrapper .yma-container {
  max-width: 70%;
  margin-top: 70px;
}

.bnote-wrapper .yma-container ul {
  display: flex;
}
