.single-sprawy {
    width:100%;
    min-height:450px;
    margin: 0 auto;
    margin-top:2%;
    padding:2% 2% 2% 2%;
    border-radius: 20px;
    background-image: url('/wp-content/themes/astra-child/images/tloWpisy.webp');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}
/* ======== OGÓLNE STYLE DLA POJEDYNCZYCH WPISÓW ======== */
.single-post-container {
    margin-top:1%;
    min-height:400px;
    padding:1%;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color:#F2F1F0D4;
}

.single-post-title {
    margin-bottom: 15px;
}

.single-post-content {
    font-size: 1rem;
    line-height: 1.7;
}

.single-post-meta {
    font-size: 0.9rem;
    color: #888;
}

/* ======== KOLORY PER KATEGORIA ======== */
.single-sprawy .single-post-title {
    color: #024c8b;
}

/* ======= STYLE DLA LINKOW ====== */
.single-navigation {
    display: flex;
    padding: 1%;
    margin: 0 auto;
    margin-top:2%;
    justify-content: center; /* poziome wyśrodkowanie */
    align-items: center;    /* pionowe wyśrodkowanie */
    background-color:#F2F1F0D4;
    border-radius: 20px;
}
.single-prev, .single-next, .single-powrot, .single-separator {
    width:100%;
    text-align: center;
    padding:6px 16px;
}
.single-prev, .single-next, .single-powrot {
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}