body {
    font-family: "Arial", "Helvetica", sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9; 
    color: #333; 
    overflow-x: hidden;
}

.tipBox {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px 30px; 
    background-color: #ffffff; 
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    border-radius: 8px; 
}

p {
    margin: 12px 0; 
}

ol,
ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 8px;
}

ol li, ul li {
    list-style: disc;
}

ol li p, ul li p {
    overflow-y: unset; 
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    margin-top: 25px;
    margin-bottom: 15px;
}

.tipBox > p:first-child { 
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.tipBox > p:nth-child(2),
.tipBox > p:nth-child(3) {
    text-align: left;
    font-size: 0.9em;
    color: #555;
    margin-bottom: 5px;
}

strong {
    font-weight: bold;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong:contains("ÖNEMLİ NOT:"),
strong:contains("Yapılması Gerekenler") { 
    color: #d9534f;
}