/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
Description: Motyw potomny Astra dla tiggen.eu
Author: Tiggen
*/

@import url("../astra/assets/css/minified/style.min.css");

/* ===================================
   WŁASNE STYLE DLA WPISÓW NA BLOGU
   =================================== */

/* 1. Wymuszenie ciemnego tła dla całego bloga i usunięcie białych pudełek */
body.single-post,
.single-post .site-content,
.single-post .ast-separate-container,
.single-post .ast-plain-container {
    background-color: #1c0d0a !important; /* Ciemny kolor z Twojej palety */
}

.single-post .ast-article-single,
.single-post .ast-separate-container .ast-article-inner {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* 2. Odsunięcie treści od przezroczystego menu (żeby menu było czytelne) */
.single-post .site-content {
    padding-top: 130px !important;
}

/* 3. Wyśrodkowanie i wymuszenie BIAŁEGO koloru tekstu */
.single-post .entry-content,
.single-post .entry-content p,
.single-post .entry-content li {
    max-width: 780px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff !important;
}

/* 4. Wymuszenie BIAŁEGO koloru dla tytułu i nagłówków we wpisie */
.single-post .entry-title,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
    color: #ffffff !important;
}
