.blog_container {
    margin-top: 2rem;
}

.blog_entry {
    border: 1px solid black;
    padding: 2rem;
    background-color: var(--gigtype-fullband);
}

.blog_image {
    max-width: 100%;
    height: auto !important;
    cursor: pointer;
}

.blog_content > p {
    text-indent: 0;
    text-align: initial;
    text-justify: initial;
}

.blog_content > p:first-child {
    margin-top: 0.5rem;
}

.blog_content img {
    display: block;
    max-width: 40%;
    height: auto !important;
    margin-bottom: 0.5rem;
}

.blog_content * {
    max-width: 100%;
}

.blog-postedby {
	color: var(--link-color);
}

.blog_content p:has(> img) {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
}

.blog_content p:has(> img):first-child {
    margin-bottom: 0;
}

.blog_content p:has(> img):not(:first-child) {
    margin-top: 0;
}

.avatar_container {
    padding-top: 1rem !important;
    border-top: 1px solid #D3D3D3;
}

.avatar_container > img {
    width: 2.5rem !important;
    margin-right: 0.5rem !important;
}

.youtube_embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.youtube_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}