
.post-header-wrapper {
  height: 100%;
  z-index: 0;
  background-image: url('../images/background_blog.jpg');
      background-repeat: no-repeat;
      background-position: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 3rem;
}

.post-header-h1 {
    color: #fff;
    margin-top: 8rem;
    font-size: 2rem;
    text-align: center;
}

.post-meta {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    color: #767676;
    gap: 10px;
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #fff;
}

.author-role {
    font-size: 0.8rem;
    color: #eb0000;
    font-weight: 800;
    text-transform: uppercase;
}

.divider {
    width: 1px;
    height: 20px;
    background-color: #f1f1f1;
    margin: 0 10px;
}

.post-header-date {
    font-size: 1em;
    color: #fff;
}

.post-wrapper {
    height: 100%;
    background-color: #101012;
}


.single-post-container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 20px;
}

.post {
    background-color: #1b1b1b;
    color: #ffffff;
    padding: 20px;
    margin-top: 40px;
    border-radius: 8px;
}

.post-title {
    font-size: 2em;
    margin-bottom: 10px;
}

.author-info {
    font-size: 1rem;
}

.post-meta {
    color: #b0b0b0;
    margin-top: 1rem;
}

.post-content {
    font-size: 18px;
    line-height: 28px;
    padding: 50px;
    text-align: justify;
}

.post-content p {
    font-family: "IBM Plex Sans", sans-serif;
}

h2 {
    font-size: 32px;
    line-height: 40px;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #eb0000;
    font-weight: 600;
}

.post-text {
    line-height: 28px;
    text-align: left;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
}

.post-list {
    list-style-type: none;
    padding-left: 40px; 
}

.post-list-bulleted li {
        font-family: "IBM Plex Sans", sans-serif;

}

.post-list li {
        font-family: "IBM Plex Sans", sans-serif;

}

.post-list-bulleted {
    padding-left: 40px; 
}

.code-inline {
    background-color:rgba(232,239,247,0.1);
        font-family: "IBM Plex Sans", sans-serif;

}

.post-figure {
    border-radius: 20px;
    margin-top: 10px;
    max-width: 100%;
    height: auto;
    display: block;
}

.post-link {
    font-family: "IBM Plex Sans", sans-serif;
    color: #ffffff;
}