/* Styl dla kontenera siatki */
.grid-container {
    background-color: #FFF;
}

/* Styl dla tytułu wpisu */
.entry-title {
    margin: 2rem 1rem 0.5rem 1rem;
    font-size: 3rem;
    line-height: 1.2;
}

.entry-header .post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin: 0 1rem 1.5rem 1rem;
}

.entry-header .post-category {
    font-size: 0.875rem;
    background: #e40001;
    padding: 0.125rem 1.25rem;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.entry-header .post-category:hover {
    color: #ffffff;
    opacity: 0.9;
}

.entry-header .post-date {
    font-size: 0.875rem;
    color: #666;
    display: inline-flex;
    align-items: center;
}

/* Styl dla treści wpisu */
.entry-content {
    padding: 1rem;
}

/* Style dla zdjęcia posta */
.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}

/* Style dla nagłówka (tytuł posta) */
.entry-header {
    margin-bottom: 0;
}

/* Style dla treści posta */
.entry-content {
    font-size: 1rem;
    line-height: 1.6;
    padding: 1rem; /* Nadpiszemy wcześniejsze ustawienie */
}

/* Pasek boczny (na razie pusty, miejsce na przyszłe style) */
.sidebar {
    /* Tutaj możesz dodać style, jeśli pasek boczny będzie zawierał widżety */
}

.entry-header {
	background: #FFF;
}

/* Section header spacing comes from swiper-styles.css */

@media (max-width: 1001px) {
.entry-title {
    font-size: 2rem;
}
}