.blog-title {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-title .title-wrap {
  position: relative;
  max-width: 750px;
  z-index: 1;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  padding: 32px;
}

.blog-title .page-title-wrap {
  font-family: var(--font-bold);
  font-size: 40px;
  font-weight: 700;
  color: var(--text-color);
  line-height: normal;
}

.blog-title .block-system-breadcrumb-block {
  margin-top: 20px;
}

.blog-title.have-bg {
  padding: 40px 20px;
}

.blog-title.without-bg {
  padding: 40px 20px 10px 20px;
}

.blog--full .banner-generic-full {
  margin-bottom: 60px;
}

.blog--full .field--name-field-video-gallery video,
.blog--full .field--name-field-video-gallery iframe {
  width: 100%;
  height: 400px;
  border-radius: 12px;
}

.blog--full .hightlighted-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

@media (min-width: 30.25rem) {
  [dir="ltr"] .blog--full .hightlighted-info:has(.field--name-field-tags) .posted-date--wrap {
    margin-left: auto;
  }

  [dir="rtl"] .blog--full .hightlighted-info:has(.field--name-field-tags) .posted-date--wrap {
    margin-right: auto;
  }
}

.blog--full .node-date {
  position: relative;
  font-family: var(--font-bold);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: lowercase;
  color: var(--dark-grey);
}

[dir="ltr"] .blog--full .node-date {
  padding-left: 24px;
}

[dir="rtl"] .blog--full .node-date {
  padding-right: 24px;
}

.blog--full .node-date::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../media/images/clock.svg) no-repeat center;
}

[dir="ltr"] .blog--full .node-date::before {
  left: 0;
}

[dir="rtl"] .blog--full .node-date::before {
  right: 0;
}

.blog--full .posted-date--wrap {
  width: fit-content;
}

.page-wrapper:has(.blog--full) {
  padding-top: 0;
}

.node--view-mode-teaser .field--name-body {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.node--view-mode-teaser,
.node--view-mode-teaser p,
.node--view-mode-teaser a,
.node--view-mode-teaser strong,
.node--view-mode-teaser b,
.node--view-mode-teaser h2,
.node--view-mode-teaser h1,
.node--view-mode-teaser h3,
.node--view-mode-teaser h5,
.node--view-mode-teaser h5,
.node--view-mode-teaser h6,
.node--view-mode-teaser ul,
.node--view-mode-teaser li {
  font-family: var(--font-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color);
  margin: 0;
}

.blog-view {
  padding-bottom: 0;
}

.block-views-blockblog-blog-block {
  padding-top: 60px;
}

.block-views-blockblog-blog-block .block__title {
  font-family: var(--font-bold);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-color);
  line-height: normal;
}

.path-frontpage .page-wrapper {
  padding-bottom: 0;
}

.view-google-reviews {
  border-radius: 20px;
}

.block-views-blockfaq-faq-block .block__title {
  font-family: var(--font-bold);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-color);
  line-height: normal;
}

.ing-articles-teaser .field--name-field-tags {
  margin-top: 10px;
}

.ing-articles-teaser .node-date {
  position: relative;
  font-family: var(--font-bold);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: lowercase;
  color: var(--dark-grey);
  margin-top: 12px;
}

[dir="ltr"] .ing-articles-teaser .node-date {
  padding-left: 24px;
}

[dir="rtl"] .ing-articles-teaser .node-date {
  padding-right: 24px;
}

.ing-articles-teaser .node-date::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../media/images/clock.svg) no-repeat center;
}

[dir="ltr"] .ing-articles-teaser .node-date::before {
  left: 0;
}

[dir="rtl"] .ing-articles-teaser .node-date::before {
  right: 0;
}

.field--name-field-tags .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.field--name-field-tags .links li {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
  background-color: var(--accent-color);
  border-radius: 4px;
}
