/* Start custom CSS for html, class: .elementor-element-411cf85 */.privacy-policy {
    padding: 20px;
    background-color: #fff; /* Nötr Arkaplan */
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    direction: rtl; /* Ana konteyner yönü */
}

.privacy-policy h1 {
    margin-bottom: 5px;
    color: #1E5631; /* Koyu Yeşil (Eski #333 yerine) */
    font-size: 2em;
    text-align: right; /* RTL için */
}

.privacy-policy .last-updated {
  text-align: left; /* RTL'de tarihi sola almak genellikle daha yaygındır */
  margin-bottom: 20px;
  font-size: 0.85em;
  color: #777;
}

.privacy-policy h2 {
    color: #1E5631; /* Koyu Yeşil (Eski #333 yerine) */
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 20px; /* Başlıklar arası boşluk*/
    font-size: 1.5em;
    text-align: right; /* RTL için */
}

.privacy-policy p {
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
    font-size: 1em;
    text-align: right; /* RTL için */
}

.privacy-policy ul {
    list-style-type: disc;
    padding-right: 20px; /* RTL için padding-right */
    padding-left: 0;
    margin-bottom: 15px;
    text-align: right; /* RTL için */
}

.privacy-policy li {
    margin-bottom: 8px;
    color: #555;
    font-size: 1em;
}

.privacy-policy a {
    color: #1E5631; /* Koyu Yeşil (Eski #007bff yerine) */
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-policy a:hover {
    text-decoration: underline;
    color: #4CAF50; /* Orta Yeşil Hover */
}/* End custom CSS */