.awsm-application-form {
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.awsm-job-form h2 {
  color: black;
}

.awsm-grid-left-col h2 {
  color: black;
}

.wpf_form_wrapper_7597 #wpf_offline_gateway_element,
.wpf_form_wrapper_7597 #wpf_offline_gateway_element label {
  color: #000000 !important;
}

.wpf_form_wrapper_7597 .wpf_address_heading {
  color: #000000 !important;
}

.wpf_form_wrapper_7597 .wpf_donation_photo img {
  width: 120px !important; /* or adjust as needed */
  height: auto;
  display: block;
  margin: 0 auto; /* center the image */
}

.wpf_form_wrapper_7597 {
  background-color: #ffffff !important;
  padding: 20px;
  border-radius: 8px;
}

.wpf_form_wrapper_7597 {
  
  padding: 2rem;
  margin: 1rem auto; /* center the form horizontally */
  border-radius: 8px;
  max-width: 600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .wpf_form_wrapper_7597 {
    padding: 24px;               /* Internal spacing */
    margin-top: 10px;            /* Space above the form */
    margin-right: 20px;          /* Right margin */
    margin-bottom: 20px;         /* Space below the form */
    margin-left: 0px;           /* Left margin */
    box-sizing: border-box;      /* Prevents padding from causing overflow */
    width: calc(100% - 32px);    /* 100% minus left & right margins */
  }
}


/* Force PayPal button to stay below header */
.paypal-button-label-container {
  z-index: 0 !important;
  position: relative !important;
}

h3.leaky_paywall_subscription_option_title {
  color: black !important;
}

/* Profile Form Container */
#leaky-paywall-profile {
  max-width: 600px;

  padding: 12px;
 
  
  
  font-family: 'Segoe UI', Roboto, sans-serif;
}

/* Label styling */
#leaky-paywall-profile label.leaky-paywall-field-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}

/* Input field styling */
#leaky-paywall-profile input.issuem-leaky-paywall-field-input[type="text"],
#leaky-paywall-profile input.issuem-leaky-paywall-field-input[type="password"] {
  width: 100%;
  padding: 12px 5px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Disabled field */
#leaky-paywall-profile input[disabled],
#leaky-paywall-profile input[readonly] {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

/* Input focus effect */
#leaky-paywall-profile input.issuem-leaky-paywall-field-input:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.15);
  outline: none;
}

/* Submit button */
#leaky-paywall-profile input[type="submit"].button-primary {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#leaky-paywall-profile input[type="submit"].button-primary:hover {
  background-color: #005f8d;
}

/* Responsive Design */
@media (max-width: 480px) {
  #leaky-paywall-profile {
    padding: 1.5rem;
  }

  #leaky-paywall-profile input[type="submit"] {
    font-size: 15px;
  }
}

/* Fix Brevo input visibility */
#sib-container input[type="text"],
#sib-container input[type="email"],
#sib-container textarea {
  color: #000000 !important;          /* text color */
  background-color: #ffffff !important; /* input background */
  border: 1px solid #cccccc;
}

/* Optional: focus state */
#sib-container input:focus {
  outline: none;
  border-color: #2BB2FC;
}