/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* =========================================
   1. RESET & FUNDAMENTY
   ========================================= */
:root {
    --primary-color: #2c3e50;       /* Ciemny granat - tekst główny */
    --accent-color: #6a1b9a;        /* Głęboki fiolet - linki, akcenty */
    --header-color: #4a148c;        /* Fioletowy nagłówek */
    --bg-color: #f9f9fb;            /* Bardzo jasne tło strony */
    --container-bg: #ffffff;        /* Białe tło artykułu */
    --success-green: #e8f5e9;       /* Tło dla dobrych znaków */
    --warning-red: #ffebee;         /* Tło dla ostrzeżeń */
    --font-main: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --font-serif: 'Georgia', serif; /* Dla cytatów lub wyróżnień */
}

body {
    font-family: var(--font-main);
    background-color: var(--bg-color);
    color: var(--primary-color);
    line-height: 1.8;
    margin: 0;
    padding: 20px;
    font-size: 18px; /* Nieco większy font dla lepszego czytania */
}

/* Kontener główny - centruje treść jak na blogu */
body > * {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: var(--container-bg);
    padding: 0 0; /* Padding handled mostly by elements */
}

/* Opakowanie dla treści, żeby nie dotykała krawędzi na mobile */
body {
    padding: 0;
}
article, .content-wrapper, body { 
    /* Jeśli nie masz diva okalającego, to styluje body */
    padding: 20px;
    box-sizing: border-box; 
}

/* =========================================
   2. TYPOGRAFIA
   ========================================= */
h1 {
    font-family: var(--font-main);
    color: var(--header-color);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    border-bottom: 3px solid #eee;
    padding-bottom: 20px;
}

h2 {
    color: var(--header-color);
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    border-left: 5px solid var(--accent-color);
    padding-left: 15px;
}

h3 {
    color: #455a64;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

p {
    margin-bottom: 1.5rem;
    color: #333;
}

strong {
    color: #000;
    font-weight: 700;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    border-bottom: 2px solid #e1bee7;
    transition: all 0.3s ease;
}

a:hover {
    background-color: #f3e5f5;
    border-bottom-color: var(--accent-color);
}

/* Listy */
ul, ol {
    margin-bottom: 1.5rem;
    padding-left: 20px;
}

li {
    margin-bottom: 0.8rem;
}

/* =========================================
   3. TABELE (Kluczowe dla Twoich artykułów)
   ========================================= */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden; /* Zaokrąglone rogi */
}

th {
    background-color: var(--header-color);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 15px;
    text-align: left;
}

td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

/* Zebra striping - co drugi wiersz inny */
tr:nth-child(even) {
    background-color: #f8f9fa;
}

tr:hover {
    background-color: #f1f1f1;
}

/* Responsywność tabeli na mobile */
@media (max-width: 600px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* Specyficzne style dla Tabeli Onni (Lotto) */
.tabela-onni td:last-child {
    font-weight: bold;
    color: var(--accent-color);
    font-size: 1.2rem;
    letter-spacing: 2px;
}

/* =========================================
   4. SEKCJA: WNIOSKI (CONCLUSION)
   ========================================= */
.conclusion {
    margin-top: 50px;
    background: linear-gradient(to right, #f3e5f5, #fff);
    border-left: 6px solid var(--accent-color);
    padding: 30px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.conclusion h2 {
    margin-top: 0;
    border: none;
    padding: 0;
    font-size: 1.6rem;
}

.conclusion p {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-style: italic;
    color: #4a148c;
}

/* =========================================
   5. GRY LICZBOWE (LOTTO / EUROJACKPOT)
   ========================================= */
.numerot-rivi {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px 0;
    padding: 20px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #eee;
}

.numero-pallo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    border: 2px solid #ddd;
    color: #333;
    font-weight: bold;
    font-family: monospace;
    font-size: 1.2rem;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

/* Gwiazdki Eurojackpot - złote */
.numero-tahti {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff9c4; /* Jasny żółty */
    border: 2px solid #fbc02d; /* Złoty */
    color: #f57f17;
    font-weight: bold;
    font-family: monospace;
    font-size: 1.2rem;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.tahti-erotin {
    font-size: 1.5rem;
    margin: 0 10px;
}

/* =========================================
   6. DROBNE ULEPSZENIA UX
   ========================================= */

/* Feature Snippet Box (Pierwszy akapit definicji) */
p:first-of-type strong {
    background-color: #e3f2fd; /* Jasny niebieski highlight */
    padding: 2px 5px;
    border-radius: 4px;
    color: #0d47a1;
}

/* Responsywność ogólna */
@media (max-width: 768px) {
    body {
        padding: 15px;
        font-size: 16px;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
    
    .conclusion {
        padding: 20px;
    }
}