.page-node-type-blog .block-local-tasks-block > .container-lg {
  --bs-gutter-x: 0;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 860px;
}
@media screen and (min-width: 1480px) {
  .page-node-type-blog .block-local-tasks-block > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 890px) {
  .page-node-type-blog .block-local-tasks-block > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
.page-node-type-blog footer.node__meta {
  padding: 0;
}
.page-node-type-blog .block-field-blocknodeblogfield-media {
  margin-bottom: 2.5rem;
}
.page-node-type-blog .block-field-blocknodeblogfield-media img {
  border-radius: 1.25rem;
  width: 100%;
  -webkit-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.13);
}

.node--type-blog .blog__header {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 860px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1480px) {
  .node--type-blog .blog__header {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 890px) {
  .node--type-blog .blog__header {
    padding-right: 0;
    padding-left: 0;
  }
}
.node--type-blog .blog__header .blog-header__title-container {
  padding: 0;
}
.node--type-blog .blog__header .blog-header__title-container:before {
  content: unset;
}
.node--type-blog .blog__header .heading {
  margin: 0;
}
.node--type-blog .blog__header .blog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .node--type-blog .blog__header .blog-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.node--type-blog .blog__header .heading__title, .node--type-blog .blog__header .authors, .node--type-blog .blog__header .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .node--type-blog .blog__header .heading__title, .node--type-blog .blog__header .authors, .node--type-blog .blog__header .tags {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.node--type-blog .blog__header .authors {
  gap: 0.5rem;
}
.node--type-blog .blog__header .authors .portrait img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  -webkit-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.13);
}
.node--type-blog .blog__header .authors .portrait.default {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #2A1D4F;
  -webkit-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem;
}
.node--type-blog .blog__header .authors .portrait.default img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.node--type-blog .blog__header .authors .author {
  font-size: 0.85rem;
  color: #212124;
  font-weight: 700;
}
.node--type-blog .blog__header .tag {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3px 10px;
  gap: 10px;
  background: #B2DEE2;
  border-radius: 5px;
}
.node--type-blog .blog__header .blog-header__social-menu .social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.node--type-blog .blog__header .blog-header__social-menu .social-menu a {
  margin: 0;
}
.node--type-blog .blog__header .blog-header__social-menu .label {
  text-transform: initial;
  font-size: 0.85rem;
  color: #636363;
  font-weight: 700;
}
.node--type-blog .block-layout-builder {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 860px;
}
@media screen and (min-width: 1480px) {
  .node--type-blog .block-layout-builder {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 890px) {
  .node--type-blog .block-layout-builder {
    padding-right: 0;
    padding-left: 0;
  }
}
.node--type-blog .block-layout-builder > .container {
  --bs-gutter-x: 0;
}
/*# sourceMappingURL=../../sourcemaps/pages/node--blog.css.map */
