.VerticalModal_wrapper__4GY83 {
  -webkit-animation: VerticalModal_fade-in__Qku3W 0.5s ease;
  animation: VerticalModal_fade-in__Qku3W 0.5s ease;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  will-change: opacity;
  z-index: 35;
}
.VerticalModal_wrapper__4GY83.VerticalModal_closing__qkFM7 {
  -webkit-animation: VerticalModal_fade-out__fbMKe 0.5s ease forwards;
  animation: VerticalModal_fade-out__fbMKe 0.5s ease forwards;
}
.VerticalModal_wrapper__4GY83.VerticalModal_closing__qkFM7 .VerticalModal_container__3yFkB {
  -webkit-animation: VerticalModal_slide-out__9ExZg 0.5s ease forwards;
  animation: VerticalModal_slide-out__9ExZg 0.5s ease forwards;
}
.VerticalModal_wrapper__4GY83.VerticalModal_closed__gx6Uj {
  visibility: hidden;
}
@media (min-width: 740px) and (max-width: 1023px) {
  .VerticalModal_wrapper__4GY83 {
    padding: 32px 32px calc(20% - 32px);
  }
}
@media (min-width: 0px) and (max-width: 739px) {
  .VerticalModal_wrapper__4GY83 {
    padding: 10px 10px calc(20% - 10px);
  }
}
.VerticalModal_container__3yFkB {
  -webkit-animation: VerticalModal_slide-in__d2M6X 0.5s ease;
  animation: VerticalModal_slide-in__d2M6X 0.5s ease;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: default;
  max-width: 100%;
  position: relative;
  will-change: transform;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .VerticalModal_container__3yFkB {
    border-radius: 16px;
    width: 100%;
  }
}
.VerticalModal_close-btn__YNy3Q {
  color: #757575;
  font-size: 2rem;
  padding: 16px 20px;
  position: absolute;
  right: 6px;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 739px) {
  .VerticalModal_close-btn__YNy3Q {
    -webkit-tap-highlight-color: transparent;
  }
}
.VerticalModal_close-btn__YNy3Q:hover {
  color: #333;
  cursor: pointer;
}
.VerticalModal_body__wpnMg {
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 40px 60px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .VerticalModal_body__wpnMg {
    max-height: 100%;
  }
}
@media (min-width: 0px) and (max-width: 739px) {
  .VerticalModal_body__wpnMg {
    padding: 0;
  }
}
.VerticalModal_go-to-top-btn__sl1iC {
  align-items: center;
  background-color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  bottom: 24px;
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 24px;
  width: 36px;
  z-index: 1001;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .VerticalModal_go-to-top-btn__sl1iC {
    height: 42px;
    width: 42px;
  }
}
.VerticalModal_go-to-top-btn__sl1iC:hover {
  opacity: 0.9;
}
@media (min-width: 1024px) {
  @-webkit-keyframes VerticalModal_slide-in__d2M6X {
    0% {
      -webkit-transform: translateX(80%);
      transform: translateX(80%);
    }
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes VerticalModal_slide-in__d2M6X {
    0% {
      -webkit-transform: translateX(80%);
      transform: translateX(80%);
    }
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes VerticalModal_slide-out__9ExZg {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(80%);
      transform: translateX(80%);
    }
  }
  @keyframes VerticalModal_slide-out__9ExZg {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(80%);
      transform: translateX(80%);
    }
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  @-webkit-keyframes VerticalModal_slide-in__d2M6X {
    0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes VerticalModal_slide-in__d2M6X {
    0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes VerticalModal_slide-out__9ExZg {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
    }
  }
  @keyframes VerticalModal_slide-out__9ExZg {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
    }
  }
}
@-webkit-keyframes VerticalModal_fade-in__Qku3W {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes VerticalModal_fade-in__Qku3W {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes VerticalModal_fade-out__fbMKe {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes VerticalModal_fade-out__fbMKe {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.BlogDetail_wrapper__9lHHY {
  line-height: 1.6;
  padding: 0 44px 60px;
}
.BlogDetail_aside__5IVfa {
  padding-right: 48px;
  position: -webkit-sticky;
  position: sticky;
  top: 116px;
}
.BlogDetail_aside__5IVfa hr {
  background-color: #e6e6e6;
  border: none;
  height: 1px;
}
.BlogDetail_userName__XjPY6 {
  color: #292929;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0;
}
.BlogDetail_userTitle__Ylia7 {
  color: #757575;
  font-size: 1.4rem;
  margin-top: 4px;
}
.BlogDetail_header__w09Xd {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.BlogDetail_actions__wYPwr {
  color: #757575;
  display: flex;
  font-size: 1.6rem;
  margin-right: -8px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.BlogDetail_optionBtn__k9OVy {
  cursor: pointer;
  padding: 4px 8px;
}
.BlogDetail_optionBtn__k9OVy:hover {
  color: #292929;
}
.BlogDetail_optionBtn__k9OVy.BlogDetail_active__ABEqr {
  color: var(--primary-color);
}
.BlogDetail_heading__DUpyK {
  color: #222;
  font-size: 40px;
  font-weight: 700;
}
.BlogDetail_user__Q6EHE {
  display: flex;
}
.BlogDetail_avatarWrapper__y3i8U {
  position: relative;
}
.BlogDetail_avatar__oVsYR {
  border-radius: 50%;
  height: 48px;
  object-fit: cover;
  width: 48px;
}
.BlogDetail_crown__Dt5gw {
  position: absolute;
  right: -8px;
  top: 0;
  width: 14px;
}
.BlogDetail_info__3xVU9 {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  justify-content: center;
}
.BlogDetail_name__FKdW- {
  color: #292929;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}
.BlogDetail_time__J0n0e {
  color: #757575;
  margin: 0;
}
.BlogDetail_dot__HCutF {
  color: #757575;
  font-weight: 500;
  padding: 0 4px;
}
.BlogDetail_bodyBottom__BuJE1 {
  margin-top: 60px;
}
.BlogDetail_tags__e0PwM {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
.BlogDetail_tag__93epu {
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #666;
  font-size: 1.4rem;
  margin: 8px 8px 0 0;
  padding: 4px 10px;
}
.BlogDetail_markdownParser__QFL3L p img {
  display: block;
  margin: 16px auto;
}
.BlogDetail_markdownParser__QFL3L p img + em {
  display: block;
  font-size: 1.4rem;
  margin-top: -10px;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1023px) {
  .BlogDetail_wrapper__9lHHY {
    padding: 0 32px 60px;
  }
}
@media (min-width: 0px) and (max-width: 739px) {
  .BlogDetail_wrapper__9lHHY {
    padding: 0 16px 60px;
  }
  .BlogDetail_heading__DUpyK {
    font-size: 3.2rem;
  }
}
.Reaction_wrapper__Jjsxl {
  color: #757575;
  display: flex;
  font-size: 1.6rem;
}
.Reaction_btnReact__O0zy5 {
  padding: 4px 0px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Reaction_btnReact__O0zy5 + .Reaction_btnReact__O0zy5 {
  margin-left: 24px;
}
.Reaction_btnReact__O0zy5 span {
  margin-left: 8px;
}
.Reaction_btnReact__O0zy5 svg {
  font-size: 2rem;
}
.Reaction_btnReact__O0zy5:hover {
  color: #333;
  cursor: pointer;
}
.Reaction_btnReact__O0zy5.Reaction_active__iTyah svg {
  color: #ed2b48;
}
.PostsWithSameAuthor_wrapper__ZTsxW {
  margin-top: 60px;
}
.PostsWithSameAuthor_heading__7\+PGO {
  font-size: 2.2rem;
}
.PostsWithSameAuthor_list__VLr3s {
  font-size: 1.6rem;
  list-style-type: disc;
  padding-left: 28px;
}
.PostsWithSameAuthor_list__VLr3s a {
  color: #292929;
  display: inline-block;
  padding: 4px 0;
}
.PostsWithSameAuthor_list__VLr3s a:hover {
  text-decoration: underline;
}
.PostsWithSameAuthor_noResult__rRwb0 {
  color: #757575;
  font-size: 1.6rem;
}
.PostsWithSameAuthor_googleAds__4uJT9 {
  margin-top: 86px;
}
.RelatedPosts_wrapper__0-uBH {
  border-top: 3px solid var(--primary-color);
  margin-top: 100px;
  padding-top: 32px;
}
.RelatedPosts_heading__Fx6bh {
  font-size: 3.2rem;
}
.RelatedPosts_photo__Lafnu {
  background: #ebebeb;
  border-radius: 16px;
  color: #757575;
  display: block;
  font-size: 1.6rem;
  height: 320px;
  line-height: 1.8;
  margin-bottom: 16px;
  margin-top: 24px;
  object-fit: cover;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.RelatedPosts_published__bMfDb {
  font-size: 1.5rem;
}
.RelatedPosts_fullName__EGXHU {
  color: var(--text-color);
}
.RelatedPosts_dot__h9Wnf {
  color: #757575;
  font-weight: 500;
  padding: 0 8px;
}
.RelatedPosts_createdAt__EC4N9 {
  color: #757575;
}
.RelatedPosts_relatedItem__Apw\+s {
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.6rem;
  margin-top: 48px;
}
.RelatedPosts_relatedItem__Apw\+s:last-child {
  border-bottom: none;
}
.RelatedPosts_relatedItem__Apw\+s .RelatedPosts_content__vlhzA {
  -webkit-mask-image: linear-gradient(#fff, #fff, hsla(0, 0%, 100%, 0));
  mask-image: linear-gradient(#fff, #fff, hsla(0, 0%, 100%, 0));
  max-height: 420px;
  overflow: hidden;
}
.RelatedPosts_relatedTitle__UTZ3e {
  color: #292929;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 12px;
}
.RelatedPosts_relatedDesc__2y3Bq {
  color: #757575;
  font-size: 2rem;
  font-weight: 500;
}
.RelatedPosts_relatedReadMore__3Ktpy {
  color: var(--primary-color);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 32px 0 48px;
}
@media (min-width: 0px) and (max-width: 739px) {
  .RelatedPosts_photo__Lafnu {
    height: 240px;
  }
}
