.swedish-main-section {
  position: relative;
  padding: 60px 0;
  margin: 0;
}

.swedish-main-title {
  color: #121820;
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-weight: 700;
}

.swedish-large-letter {
  font-size: 12em;
  font-weight: 300;
  color: #e0e0e0;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  pointer-events: none;
  text-transform: uppercase;
  z-index: -1;
  -webkit-text-fill-color: initial;
  font-family: "Karla";
}

.swedish-label-style {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  padding: 9px 12px 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}

.swedish-label-style:hover {
  opacity: 0.9;
}

.swedish-date {
  color: #444444;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.syndicated_post_content p a {
  color: var(--link-color);
  transition: all 0.2s ease-in-out;
}

.syndicated_post_content p a:hover {
  color: var(--link-hover-color);
}

.syndicated_post_content > p {
  font-size: 18px;
  line-height: 32.4px;
  font-weight: 400;
  color: #111827;
}

blockquote {
  padding: 0;
  position: relative;
  border-left: none;
  margin: 40px 5% 38px;
  font-style: italic;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
blockquote::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/04/quoted.png");
  top: 1px;
  left: 0px;
  width: 70px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
}
blockquote p {
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  color: #201d48;
  text-align: left;
  padding-left: 100px;
}

.swedish-paragraph-content {
  font-size: 18px;
  line-height: 1.8rem;
  color: #111827;
}

.swedish-article-content {
  font-size: 1.244em;
  font-weight: 600;
  color: #111827;
  margin: 40px 5% 38px;
}

.note-box {
  background-color: #ededed;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #cfcfea;
}

.swedish-source-btn {
  border: 4px solid #0db1b5;
  color: #0db1b5;
  font-weight: bold;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 0px 24px;
  background-color: transparent;
  width: fit-content;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  line-height: 39px;
}

.swedish-source-btn i {
  color: #0db1b5;
  transition: all 0.2s ease-in-out;
}

.swedish-source-btn:hover {
  border-color: black;
  color: black;
}

.swedish-source-btn:hover i {
  color: black;
}

.source-btn-icon {
  color: black;
}

.input-box {
  padding: 20px;
  border: 1px Solid #cfcfea;
  margin-bottom: 40px;
  border-radius: 6px;
}

.swedish-form-control {
  height: 56px;
  width: 100%;
  border: 1px Solid #cfcfea;
  border-radius: 5px;
}

.input-box p {
  color: #5c6b8d;
  font-size: 16px !important;
  line-height: 1.5rem !important;
}

.input-box h5 {
  color: #0db1b5;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  blockquote p {
    padding-left: 60px;
  }
  blockquote::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  blockquote p {
    padding-left: 0;
    padding-top: 16px;
  }
}
@media screen and (max-width: 557px) {
  .swedish-main-title {
    font-size: 30px;
  }
  .syndicated_post_content > p {
    font-size: 16px;
    line-height: 24px;
  }
  blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}