.elementor-506 .elementor-element.elementor-element-cb41735{--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;--padding-top:100px;--padding-bottom:100px;--padding-left:40px;--padding-right:40px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-506 .elementor-element.elementor-element-adeab8e .elementor-heading-title{font-family:"Cardinal Fruit", Sans-serif;font-size:48px;font-weight:400;line-height:70.5px;letter-spacing:1px;color:#151616;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-506 .elementor-element.elementor-element-7cab400{color:#777777;font-family:"Public Sans", Sans-serif;font-size:24px;font-weight:400;line-height:41px;letter-spacing:2px;}body.elementor-page-506:not(.elementor-motion-effects-element-type-background), body.elementor-page-506 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF7F5;}@media(min-width:768px){.elementor-506 .elementor-element.elementor-element-cb41735{--content-width:1440px;}}/* Start custom CSS for theme-post-content, class: .elementor-element-7cab400 */.elementor-506 .elementor-element.elementor-element-7cab400 h2{
    font-family: "Cardinal Fruit";
    font-size: 48px;
    color: #151616;
    line-height: 70.5px;
    letter-spacing: 1px;
    margin: 40px 0px;
}

.elementor-506 .elementor-element.elementor-element-7cab400 p{
    margin: 30px 0px;
}/* End custom CSS */
/* Start custom CSS for post-comments, class: .elementor-element-d8b8a9d *//* -------------------------
   Comment Form Styling
-------------------------- */

/* Field Inputs + Textarea */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    border: 1px solid #C99391;
    padding: 12px 14px;
    border-radius: 5px; /* updated */
    font-size: 16px;
    color: #000000;
    background: #ffffff;
    transition: all 0.3s ease;
}

/* Focus State */
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    border-color: #C99391;
    outline: none;
    box-shadow: 0 0 0 2px rgba(201, 147, 145, 0.25);
}

/* Placeholder */
.comment-form ::placeholder {
    color: rgba(0, 0, 0, 0.46);
}

/* Labels */
.comment-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #000;
}

/* Comment Notes */
.comment-notes {
    margin-bottom: 15px;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}

/* Submit Button */
.comment-form #submit {
    background-color: #C99391;
    color: #FFFFFF;
    border: none;
    padding: 14px 28px;
    border-radius: 25px; /* updated */
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover */
.comment-form #submit:hover {
    background-color: #b68482;
}

/* Checkbox Row */
.comment-form-cookies-consent {
    margin-top: 15px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
}

.comment-form-url {
    display: none !important;
}/* End custom CSS */