/* Start custom CSS for html, class: .elementor-element-a3e7792 */.terms-of-use {
    padding: 20px;
    background-color: #fff; /* Arkaplan rengini sitenize uyarlayabilirsiniz */
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.terms-of-use h1 {
    margin-bottom: 5px;
    color: #333; /* Başlık rengini sitenize göre ayarlayabilirsiniz */
    font-size: 2em;
}

.terms-of-use .last-updated {
  text-align: right; /* Tarih kısmını sağa hizala */
  margin-bottom: 20px;
  font-size: 0.85em;
  color: #777;
}

.terms-of-use h2 {
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 20px;
     font-size: 1.5em;
}

.terms-of-use p {
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
    font-size: 1em;
}

.terms-of-use ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.terms-of-use li {
    margin-bottom: 8px;
    color: #555;
    font-size: 1em;
}

.terms-of-use a {
    color: #007bff;
    text-decoration: none;
}

.terms-of-use a:hover {
    text-decoration: underline;
}/* End custom CSS */