/*
Theme Name: Psychiatry in Bits and Pieces
Theme URI: https://example.com
Author: Scott Mendelson
Author URI: https://example.com
Description: A minimalist WordPress theme for blog posts with clean typography and modern design
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: psychiatry-bits
*/

body {
    font-family: 'Roboto', sans-serif;
}

/* Comment List Styling */
.commentlist,
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.commentlist li,
.comment-list li {
    list-style: none !important;
}

/* Comment Section Container */
section.max-w-3xl {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

/* Comment Form Fixes */
.comment-form {
    max-width: 100%;
}

.comment-form p {
    margin-bottom: 1rem !important;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
    margin-bottom: 1rem !important;
}

.comment-notes {
    margin-bottom: 1rem !important;
    font-size: 0.875rem;
    color: #64748b;
}

.form-submit {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

/* Submit Button Styling */
.form-submit button,
.form-submit input[type="submit"],
.submit {
    background-color: #4F46E5 !important;
    color: white !important;
    font-weight: 500 !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 0.375rem !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s !important;
}

.form-submit button:hover,
.form-submit input[type="submit"]:hover,
.submit:hover {
    background-color: #4338ca !important;
}

/* Threaded Comments */
.children {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Reply Link Styling */
.reply a {
    color: #4F46E5;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
}

.reply a:hover {
    color: #4338ca;
}
