/* === Comments Section === */
.comment-list,
.comment-list .children {
  list-style: none;
  padding-left: 0;
}

.comment-list li {
  margin-bottom: 2rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.5rem;
}

.comment-list li:last-child {
  border-bottom: none;
}

.comment-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 15px;
}

.comment-meta {
  font-size: 0.875rem;
  color: #777;
}

.comment-content {
  margin-top: 10px;
}

.comment-reply-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.875rem;
  color: #0d6efd;
}

.comment-reply-link:hover {
  text-decoration: underline;
}

/* === Comment Form === */
.comment-respond {
  margin-top: 3rem;
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.comment-respond h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  font-size: 1rem;
  background-color: #fff;
}

.comment-form input[type="submit"] {
  background-color: #0d6efd;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: background-color 0.3s;
}

.comment-form input[type="submit"]:hover {
  background-color: #0b5ed7;
}


.contact .contact-form .input-block input[type='submit'] {
    width: 100%;
    padding: 20px;
    background: #FFD769;
    border: none;
    font-weight: 500;
    margin-top: 25px;
}

/* Error message text */
.wpcf7-not-valid-tip {
  color: red !important;
  font-size: 14px;
}

/* Highlight invalid inputs */
.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid red !important;
  background-color: #ffe5e5;
}

/* Error alert box (general) */
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  border-color: red;
}

/* ✅ General styling */
.wpcf7-response-output {
  
  border-radius: 5px;
  font-size: 15px;
  margin-top: 20px;
}

/* 🔴 Validation error message (like missing fields) */
.wpcf7-validation-errors {
  color: #d8000c;
  background-color: #ffdddd;
  border-color: #d8000c;
}

/* 🔴 Spam block message */
.wpcf7-spam-blocked {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* ✅ Success message */
.wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.subscribe .wpcf7-response-output {
    color: #fff;
}

.subscribe .screen-reader-response {
    color: #fff;
    font-size: 12px;
}


.justgiving_link img {
    max-width: 60%;
    margin: 20px 0;
}

.latest-blog .blog-block .text a.link {
    font-size: 14px;
    background: #FFD769;
    color: #000000;
    margin-left: 0;
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
}