/* Bejegyzés címe */
.single-post h1.entry-title {
    margin-bottom: 10px;
    line-height: 1.15;
}



/* Ha tényleg a span tapad a címhez */
.single-post .entry-meta span {
    display: inline-block;
}

/* Cikken belüli alcímek */
.single-post h2.wp-block-heading {
    margin-top: 36px;
    margin-bottom: 14px;
    line-height: 1.3;
}

/* Bekezdések */
.single-post .entry-content p {
    margin-bottom: 18px;
    line-height: 1.7;
}

/* Felsorolások */
.single-post .entry-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Cikk címe */
.single-post .entry-title {
    margin-bottom: 10px;
    line-height: 1.15;
}


/* Az Oceanic által generált span elemek */
.single-post .entry-meta span {
    display: inline-block;
}

.single-post .entry-title {
    margin: 0 0 8px;
    line-height: 1.08;
}

.single-post .entry-meta {
    margin-top: 12px;
    margin-bottom: 28px;
    font-size: 13px;
    line-height: 1.4;
}

.single-post img.wp-post-image {
    border-radius: 16px;
    display: block;
}

.single-post .entry-thumbnail {
    margin-top: 0;
    overflow: hidden;
    border-radius: 16px;
}

.single-post .entry-thumbnail img.wp-post-image {
    display: block;
    width: 100%;
    height: auto;
}

.entry-content p {
    text-align: justify;
    hyphens: auto;
}