/* ===== CONDOLENCE WALL ===== */

.memorial-comment-wrapper{
    margin-top:30px;
}

/* Title */
.memorial-comments-title{
    font-size:20px;
    font-weight:700;
    color:#8B4513;
    margin-bottom:16px;
}

/* Comment list reset */
.comment-list{
    list-style:none;
    padding:0;
    margin:0;
}

/* Single memory card */
.comment{
    background:#fff;
    border-radius:18px;
    padding:20px;
    margin-bottom:18px;
    box-shadow:0 10px 22px rgba(0,0,0,.08);
    border-left:5px solid #FFD966;
}

/* Hide WordPress junk */
.comment-author .says,
.comment-meta a,
.comment-edit-link,
.reply{
    display:none !important;
}

/* Author name */
.comment-author{
    font-weight:700;
    color:#8B4513;
    margin-bottom:4px;
}

/* Date */
.comment-meta{
    font-size:12px;
    color:#aaa;
    margin-bottom:10px;
}

/* Message text */
.comment-content{
    font-size:15px;
    line-height:1.8;
    color:#444;
}

/* ===== COMMENT FORM ===== */

#commentform{
    margin-top:30px;
    background:#fff;
    padding:22px;
    border-radius:18px;
    box-shadow:0 10px 22px rgba(0,0,0,.08);
}

#commentform label{
    display:none;
}

#commentform textarea{
    width:100%;
    min-height:160px;
    padding:14px;
    border-radius:14px;
    border:1px solid #ddd;
    background:#f7f8fa;
    font-size:15px;
}

#commentform textarea::placeholder{
    color:#999;
}

#commentform .submit{
    margin-top:12px;
    background:#8B4513 !important;
    color:#FFD966 !important;
    border:none;
    padding:14px 30px;
    border-radius:14px;
    font-weight:700;
    cursor:pointer;
    transition:.2s ease;
}

#commentform .submit:hover{
    background:#6f360f;
}
.memorial-comments-wrapper{
    background:#f7f8fa;
    border-radius:16px;
    padding:22px;
    margin-top:30px;
}

.memorial-comments-title{
    margin:0;
    font-size:20px;
    color:#222;
}

.memorial-comments-sub{
    color:#777;
    margin-bottom:20px;
}

.memorial-comment-list .comment{
    background:#fff;
    border-radius:14px;
    padding:14px;
    margin-bottom:14px;
    box-shadow:0 6px 14px rgba(0,0,0,.08);
}

.memorial-logged-in{
    font-size:13px;
    color:#777;
    margin-bottom:14px;
}

.memorial-logged-in a{
    color:#8B4513;
    font-weight:600;
    text-decoration:none;
}

.comment-note-soft{
    display:block;
    font-size:12px;
    color:#999;
    margin-top:6px;
}

#commentform textarea{
    width:100%;
    min-height:160px;
    background:#fff;
    border-radius:14px;
    padding:14px;
    border:1px solid #ddd;
}

#commentform .submit{
    background:#8B4513 !important;
    color:#FFD966 !important;
    border:none;
    padding:12px 28px;
    border-radius:12px;
    font-weight:700;
    cursor:pointer;
}

/* === Memorial comment submit button override === */
.memorial-comments-wrapper #commentform .submit{
    background:#8B4513 !important;   /* barna */
    color:#FFD966 !important;        /* sárga */
    border:none;
    border-radius:14px;
    padding:14px 32px;
    font-weight:700;
    font-size:16px;
    box-shadow:0 6px 16px rgba(139,69,19,.35);
}

.memorial-comments-wrapper #commentform .submit:hover{
    background:#7a3d10 !important;
    color:#fff !important;
}

.memorial-comments-wrapper #commentform .submit:active{
    transform:scale(.98);
}