     /* Styles for the conduct list */
.bullet-list {
    padding-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.bullet-item {
    font-size: 18px;
    list-style-type: disc;
    margin-bottom: 0.75rem;
    color: #333; /* Dark gray text for readability */
    line-height: 1.4;
    padding: 14px 18px;
}

/* Optional: Code of conduct heading and paragraph */
.code-heading h1 {
    font-size: 32px;
    margin-bottom: 1rem;
    color: #2c3e50;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;

}

.p {
    font-size: 20px;
    color: #555;
    margin-bottom: 1.5rem;
    max-width: 800px;
    line-height: 1.7;
    padding: 16px 20px;
}
