#site-comments {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #ddd;
}

#comments-form {
    max-width: 44rem;
}

#comments-form label,
#comments-form input,
#comments-form textarea {
    display: block;
    width: 100%;
}

#comments-form input,
#comments-form textarea {
    padding: 0.5rem;
}

.comments-optional {
    font-weight: normal;
}

.comments-honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.comment {
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}

.comment h3 {
    margin: 0;
    font-size: 1rem;
}

.comment time {
    display: block;
    color: #666;
    font-size: 0.9rem;
}

.comment p {
    margin: 0.75rem 0 0;
    white-space: pre-wrap;
}
