/* Trendie Wendie - custom-blogpagina.css */
/* Huisstijlkleuren: paars #464F5E, lichtroze #C9AAAB */
/* Plaats dit bestand in de Lightspeed asset library en link het in het bloglayout-bestand met: */
/* {{ 'custom-blogpagina.css' | asset_url | stylesheet_tag }} */

.tw-blog-body {
  max-width: 700px;
  margin: 0 auto;
  padding: 8px 20px 32px;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.7;
}

.tw-blog-body p {
  margin: 0 0 20px;
}

.tw-blog-body h2 {
  font-size: 24px;
  font-weight: 700;
  color: #464F5E;
  margin: 40px 0 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid #C9AAAB;
}

.tw-blog-image {
  text-align: center;
  margin: 28px 0;
}

.tw-blog-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.tw-tip-box {
  background: #f7f0f0;
  border-left: 4px solid #C9AAAB;
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
  margin: 24px 0;
}

.tw-tip-box p {
  margin: 0;
}

.tw-blog-body a {
  color: #DEC98C;
  font-weight: 600;
  text-decoration: underline;
}

.tw-blog-body a:hover {
  color: #1a1a1a;
}

.tw-closing-cta {
  background: #464F5E;
  border-radius: 14px;
  padding: 32px 28px;
  margin: 44px 0 40px;
  text-align: center;
}

.tw-closing-cta p {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.7;
}

.tw-faq-item {
  border-bottom: 1px solid #e5dede;
  padding: 14px 0;
}

.tw-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: #464F5E;
  font-size: 16px;
  list-style: none;
}

.tw-faq-item summary::-webkit-details-marker {
  display: none;
}

.tw-faq-item summary::after {
  content: "+";
  float: right;
  color: #C9AAAB;
  font-size: 20px;
  font-weight: 400;
}

.tw-faq-item[open] summary::after {
  content: "\2212";
}

.tw-faq-item p {
  margin: 10px 0 0;
  color: #4a4a4a;
}

.gui-blog-article header {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 32px;
  border: none;
  box-shadow: none;
  background: #464F5E;
  aspect-ratio: 11 / 6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.gui-blog-article header > a {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 0;
  border: none;
  box-shadow: none;
}

.gui-blog-article header img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: none;
  box-shadow: none;
  outline: none;
}

.gui-blog-article header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65%;
  background: linear-gradient(to top, rgba(70, 79, 94, 0.75) 0%, rgba(70, 79, 94, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.gui-blog-article header h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 28px;
  font-size: 30px;
  line-height: 1.3;
}

.gui-blog-article header h1 a {
  color: #ffffff;
  text-decoration: none;
}

.gui-blog-article header h1 a:hover {
  color: #DEC98C;
}

.gui-blog-article header ul {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 10px 0 24px;
  padding: 0 28px;
  font-size: 13px;
  color: #e9e2e2;
}

@media (max-width: 700px) {
  .gui-blog-article header h1 {
    font-size: 22px;
  }
}

.gui-blog-article .blog-article-summary {
  max-width: 700px;
  margin: 24px auto 0;
  padding: 20px 24px;
  background: #f7f0f0;
  border-left: 4px solid #C9AAAB;
  border-radius: 0 12px 12px 0;
  font-size: 18px;
  font-weight: 500;
  color: #464F5E;
  line-height: 1.7;
  box-sizing: border-box;
}

.gui-blog-article .blog-article-summary:empty {
  display: none;
  padding: 0;
  margin: 0;
}

.gui-blog-article p:empty {
  display: none;
  margin: 0;
  padding: 0;
}