.elementor-14 .elementor-element.elementor-element-18efceaa{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a74286d */.beltman-wrapper {
    background-color: #F5F0E5;
    color: #1C1712;
    font-family: 'Manrope', sans-serif;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem;
    box-sizing: border-box;
    line-height: 1.6;
  }
  
  @media (min-width: 768px) {
    .beltman-wrapper {
      padding: 4rem 2rem;
    }
  }

  .stitched-divider {
    border-bottom: 2px dashed #A9803F;
    opacity: 0.4;
    margin: 2rem 0;
  }

  .eyebrow {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #6E3F28;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
  }

  /* Smooth accordion transitions */
  details > summary {
    list-style: none;
  }
  details > summary::-webkit-details-marker {
    display: none;
  }
  
  .toc-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
  }
  
  details[open] .toc-content {
    grid-template-rows: 1fr;
  }
  
  .toc-inner {
    overflow: hidden;
  }

  .highlight-red {
    color: #ef4444;
    font-weight: 700;
    background-color: rgba(239, 68, 68, 0.1);
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
  }

  /* Styling links within paragraphs */
  .beltman-wrapper p a {
    color: #6E3F28;
    text-decoration: underline;
    text-decoration-color: #D2AD70;
    text-underline-offset: 4px;
    transition: all 0.2s ease;
  }
  .beltman-wrapper p a:hover {
    color: #A9803F;
  }/* End custom CSS */