/*
Theme Name: tramcam
Theme URI: https://example.com/tramcam
Author: Antigravity
Author URI: https://example.com
Description: A gentle, calming, and minimalist blog theme designed for mental health and well-being.
Version: 1.2.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tramcam
Tags: blog, one-column, custom-colors, custom-menu, featured-images, translation-ready

Inner Calm WordPress Theme, Copyright 2024
Inner Calm is distributed under the terms of the GNU GPL.
*/
/* Comment List Styling */
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .comment {
    position: relative;
    padding: 2rem 0;
}

.comment-list .children {
    list-style: none;
    margin-left: 2rem;
    padding-left: 2rem;
    border-left: 1px solid rgba(138, 115, 80, 0.1);
}

@media (max-width: 768px) {
    .comment-list .children {
        margin-left: 1rem;
        padding-left: 1rem;
    }
}

.comment-body {
    display: flex;
    gap: 1.5rem;
}

@media (max-width: 640px) {
    .comment-body {
        flex-direction: column;
        gap: 1rem;
    }
}

.comment-author img {
    border-radius: 9999px;
    border: 2px solid rgba(138, 115, 80, 0.1);
    background: #f8f8f8;
}

.comment-meta {
    margin-bottom: 0.5rem;
}

.comment-author .fn {
    font-weight: 600;
    font-style: normal;
    color: #2D3748;
}

.comment-metadata {
    font-size: 0.8125rem;
    color: rgba(45, 55, 72, 0.5);
    margin-top: 2px;
}

.comment-metadata a {
    color: inherit;
    text-decoration: none;
}

.comment-content {
    color: rgba(45, 55, 72, 0.8);
    line-height: 1.6;
}

.comment-content p {
    margin-bottom: 1rem;
}

.reply {
    margin-top: 1rem;
}

.comment-reply-link {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #8A7350;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.comment-reply-link:hover {
    color: #2D3748;
}
