@charset "UTF-8";
.section_single_blog {
  background-color: var(--siteset-lightset-bg, #f8f8f8); }

/* ===================================================
   BLOG SINGLE PAGE BREADCRUMBS STYLES
   Lisää tämä single.scss tiedoston alkuun
   =================================================== */
/* Muropolku blog single sivuille - harmaa teksti */
.breadcrumb-nav-blog {
  padding: 20px 0 0 0;
  margin: 0; }
  .breadcrumb-nav-blog ol {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 0;
    align-items: center !important;
    width: auto;
    line-height: 1.2; }
  .breadcrumb-nav-blog li {
    display: flex !important;
    align-items: center;
    font-size: 14px !important;
    line-height: 1.4; }
  .breadcrumb-nav-blog a {
    color: #666 !important;
    /* Harmaa teksti */
    text-decoration: none !important;
    transition: all 0.3s ease;
    padding: 4px 8px !important; }
    .breadcrumb-nav-blog a:hover {
      color: #333 !important;
      /* Tummempi harmaa hoverissa */
      background: rgba(0, 0, 0, 0.05) !important; }
  .breadcrumb-nav-blog .separator {
    color: #999 !important;
    /* Vaalea harmaa erottimille */
    margin: 0 8px !important;
    font-size: 14px !important; }
  .breadcrumb-nav-blog .active span {
    color: #333 !important;
    /* Tummempi harmaa aktiiviselle */
    font-weight: 500 !important; }

/* Mobiili - piilota muropolut */
@media (max-width: 768px) {
  .breadcrumb-nav-blog {
    display: none !important; } }

/* Tablet-koko - näytä muropolut */
@media (max-width: 991px) and (min-width: 769px) {
  .breadcrumb-nav-blog {
    padding: 15px 0 0 0; }
    .breadcrumb-nav-blog ol {
      justify-content: flex-start; }
    .breadcrumb-nav-blog li {
      font-size: 13px !important; } }

.blogi-linkki {
  color: var(--siteset-lightset-h2) !important;
  font-weight: 600 !important;
  text-decoration: none !important; }

.blogi-linkki:hover {
  color: var(--siteset-lightset-button) !important;
  font-weight: 700 !important;
  text-decoration: none !important; }

.blog_single_main_h1 {
  font-size: 2.2rem;
  margin-top: 4rem !important;
  margin-bottom: 3rem !important;
  line-height: 1.4;
  color: var(--siteset-lightset-h2) !important;
  font-weight: 700; }
  @media (max-width: 576px) {
    .blog_single_main_h1 {
      font-size: 2rem;
      margin-top: 2rem !important;
      margin-bottom: 1.5rem !important; } }
/* Force blog post date above title and tighten spacing */
.section .container .blog-meta {
  margin-top: 0.25rem !important; }

.section .container .blog-meta .blog-date {
  color: var(--siteset-lightset-h2) !important;
  margin-bottom: 0.12rem !important;
  display: block !important;
  font-weight: 600;
  margin-top: 4rem !important;
  /* increased top spacing for the date per request */ }

.section .container .blog_single_main_h1 {
  margin-top: 0 !important;
  margin-bottom: 0.25rem !important; }

.post-single-content blockquote {
  width: 60%;
  text-align: left;
  font-style: italic;
  font-weight: 400 !important;
  font-size: 1.3rem !important;
  border-left: 0px solid var(--siteset-lightset-button);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  margin-top: 3rem;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  padding: 1.5rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  text-align: left;
  quotes: none; }
  .post-single-content blockquote::before {
    content: '"';
    font-size: 3rem;
    font-weight: bold;
    color: var(--siteset-lightset-button);
    position: absolute;
    top: -0.2rem;
    left: 0.5rem;
    line-height: 1; }
  .post-single-content blockquote p {
    margin: 0; }
    .post-single-content blockquote p::before, .post-single-content blockquote p::after {
      content: none; }
  @media (max-width: 768px) {
    .post-single-content blockquote {
      width: 100%;
      margin: 1rem 0;
      text-align: center; } }
.section .post-single-content h2,
.section_single_blog .post-single-content h2,
.section-lightset .post-single-content h2 {
  font-size: 1.8rem !important;
  text-align: left;
  color: #000 !important;
  margin-bottom: 1rem;
  color: var(--siteset-lightset-h2) !important; }

.section .post-single-content h3,
.section_single_blog .post-single-content h3,
.section-lightset .post-single-content h3 {
  font-size: 1.2rem !important;
  text-align: left;
  margin-bottom: 1rem;
  margin-top: 1.4rem;
  color: #000 !important; }

.section .post-single-content h4, .section .post-single-content h5, .section .post-single-content h6,
.section_single_blog .post-single-content h4,
.section_single_blog .post-single-content h5,
.section_single_blog .post-single-content h6,
.section-lightset .post-single-content h4,
.section-lightset .post-single-content h5,
.section-lightset .post-single-content h6 {
  font-size: 1rem !important;
  text-align: left; }

.section .post-single-content p,
.section_single_blog .post-single-content p,
.section-lightset .post-single-content p {
  font-size: 0.95rem !important; }

.section .post-single-content img,
.section_single_blog .post-single-content img,
.section-lightset .post-single-content img {
  max-width: 100%;
  height: auto; }

.section .post-single-content strong, .section .post-single-content b,
.section_single_blog .post-single-content strong,
.section_single_blog .post-single-content b,
.section-lightset .post-single-content strong,
.section-lightset .post-single-content b {
  font-weight: 700 !important;
  color: inherit; }

.section .post-single-content em, .section .post-single-content i,
.section_single_blog .post-single-content em,
.section_single_blog .post-single-content i,
.section-lightset .post-single-content em,
.section-lightset .post-single-content i {
  font-style: italic !important; }

.section .post-single-content strong em, .section .post-single-content b em, .section .post-single-content em strong, .section .post-single-content i strong, .section .post-single-content strong i, .section .post-single-content b i,
.section_single_blog .post-single-content strong em,
.section_single_blog .post-single-content b em,
.section_single_blog .post-single-content em strong,
.section_single_blog .post-single-content i strong,
.section_single_blog .post-single-content strong i,
.section_single_blog .post-single-content b i,
.section-lightset .post-single-content strong em,
.section-lightset .post-single-content b em,
.section-lightset .post-single-content em strong,
.section-lightset .post-single-content i strong,
.section-lightset .post-single-content strong i,
.section-lightset .post-single-content b i {
  font-weight: 700 !important;
  font-style: italic !important; }

.section .post-single-content strong, .section .post-single-content b,
.section_single_blog .post-single-content strong,
.section_single_blog .post-single-content b,
.section-lightset .post-single-content strong,
.section-lightset .post-single-content b {
  font-weight: 700 !important;
  color: inherit; }

.blog-meta-info > div {
  margin-right: 16px; }

.blog-meta-info i {
  font-size: 0.875rem;
  margin-right: 8px; }

.blog-ingress {
  font-style: italic;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 1.5rem; }

.blog-post-cta {
  margin-top: 2rem; }
  .blog-post-cta a {
    color: var(--siteset-lightset-button); }
  @media (max-width: 576px) {
    .blog-post-cta {
      text-align: center; } }
.social-share .resp-sharing-button__link {
  text-decoration: none !important; }

.social-share .resp-sharing-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  color: var(--siteset-lightset-color) !important;
  transition: all 0.3s ease !important;
  margin: 0 6px !important;
  padding: 0.25rem !important; }
  .social-share .resp-sharing-button:hover {
    color: var(--siteset-lightset-button) !important; }
  .social-share .resp-sharing-button__icon {
    width: 24px !important;
    height: 24px !important; }
    .social-share .resp-sharing-button__icon svg {
      width: 24px !important;
      height: 24px !important;
      fill: currentColor !important; }
    @media (max-width: 576px) {
      .social-share .resp-sharing-button__icon {
        width: 20px !important;
        height: 20px !important; }
        .social-share .resp-sharing-button__icon svg {
          width: 20px !important;
          height: 20px !important; } }
.social-share.pt-4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0 !important; }
