#fundraiser__form {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.post-content .fund-raiser-title {
  font-size: 40px;
  margin-bottom: 0px;
}
 .scnbnc-form {
 max-width: 900px;
 margin: 0px auto;
 padding: 30px;
 background: #ffffff;
 border-radius: 12px;
 box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.scnbnc-form h2 {
 margin-bottom: 20px;
 text-align: center;
}

.scnbnc-form input,
.scnbnc-form button {
 width: 100%;
 padding: 12px;
 margin-bottom: 12px;
 border-radius: 8px;
 border: 1px solid #ddd;
}

.scnbnc-form button {
 background: #20519A;
 color: #fff;
 font-weight: 600;
 cursor: pointer;
 border: none;
}

.scnbnc-form button:hover {
 background: #1A89C8;
}

#fundraider__form {
  padding: 0;
}


.scnbnc-message {
 margin-top: 10px;
 font-size: 14px;
 margin-bottom: 10px;
 padding: 7px;
 border-radius: 5px;
}

.scnbnc-actions {
 display: flex;
 gap: 8px;
 flex-wrap: nowrap;
 align-items: center;
}

.scnbnc-actions .button {
 padding: 4px 10px;
 font-size: 12px;
 line-height: 1.2;
}
.widefat td, .widefat th {
 padding: 8px 5px!important;
}



/* Fund Raiser form css*/
.fundraiser__form {
  background: #f9f1de;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  color: #333;
  box-shadow: 4px 4px 23px -10px rgba(0, 0, 0, 0.3);
  border-radius: 40px 0 40px 0;
}

/* Heading */
.fundraiser__form h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Form layout */
.fundraiser__form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* Full width fields */
.fundraiser__form form p,
.fundraiser__form form button, .fundraiser__form form .two__col {
  grid-column: span 2;
}

/* Inputs & selects */
.fundraiser__form input, 
.fundraiser__form #scnbncSpiritForm input,
.fundraiser__form textarea,
.fundraiser__form select {
  background: #fff;
  min-height: 45px;
  padding: 10px 14px;
  font-size: 16px;
  color: #000;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  width: 100%;
}

/* Focus state */
.fundraiser__form input:focus,
.fundraiser__form select:focus {
  outline: none;
  border-color: #c62828;
}

/* Helper text */
.fundraiser__form form p {
  font-weight: 500;
  margin: 5px 0 0;
}

/* Button */
.fundraiser__form button {
  background: #c62828;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;
}

.fundraiser__form button:hover {
  background: #a61d1d;
}

.fundraiser__form .scnbnc-message {
    grid-column: span 2;
    padding: 8px 32px;
    margin: 0;
}

/* Notes section */
.fundraiser__form .scnbnc-notes {
  margin-top: 20px;
  font-size: 16px;
  color: #555;
  font-weight: bold;
}

.fundraiser__form .scnbnc-notes p {
  margin: 5px 0;
}



.red {
    color: red;
}
/* Fund Raiser form css*/


#scnbncSpiritForm label {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  font-size: 14px;
}

#scnbncSpiritForm input,
#scnbncSpiritForm textarea,
#scnbncSpiritForm select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;

}

.widefat.striped td {
  vertical-align: middle!important;
 }

 .fundraiser-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.fundraiser-img-item {
  width: calc(50% - 10px);
}

.fundraiser-img-item img {
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .post-content .fund-raiser-title {
    font-size: 26px;
  }
  .fundraider__form {
    padding: 20px;
  }
  .fundraiser__form form {
    display: block;
  }
  .fundraiser-img-item {
    width: 100%;
  }  
  .scnbnc-form {
    padding: 20px;
  }
  .two__col {
    margin: 12px 0 18px;
  }

}