/* Centering Like button */
.post-likes-widget.jetpack-likes-widget {
  text-align: center;
    width: 85px;
    margin: 0 auto;
}
div.sharedaddy h3.sd-title {
  display: none;
}

/* For the sharing buttons */
ul[data-sharing-events-added="true"] {
  margin: 0 auto !important;
  display: inline-block !important;
}

/* For the sharedaddy block */
div.sharedaddy {
  margin: 0 auto !important;
  text-align: center !important;
}

div.wpl-button.like, div.wpl-count.sd-like-count {
  display: inline-block !important;
  margin: 0 auto !important;
  text-align: center !important;
}



/* ___________________________ */

/* The text conflict error */
.elementor-widget-container > h3.elementor-size-default.elementor-heading-title {
line-height: 1em !important; 
}    


/* ___________________________ */

/* Main form container styling */
.ninja-forms-field {
    font-family: Arial, sans-serif !important;
    background-color: #FFFFFF;
    padding: 20px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0z.1);
}

/* Form title styling */
.nf-form-title h3 {
    color: #994D3F;
/*     border-bottom: 2px solid #994D3F; */
    padding-bottom: 10px;
}

/* General form field styling */
.ninja-forms-form-wrap .field-wrap {
    margin-bottom: 15px;
}

/* Input and Textarea styling */
.ninja-forms-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #994D3F;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.ninja-forms-field:focus {
    border-color: #C4912C;
    outline: none;
}

/* Form field label styling */
.nf-field-label label {
    display: block;
    margin-bottom: 5px;
    color: #442A1C;
}

/* Required symbol styling */
.ninja-forms-req-symbol {
    color: #994D3F;
}

/* Submit button styling */
.nf-field-container.submit-container .ninja-forms-field {
    background-color: #994D3F;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}

.nf-field-container.submit-container .ninja-forms-field:hover {
    background-color: #C4912C;
}

/* Error message styling */
.nf-error {
    color: brown;
    font-size: 12px;
    margin-top: 5px;
}

/* Fields' placeholder color */
::placeholder { /* Most modern browsers support */
    color: #994D3F;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 support */
    color: #994D3F;
}

::-ms-input-placeholder { /* Microsoft Edge support */
    color: #994D3F;
}

.grecaptcha-badge { 
visibility: hidden; 
}
