.elementor-17280 .elementor-element.elementor-element-c0da84e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-c6daaf6 */<style>
  .marmaris-article{
    max-width: 900px;
    margin: 0 auto;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #1a1a1a;
    line-height: 1.7;
    padding: 24px;
  }

  .marmaris-article h1{
    font-size: 2.1rem;
    margin-bottom: 14px;
    color: #0c4866;
    letter-spacing: -0.5px;
  }

  .marmaris-article p.lead{
    font-size: 1.05rem;
    color: #334;
    margin-bottom: 28px;
  }

  .bay{
    display: flex;
    gap: 22px;
    align-items: center;
    margin: 30px 0;
    border-radius: 10px;
    padding: 6px;
  }

  .bay:nth-child(even){
    flex-direction: row-reverse;
  }

  .bay .media{
    flex: 0 0 46%;
    max-width: 46%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(12,50,70,0.08);
  }

  .bay .media img{
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
  }

  .bay .content{
    flex: 1 1 54%;
    max-width: 54%;
  }

  .bay h2{
    margin: 0 0 10px;
    font-size: 1.25rem;
    color: #0b3b5a;
  }

  .bay p{
    margin: 0 0 10px;
    font-size: 0.98rem;
    color: #222;
  }

  .caption{
    display:block;
    font-size:0.86rem;
    color:#6b6b6b;
    padding:8px 10px;
    background:#fbfdfe;
  }

  /* Responsive: stack on small screens */
  @media (max-width: 820px){
    .bay{
      flex-direction: column;
    }
    .bay:nth-child(even){
      flex-direction: column;
    }
    .bay .media, .bay .content{
      max-width:100%;
      flex: 1 1 100%;
    }
  }

  /* Small tweaks for readability on very small screens */
  @media (max-width:420px){
    .marmaris-article{ padding: 16px; }
    .marmaris-article h1{ font-size:1.6rem; }
  }
</style>/* End custom CSS */