span.tdb-logo-text-title{
	font-size:42px !Important;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    width: 692px;
    height: 32px;
}


/* Container */
.donate-tabs .su-tabs {
  border: 1px solid #dcdcdc;
  padding: 0;
  background: #fff;
}

/* Tabs list (top) */
.donate-tabs .su-tabs-list {
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
}

/* Each tab */
.donate-tabs .su-tabs-list li {
  margin: 0;
  padding: 0;
  margin-right: 0;
}

/* Tab link styling */
.donate-tabs .su-tabs-list li a {
  display: block;
  padding: 15px 28px;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  border-right: 1px solid #e7e7e7;
  background: #f7f7f7;
}

/* Active tab — darker background and white text */
.donate-tabs .su-tabs-list li.su-tabs-active a,
.donate-tabs .su-tabs-list li a[aria-selected="true"] {
  background: #111;
  color: #fff !important;
}

/* Panel area */
.donate-tabs .su-tabs-panel {
  padding: 25px;
  display: block; /* SU handles show/hide */
}

/* Amount buttons */
.donate-block .amounts { display:flex; gap:15px; margin:12px 0 18px; }
.donate-block .amt-btn {
  border: 1px solid #ccc;
  padding: 14px 20px;
  cursor: pointer;
  background: #fff;
  font-weight:600;
  border-radius:3px;
}
.donate-block .amt-btn.selected {
  background:#111;
  color:#fff;
  border-color:#111;
}

/* Custom amount input style */
.donate-block .custom-amount {
  display:inline-flex;
  align-items:center;
  border:1px solid #e0e0e0;
  padding:10px;
  width:150px;
  margin-top:8px;
}
.donate-block .custom-amount span { margin-right:8px; color:#777; }
.donate-block .custom-amount input {
  border: none;
  outline:none;
  width:100%;
  font-weight:600;
}

/* Donate button */
.donate-main {
  margin-top:20px;
  background:#cfcfcf;
  border:none;
  padding:12px 28px;
  font-weight:800;
  letter-spacing:1px;
  cursor:pointer;
  color:#fff;
  border-radius:2px;
}



/* Fix: Newspaper theme mobile menu links not clickable */
.td-mobile-menu-wrap a {
    pointer-events: auto !important;
}

/* Remove overlay blocking menu clicks */
.td-menu-background {
    pointer-events: none !important;
}

/* Bring mobile menu above all layers */
.td-mobile-nav {
    z-index: 999999 !important;
    position: relative !important;
}

.newsletter-form {
  display: flex;
  max-width: 520px;
  margin-top: 15px;
}

.newsletter-form input {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-right: none;
  font-size: 14px;
  outline: none;
}

.newsletter-form button {
  padding: 5px 20px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.newsletter-form button:hover {
  background: #333;
}

.success-msg {
  display: none;
  color: #2e7d32;
  margin-top: 10px;
  font-size: 14px;
}