/**
 * Theme Name: Sylwia Kornas
 * Description: Blocksy Child theme
 * Author: dotGrow
 * Author URI: https://dotgrow.net
 * Template: blocksy
 * Text Domain: blocksy
 */


/* Blog & Articles */
body {
   --da-h1-font-size: clamp(1.35rem, 2.75vw, 1.9rem);
   --da-h1-color: var(--theme-headings-color);
   --da-h1-font-weight: bold;
   --da-box-padding: 1.5em;
   --da-faq-question-font-size: var(--wp--preset--font-size--medium);
   --da-toc-dot-background: var(--theme-palette-color-1);
}

.article-h1 {
   margin-top: 0.75em !important;
   margin-bottom: 0.5em !important;
}

.wp-block-dtg-dot-articles-box h2 {
   margin-top: 0;
}

.wp-block-dtg-dot-articles-box > *:last-child {
   margin-bottom: 0;
}

.wp-block-dtg-dot-articles-toc li a {
   text-decoration: underline;
}

.wp-block-dtg-dot-articles-toc ul li:before {
   background: var(--wp--preset--color--brand-hover);
}

.single-article .wp-block-post-content a {
   font-weight: bold;
}

.single-article .wp-block-post-content p,
.single-article .wp-block-post-content .article-h1,
.single-article .wp-block-post-content h1,
.single-article .wp-block-post-content h2,
.single-article .wp-block-post-content h3,
.single-article .wp-block-post-content h4,
.single-article .wp-block-post-content h5,
.single-article .wp-block-post-content h6 {
   text-align: justify;
}

.single-article .wp-block-post-content p {
   line-height: 1.3;
}

.single-post .entry-content,
.single-article .entry-content {
   --theme-content-spacing: 0.8em;
}