/* Custom styles for Terms and Conditions view */
.prose h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.prose ul {
    list-style-type: disc;
    padding-left: 1.5em;
}
