.elementor-9103 .elementor-element.elementor-element-7f739c6{--display:flex;}.elementor-9103 .elementor-element.elementor-element-7ab4488{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for post-comments, class: .elementor-element-88a8ddf *//* Container Wrapper Matching Typography Parameters */
.elementor-widget-post-comments #comments,
.elementor-widget-post-comments .comment-form {
    font-family: 'Source Serif Pro', Georgia, serif !important;
    color: #012701 !important;
}

/* Form Input Compliance fields */
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form textarea {
    border: 2px solid #012701 !important;
    background-color: #FFFFFF !important;
    color: #012701 !important;
    padding: 12px !important;
    border-radius: 0px !important; /* Flat design alignment */
}

/* Accessible Keyboard Traversal Focus */
.comment-form input:focus, 
.comment-form textarea:focus {
    border-color: #A27F01 !important;
    outline: 3px solid #A27F01 !important;
}

/* Submit Action Button styling */
.comment-form input[type="submit"] {
    background-color: #012701 !important;
    color: #FFFFFF !important;
    font-weight: 700;
    padding: 14px 28px !important;
    border: none !important;
    cursor: pointer;
}

.comment-form input[type="submit"]:hover {
    background-color: #A27F01 !important;
}/* End custom CSS */