.esw-comments-wrap {
    max-width: 800px;
    margin: 2rem auto;
    font-family: inherit;
}

.esw-comment-count {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e5e5e5;
}

.esw-comment-count strong {
    color: #2c6e3f;
    font-size: 1.1rem;
}

.esw-comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.esw-comment {
    padding: 1.25rem 0;
    border-bottom: 1px solid #e9e9e9;
}

.esw-comment:last-child {
    border-bottom: none;
}

.esw-comment-meta {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.6rem;
}

.esw-comment-author {
    font-weight: 600;
    color: #222;
}

.esw-comment-location {
    color: #555;
}

.esw-comment-org {
    font-style: italic;
    color: #555;
}

.esw-comment-date {
    color: #999;
    font-size: 0.8rem;
    float: right;
}

.esw-comment-body {
    font-size: 1rem;
    line-height: 1.65;
    color: #333;
    margin-top: 0.5rem;
}

.esw-no-comments {
    color: #666;
    font-style: italic;
}

.esw-pagination {
    margin-top: 2rem;
    text-align: center;
}

.esw-pagination .page-numbers {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #2c6e3f;
    text-decoration: none;
    font-size: 0.9rem;
}

.esw-pagination .page-numbers.current,
.esw-pagination .page-numbers:hover {
    background: #2c6e3f;
    color: #fff;
    border-color: #2c6e3f;
}
