/**
 * Bootstrap 5 Reboot Override — Responsive Layout Edition
 *
 * Bootstrap'in agresif reset'lerini etkisizlestirir.
 * Sadece legacy inc/ dosyalarinda kullanilan table yapilarini korur.
 * Body, img, link gibi global elementler custom.css tarafindan yonetilir.
 */

/* Heading: Bootstrap'in margin, font-size, line-height reset'ini engelle */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    line-height: normal;
}

/* Paragraph: Bootstrap margin-bottom:1rem */
p {
    margin-top: 0;
    margin-bottom: 0;
}

/* List: Bootstrap padding-left:2rem, margin-bottom:1rem */
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Label */
label {
    margin-bottom: 0;
}

/* HR */
hr {
    margin: 0.5em 0;
    opacity: 1;
}

/* Small */
small {
    font-size: inherit;
}

/* Pre */
pre {
    margin-bottom: 0;
}

/* Legacy table korumalari — sadece inc/ dosyalarindaki eski tablolar icin */
table {
    border-collapse: separate;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
