
.post-template-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
}

.post-template-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0.5;
}

.post-template-title {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.post-template-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-size: 1rem;
    line-height: 1.6;
}

.post-template-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}

.post-template-gallery img,
.post-template-content img.post-template-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.post-template-date {
    text-align: right;
    margin-top: 30px;
    font-style: italic;
    color: #888;
}
