.gptday-comments {
    /* margin:36px 0 0 0; */
    /* background:#f7faff; */
    /* border-radius:13px; */
    /* padding:20px 22px 32px 22px; */
    /* box-shadow:0 4px 18px #e7eefc22; */
}

.gptday-comments-title {
    font-size: 1.3em;
    margin-bottom: 19px;
    color: #2479d1;
}

.gptday-fastreply-btn {
    margin-bottom: 18px;
    background: #fff;
    color: #2479d1;
    border: 1px solid #2479d1;
    padding: 7px 16px;
    border-radius: 9px;
    font-size: 1em;
    cursor: pointer;
}

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

.gptday-comment {
    margin-bottom: 23px;
    border-bottom: 1px solid #e2eafc;
    padding-bottom: 14px;
    background: transparent;
    transition: background .23s;
}

.gptday-comment-new {
    background: #d7fff2 !important;
}

.gptday-comment:last-child {
    border: 0;
}

.gptday-comment-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gptday-comment-author {
    font-size: 1em;
    color: #193067;
}

.gptday-comment-date {
    display: block;
    font-size: 0.93em;
    color: #7b8caf;
    margin-top: 2px;
}

.gptday-ai-avatar {
    display: inline-block;
    font-size: 2em;
    margin-right: 7px;
}

.gptday-badge-ai {
    background: #b6e4ff;
    color: #2174e2;
    font-size: 0.85em;
    border-radius: 7px;
    padding: 2px 8px;
    margin-left: 7px;
}

.gptday-badge-author {
    background: #f9e2a8;
    color: #a78701;
    font-size: 0.84em;
    border-radius: 7px;
    padding: 2px 8px;
    margin-left: 7px;
}

.gptday-badge-mod {
    background: #ffc6d6;
    color: #bc2055;
    font-size: 0.84em;
    border-radius: 7px;
    padding: 2px 8px;
    margin-left: 7px;
}

.gptday-sticky-ai {
    background: #eaf7fd !important;
    border-left: 6px solid #2479d1;
}

.gptday-comment-text {
    margin: 8px 0 0 58px;
    font-size: 1.08em;
}

.gptday-comment-actions {
    margin-left: 58px;
    font-size: 0.98em;
    opacity: 0.88;
    margin-top: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.gptday-comment-actions a, .gptday-quote-btn {
    color: #2479d1;
    text-decoration: none;
    margin-right: 5px;
    background: none;
    border: 0;
    cursor: pointer;
}

.gptday-comment-edit a {
    color: #d47b6e;
}

.gptday-reactions {
    display: inline-flex;
    gap: 2px;
    margin-left: 11px;
}

.gptday-reactions .react {
    cursor: pointer;
    font-size: 1.12em;
    padding: 0 3px;
    transition: transform .16s;
}

.gptday-reactions .react:hover {
    transform: scale(1.2);
}

.gptday-leave-comment h4 {
    margin-bottom: 9px;
    font-size: 1.11em;
    color: #4d6ea1;
}

.gptday-input {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #cfd8ec;
    font-size: 1.04em;
    width: 100%;
    background: #fafdff;
}

.gptday-comment-btn {
    padding: 10px 20px;
    background: #2479d1;
    color: #fff;
    border-radius: 8px;
    border: 0;
    font-size: 1.12em;
    font-weight: 600;
    cursor: pointer;
}

.gptday-no-comments, .gptday-closed-comments {
    background: #fffbe5;
    color: #968800;
    padding: 11px 18px;
    border-radius: 7px;
    margin-top: 13px;
    font-size: 1.07em;
}

.gptday-comments-pagination {
    margin: 18px 0 0 0;
    text-align: center;
}

@media (max-width: 700px) {
    .gptday-comments {
        padding:12px 2vw;
    }

    .gptday-comment-text, .gptday-comment-actions {
        margin-left: 0;
    }
}
