.elementor-4804 .elementor-element.elementor-element-c2c7ae2{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4804 .elementor-element.elementor-element-e9832b5 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS *//* === Page Background & Text === */
body.single-post {
  background-color: #f9f7f4;
  color: #2e2e2e;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 1.75;
}

/* === Headings === */
h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  color: #3d2c1f;
  margin-bottom: 15px;
}

h1 {
  font-size: 42px;
  text-align: center;
  margin-top: 20px;
}

h2 {
  font-size: 28px;
  border-left: 6px solid #967b5d;
  padding-left: 12px;
}

h3 {
  font-size: 22px;
  color: #5a4531;
}

/* === Paragraphs & Links === */
p {
  margin-bottom: 20px;
}

a {
  color: #725f49;
  text-decoration: underline;
  transition: color 0.3s ease;
}

a:hover {
  color: #b08d67;
}

/* === Image Styling === */
img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

/* === Caption Text === */
figcaption {
  font-style: italic;
  font-size: 14px;
  color: #777;
  margin-top: 5px;
  text-align: center;
}

/* === Callout Section (e.g., Booking CTA) === */
.callout-box {
  background-color: #fff9f1;
  border-left: 5px solid #d8a36b;
  padding: 25px;
  margin: 40px 0;
  font-family: 'Merriweather Sans', sans-serif;
}

/* === Button Styling === */
a.button, .elementor-button {
  background-color: #725f49;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

a.button:hover, .elementor-button:hover {
  background-color: #b08d67;
  color: #fff;
}/* End custom CSS */