.blog-post-header {
  background-image: url("/backgrounds/news-background.webp");
  background-position: bottom right;
  background-size: auto 100%;
  background-color: #04042b;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .blog-post-header {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .blog-post-header .blog-categories-wrapper {
    border-left: 1px solid rgba(197, 197, 199, 0.4);
  }
}

.blog-post-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.blog-post-author .author-image {
  border-radius: 23px;
  background-image: url("/backgrounds/team-backgound-tile.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 62px;
  width: 62px;
  overflow: hidden;
  flex: 0 0 62px;
}
.blog-post-author .author-content {
  flex: 1;
  padding-left: 8px;
}

@media (min-width: 992px) {
  .blog-post-main {
    background-image: url("/gradients/right-gradient.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
  }
}
.blog-post-main .vimeo-wrapper {
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.blog-post-main .vimeo-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-post-main .blog-post-image {
  border-radius: 23px;
  width: 100%;
}

.blog-post-content-wrapper {
  display: flex;
}
.blog-post-content-wrapper .blog-post-social-buttons-wrapper {
  flex: 0 0 55px;
}
@media (min-width: 992px) {
  .blog-post-content-wrapper .blog-post-social-buttons-wrapper {
    flex: 0 0 100px;
  }
}
.blog-post-content-wrapper .blog-post-social-buttons-wrapper .blog-post-social-buttons {
  position: sticky;
  top: 20px;
}
.blog-post-content-wrapper .blog-post-social-buttons-wrapper .blog-post-social-buttons a {
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: background-color 0.25s ease;
  height: 32px;
  width: 32px;
}
@media (min-width: 992px) {
  .blog-post-content-wrapper .blog-post-social-buttons-wrapper .blog-post-social-buttons a {
    height: 43px;
    width: 43px;
  }
}
.blog-post-content-wrapper .blog-post-social-buttons-wrapper .blog-post-social-buttons a svg {
  transition: fill 0.25s ease;
  fill: #131360;
  max-width: 14px;
  max-height: 14px;
}
@media (min-width: 992px) {
  .blog-post-content-wrapper .blog-post-social-buttons-wrapper .blog-post-social-buttons a svg {
    max-width: 20px;
    max-height: 20px;
  }
}
.blog-post-content-wrapper .blog-post-social-buttons-wrapper .blog-post-social-buttons a:hover {
  cursor: pointer;
  background-color: #4566fe;
}
.blog-post-content-wrapper .blog-post-social-buttons-wrapper .blog-post-social-buttons a:hover svg {
  fill: #ffffff;
}
.blog-post-content-wrapper .blog-post-content {
  flex: 1;
}
/*# sourceMappingURL=../../dist/css/maps/blog-post.css.map */
