body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

h1,
h2,
h3 {
    color: #2c3e50;
}

h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.5em;
    margin-top: 2.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.7em;
}

h3 {
    font-size: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 0.3em;
}

p {
    text-align: justify;
    margin: 0.5em 0;
}


.blog-post-content ul {
    margin: 0.5em 0 0.5em 1.2em !important;
    list-style-type: disc !important;
    margin-left: 1.9em !important;
}

.blog-post-content li {
    margin: 0.3em 0 !important;
}

.comparison-table {
    border-collapse: separate;
    border-spacing: 10px 20px; 
    width: 100%;
}

.comparison-table td,
.comparison-table th {
    vertical-align: top;
}

.curiosity {
    font-style: italic;
    background: #f9f9f9;
    border-left: 4px solid #7f8c8d;
    padding: 10px 15px;
    margin: 1.5em 0;
}

.curiosity::before {
    content: "Ciekawostka: ";
    font-weight: bold;
    font-style: normal;
}

.sources {
    font-size: 0.9em !important;
    margin-top: 2em !important;
    padding-top: 1em !important;
    border-top: 1px solid #ccc !important;
}

.sources h2 {
    border: none !important;
    font-size: 1.2em !important;
    margin-bottom: 0.5em !important;
}

.sources ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.sources li {
    margin: 0.2em 0 !important;
}