.comment-form-container {
    margin-bottom: 20px;
    padding: 15px 20px;
    background-color: transparent;
    border-radius: 8px;
    box-shadow: none;
    border: none;
    position: relative;
}

.comment-prompt {
    font-size: 1rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    display: none;
}
.comment-prompt.initial-prompt {
    display: block;
    margin-bottom: 10px;
}

.cancel-comment-reply {
    text-align: right;
    font-size: 0.9em;
    margin-bottom: 15px;
}
.cancel-comment-reply a {
    color: #666;
    text-decoration: none;
    padding: 2px 5px;
    background-color: transparent;
    border: 1px dashed #666;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    display: inline-block;
    box-sizing: border-box;
}
.cancel-comment-reply a:hover {
    text-decoration: none;
    background-color: rgba(102, 102, 102, 0.1);
    color: #666;
    border-color: #666;
}

.comment-field-wrapper {
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.has-dashed-border-wrapper {
    border: 1px dashed #ddd;
    border-radius: 4px;
    padding: 0px 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 28px;
    overflow: hidden;
}

.logged-in-info-simulated {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    width: 100%;
}
.logged-in-info-simulated p {
    margin: 0;
    line-height: inherit;
    flex-grow: 1;
}
.logged-in-info-simulated strong {
    font-weight: bold;
}
.logged-in-info-simulated .logout-link {
    color: #888;
    text-decoration: none;
    font-size: 0.9em;
    line-height: inherit;
    white-space: nowrap;
}
.logged-in-info-simulated .logout-link:hover {
    text-decoration: underline;
}
.logged-in-field {
    height: 32px;
    display: flex;
    align-items: center;
}

.comment-field-wrapper input.comment-input-charge {
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 0.95rem;
    line-height: 1;
    color: #333;
    height: auto;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    transition: background-size 0.5s ease-in-out;
}
.comment-field-wrapper input.comment-input-charge:focus {
    background-size: 100% 100%;
}

.textarea-area {
    margin-bottom: 11px;
}

#textarea {
    width: 100%;
    min-height: 80px;
    padding: 8px 12px;
    border: 1px solid #f8f8f8;
    outline: none;
    background-color: #f8f8f8;
    border-radius: 4px;
    font-size: 0.95rem;
    line-height: 1.5;
    box-sizing: border-box;
    resize: vertical;
    font-family: inherit;
    color: #333;
    transition: border-color 0.2s ease-in-out;
}
#textarea:focus {
    border-color: #4CAF50;
    box-shadow: none;
}

.comment-submit-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.comment-actions-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.word-count {
    font-size: 0.85rem;
    color: #888;
    white-space: nowrap;
}

.submit-button {
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap; 
    background-color: transparent;
    color: #4CAF50;
    border: 1px dashed #4CAF50;
    box-shadow: none;
}
.submit-button:hover {
    background-color: #4CAF50;
    color: #fff;
    border-color: #4CAF50;
}

.hidden-fields-container {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-out, max-height 0.3s ease-out;
}
.hidden-fields-container.show {
    display: block;
    opacity: 1;
    max-height: 200px;
}

.line {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 0.5px dashed #eee;
}

h3.oneblog {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.comment-waiting-content {
    background-color: #f8f9fa; /* 保持背景色不变 */
    /* border-left: 4px solid #ffc107; /* 移除左侧实线边框 */
    border: 1px dashed #ffc107; /* 添加虚线边框，颜色可根据需要调整 */
    padding: 10px 15px;
    border-radius: 6px;
    margin-top: 10px;
    color: #6c757d;
}

.comment-status-waiting {
    display: inline-block;
    background-color: #ffedcc;
    color: #d78b00;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 0.65em;
    font-weight: bold;
    margin-left: 8px;
    vertical-align: middle;
    white-space: nowrap;
}

.comment-content-wrap {
    line-height: 1.6;
    color: #444;
    font-size: 0.1.1rem;
    padding-bottom: 5px;
    margin-top: 1px;
    padding-left: 0.2em;
}

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

.comment-list .comment-item {
    margin-bottom: 0;
    padding: 15px 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border-top: 0.5px dashed #eee;
    position: relative;
}

.comment-list .comment-item:first-of-type {
    border-top: none;
}

.comment-list .comment-item .comment-inner-wrap {
    padding: 0 15px;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.comment-list .comment-item .children-comments {
    list-style: none;
    padding-left: 15px;
    margin: 10px 0 0 0;
    border-left: 2px solid #f0f0f0;
    padding-top: 5px;
}

.comment-list .comment-item .children-comments .comment-item.align-with-second-level {
    margin-left: 0; 
}

.comment-list .comment-item .children-comments .children-comments {
    padding-left: 0; 
    border-left: none; 
}

.comment-list .comment-item .children-comments .comment-item.align-with-second-level > .comment-inner-wrap {
    margin-left: -15px; 
    width: calc(100% + 15px); 
    box-sizing: border-box;
    padding-right: 15px;
}


.comment-list .comment-item .children-comments .comment-item {
    margin-left: 0;
    padding: 10px 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border-top: none;
}
.comment-list .comment-item .children-comments .comment-item .comment-inner-wrap {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.comment-list .user {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-list .avatar {
    width: 39px;
    height: 39px;
    border-radius: 6px;
    margin-right: 10px;
    flex-shrink: 0;
}

.comment-list .user-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 42px;
}

.comment-list .name {
    font-weight: bold;
    color: #333;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 2px;
}

.comment-list .date {
    font-size: 0.8rem;
    color: #888;
    margin-top: 0; 
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1.2;
}

.comment-list .date span {
    margin-right: 0;
}

.comment-list .date .comment-location-info {
    color: #666;
    font-size: 0.75rem;
    white-space: nowrap;
}

.comment-list .comment-reply {
    margin-left: auto;
    font-size: 0.80rem;
}
.comment-list .comment-reply a {
    color: #007bff;
    text-decoration: none;
    font-weight: normal;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: color 0.2s ease;
}
.comment-list .comment-reply a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.comment-list .comment-content-wrap {
    line-height: 1.6;
    color: #444;
    font-size: 0.1.1rem;
    padding-bottom: 5px;
    margin-top: 1px;
    padding-left: 0.2em;
}


/* 评论区分割线上的小猫咪样式 */
.comment-cat-line {
    position: relative; /* 使内部元素可以相对于此定位 */
    overflow: visible; /* 确保图片可以超出div边界 */
    margin-bottom: 50px; /* 根据需要调整与下方标题的距离 */
}

.comment-cat-image {
    position: absolute; /* 绝对定位 */
    bottom: -0px; /* 根据图片大小和设计调整，使其位于分割线下方并稍微重叠 */
    left: 10%; /* 水平居中 */
    transform: translateX(-50%); /* 精确水平居中 */
    width: 60px; /* 根据您的喜好调整图片宽度 */
    height: auto; /* 保持图片比例 */
    z-index: 1; /* 确保图片在分割线上方显示 */
    pointer-events: none; /* 阻止图片阻挡下方点击事件 */
}

/* 调整读者留言标题与图片之间的距离 */
h3.oneblog {
    margin-top: 40px; /* 增加与上方内容的距离，避免与猫咪图片重叠 */
}