﻿.parent-list {
    font-size: 16px; /* Default font size for parent list items */
}

    .parent-list > li::marker {
        font-size: 1.8rem; /* Change the size of the numbers in the parent list */
    }

    .parent-list > li {
        border-bottom: 1.5px solid #000;
        padding-bottom: 20px;
    }

    .parent-list ol {
        font-size: 16px; /* Ensure child list items have the default font size */
    }


        .parent-list ol > li::marker {
            font-size: 16px; /* Ensure child list markers have the default font size */
        }

#coldocformatguide li, #colregemaillist li {
    text-align: left;
}

h4 {
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
}

summary h4 {
    margin-bottom: 20px;
}

summary.reviewheading {
    font-family: inherit;
    line-height: 1;
    margin-bottom: 0px;
}

.reviewheading {
    margin-bottom: 20px;
    width: 100%;
    background-color: #927748;
    color: white;
    padding: 10px 10px;
}

.summary > p {
    margin-bottom: .5rem;
}

details {
    border: 1px solid #927748;
    background-color: white;
}

details > .reviewbody {
    padding: 1.5rem;
}
