#blogpost {
    
}

#blogpost .hero h1.entry-title {
    font-size: 64px !important;
    font-weight: bold;
    color: inherit;
}

#blogpost .hero {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; /* Ensure content stays within the hero section */
}

#blogpost .hero img.hidden-social-img {
    display: none; /* Hide the hidden image used for social sharing */
}

#blogpost .hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the container while maintaining aspect ratio */
}

#blogpost .hero .row {
    padding: 12vh 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    text-align: center;
    position: relative; /* Ensures content is above the backdrop */
    z-index: 1; /* Places content above the backdrop image */
}

#blogpost .hero .blog-title {
    border: 0 none !important;
}

#blogpost .post-meta {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 20px;
    display: flex;
    align-items: center; /* Align items like avatar and metadata */
}

#blogpost .post-meta .meta-avatar {
    margin-right: 10px;
    flex-shrink: 0;
}

#blogpost .post-meta .meta-date {
    font-style: italic;
    color: white !important;
    font-size: 12px;
}

#blogpost .post-meta-inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}

#blogpost .post-meta-inner .meta-author {
    font-weight: bold;
    margin-bottom: 5px;
}

#blogpost .post-category {
    font-size: 1em;
    margin-top: 20px;
}

#blogpost .post-category a {
    text-decoration: none;
    color: #007bff;
}

#blogpost .post-category a:hover {
    text-decoration: underline;
}

#blogpost .post-content {
    padding-left: 0;
    font-size: 1.1em;
    color: #444;
}

#blogpost .post-content .container {
    padding: 20px;
}

#blogpost .post-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    display: block;
}

#blogpost .post-content p {
    margin-bottom: 15px;
}

#blogpost .post-content a {
    text-decoration: none;
    color: #007bff;
}

#blogpost .post-content a:hover {
    text-decoration: underline;
}
