.ac-wrapper-a3d78d1f {
    font-family: inherit;
    max-width: 100%;
    margin: 0 auto;
}

.ac-heading-a3d78d1f {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.ac-list-a3d78d1f {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.ac-list-a3d78d1f li {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
}

.ac-list-a3d78d1f li:last-child {
    border-bottom: none;
}

.ac-list-a3d78d1f .comment-body {
    display: flex;
    gap: 20px;
}

.ac-list-a3d78d1f .comment-author {
    flex-shrink: 0;
}

.ac-list-a3d78d1f .comment-author img {
    border-radius: 50%;
    display: block;
}

.ac-list-a3d78d1f .comment-meta {
    font-size: 0.85em;
    color: #777;
    margin-bottom: 8px;
}

.ac-list-a3d78d1f .comment-content {
    line-height: 1.6;
}

.ac-list-a3d78d1f .comment-content p:last-child {
    margin-bottom: 0;
}

.ac-list-a3d78d1f ul.children {
    list-style: none;
    padding-left: 40px;
    margin-top: 1.5rem;
    border-left: 2px solid #eee;
}

/* Form Styles */
.ac-wrapper-a3d78d1f .comment-respond {
    background: #fdfdfd;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    margin-top: 2rem;
}

.ac-wrapper-a3d78d1f .comment-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9em;
    font-weight: 500;
}

.ac-wrapper-a3d78d1f .comment-form textarea,
.ac-wrapper-a3d78d1f .comment-form input[type="text"],
.ac-wrapper-a3d78d1f .comment-form input[type="email"],
.ac-wrapper-a3d78d1f .comment-form input[type="url"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    font-family: inherit;
}

.ac-wrapper-a3d78d1f .comment-form textarea:focus,
.ac-wrapper-a3d78d1f .comment-form input:focus {
    outline: none;
    border-color: #999;
}

.ac-submit-btn-a3d78d1f {
    background-color: #333;
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s background-color;
    font-weight: 600;
}

.ac-submit-btn-a3d78d1f:hover {
    background-color: #555;
}

.ac-closed-a3d78d1f {
    background: #fff3f3;
    color: #cc0000;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #ffcccc;
}
