/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* GENERAL */

.drop-shadow {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
}

/* TYPOGRAPHY */


/* BLOGG RELATED */

.default-post p {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.6em;
  margin-bottom: 1.5rem;
}

.default-post blockquote {
  margin-bottom: 1.5rem;
}

.default-post ul,
.default-post ol {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.default-post li {
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.default-post img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.default-post h1 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
	text-align: left;
}

.default-post h2 {
  font-size: clamp(1.7rem, 3vw, 2rem);
  margin-top: 2rem;
  margin-bottom: 1rem;
	text-align: left;
}

.default-post h3 {
  font-size: clamp(1.5rem, 2.5vw, 1.75rem);
  margin-top: 2rem;
  margin-bottom: 1rem;
	text-align: left;
}

.default-post h4 {
  font-size: clamp(1.35rem, 2.2vw, 1.5rem);
  margin-top: 2rem;
  margin-bottom: 1rem;
	text-align: left;
}

.default-post h5 {
  font-size: clamp(1.2rem, 2vw, 1.35rem);
	text-align: left;
}

.default-post h6 {
  font-size: clamp(1.125rem, 1.5vw, 1.2rem);
	text-align: left;
}
