/* Start custom CSS for html, class: .elementor-element-1744736 *//* ============================================
   LEGAL PAGES - Yasal Dokümanlar
   Elementor'da container'a .legal-page ekle
   ============================================ */

.legal-page {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.legal-page h1 {
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
    color: #333;
    font-size: 2em;
}

.legal-page h1 + p,
.legal-page p:first-of-type {
    margin-bottom: 25px;
    font-size: 0.85em;
    color: #777;
}

.legal-page h2 {
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 1.4em;
}

.legal-page h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #444;
    font-size: 1.15em;
}

.legal-page p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #555;
}

.legal-page ul,
.legal-page ol {
    margin: 15px 0;
    padding-left: 25px;
    color: #555;
}

.legal-page li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.legal-page a {
    color: #0066cc;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.legal-page a:hover {
    color: #004499;
}

.legal-page strong {
    color: #333;
}/* End custom CSS */