.tag-blog .blog-item {
  margin-bottom: 2rem;
}
.tag-blog .item-title {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.tag-blog .item-meta {
  color: #666;
  font-size: 0.9rem;
}
.tag-blog .item-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.tag-blog .readmore a {
  text-decoration: underline;
  color: #007bff;
}

li, h1, h2, h3, h4, h5, h6, p {
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
}

.breadcrumb-item+.breadcrumb-item::before{
	content: "‣";
}

blockquote {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 2em 0;
  padding: 1em 2em;
  border-left: 4px solid #333; /* En mörk linje som ger tyngd */
  color: #555;
  background-color: #f9f9f9; /* En mycket svag bakgrund */
}

blockquote::before {
  content: "“";
  font-size: 4em;
  color: #ccc;
  position: absolute;
  margin-left: -0.5em;
  margin-top: -0.2em;
  font-family: Georgia, serif;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

p {
  margin-top: 0.5em ;
  margin-bottom: 0em ;
} 

ol {
  margin-top: 0em ;
  margin-bottom: 0em ;
} 

ul {
  margin-top: 0em ;
  margin-bottom: 1em ;
} 

h2 {
  margin-top: 1em ;
  margin-bottom: 0em ;
} 

h3 {
  margin-top: 1em ;
  margin-bottom: 0em ;
} 

h4 {
  margin-top: 1em ;
  margin-bottom: 0em ;
} 

h5 {
  margin-top: 1em ;
  margin-bottom: 0em ;
} 

h6 {
  margin-top: 1em ;
  margin-bottom: 0em ;
} 