<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.comments-area {
    margin-top: 40px;
    padding: 20px;
    background: #1a1a1a;
    border-radius: 8px;
    color: #ddd;
}

.comment-list {
    list-style: none;
    padding-left: 0;
}

.comment-list li {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.comment-author img {
    border-radius: 50%;
    margin-right: 10px;
}

.comment-meta {
    font-size: 14px;
    color: #aaa;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 10px;
    background: #222;
    border: 1px solid #444;
    color: #ddd;
    border-radius: 4px;
}

.comment-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #66aaff;
    outline: none;
}

.comment-form input[type="submit"] {
    background: #0088cc;
    border: none;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.comment-form input[type="submit"]:hover {
    background: #006699;
}


.reply-notice {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 8px;
    color: #aaa;
}
</pre></body></html>