.elementor-555 .elementor-element.elementor-element-8147736{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-555 .elementor-element.elementor-element-8c75a64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-555 .elementor-element.elementor-element-742582f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-555 .elementor-element.elementor-element-c069ea2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-555 .elementor-element.elementor-element-c069ea2:not(.elementor-motion-effects-element-type-background), .elementor-555 .elementor-element.elementor-element-c069ea2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2c2102e );}/* Start custom CSS for post-comments, class: .elementor-element-2340acd *//* Comment box background & border */
.comment-form {
    background-color: #1e1b24; /* deep moody violet-black */
    border: 2px solid #7c4f5c; /* muted rose accent */
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(255, 192, 203, 0.1);
}

/* Text area styling */
.comment-form textarea {
    background-color: #2a2630; 
    color: #f7f3f9;
    border: 1px solid #7c4f5c;
    font-family: 'Playfair Display', serif;
    padding: 15px;
    border-radius: 10px;
}

/* Post Comment button */
.comment-form input[type="submit"] {
    background-color: #7c4f5c;
    color: #fdf1f8;
    border: none;
    padding: 12px 20px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comment-form input[type="submit"]:hover {
    background-color: #a56f7b;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(255, 192, 203, 0.2);
}

/* Subtle label + link tweaks */
.comment-form label,
.comment-form .logged-in-as {
    color: #e1d4df;
}

.comment-form .logged-in-as a {
    color: #cfa9b9;
}

.comment-form .logged-in-as a:hover {
    color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c069ea2 *//* Remove harsh outer background and box */
#comments, 
.comment-respond, 
.comments-area {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Adjust padding so it still breathes without the white box */
#comments {
    padding: 0px 10px;
}

/* Optional: blend the outermost wrapper with your site's main background */
.site-content,
.entry-content,
.comment-form {
    background-color: transparent !important;
}/* End custom CSS */