.elementor-2153 .elementor-element.elementor-element-be8efdf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b094513 */*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: 'Source Serif 4', serif;
  width: 100%;
  padding: clamp(24px, 5vw, 56px) clamp(16px, 6vw, 48px);
}

.post {
  background: #ffffff;
  max-width: 100%;
  width: 100%;
}

.divider-top {
  width: 48px;
  height: 3px;
  background: #000000;
  margin-bottom: clamp(20px, 4vw, 36px);
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  margin-bottom: clamp(16px, 3vw, 28px);
  letter-spacing: -0.02em;
  text-align: center;
}

p {
  font-size: clamp(0.92rem, 2vw, 1.05rem);
  line-height: 1.8;
  color: #000000;
  font-weight: 300;
  margin-bottom: clamp(12px, 2.5vw, 20px);
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  font-weight: 400;
}

a:hover {
  text-decoration-thickness: 2px;
}

.post img {
  display: block;
  width: 600px;
  max-width: 600px;
  height: auto;
  margin: clamp(16px, 3vw, 28px) auto;
  border-radius: 4px;
}

.divider-bottom {
  width: 48px;
  height: 1px;
  background: #000000;
  margin-top: clamp(20px, 4vw, 36px);
  margin-left: auto;
  margin-right: auto;
  opacity: 0.3;
}

/* Tablet */
@media (max-width: 768px) {
  body {
    padding: 32px 20px;
  }

  h1 {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }

  p {
    font-size: clamp(0.88rem, 3vw, 1rem);
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 480px) {
  body {
    padding: 24px 14px;
  }

  h1 {
    font-size: 1.3rem;
    letter-spacing: -0.01em;
  }

  p {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .post img {
    border-radius: 2px;
  }
}/* End custom CSS */