a {
    color: black;
}

a:hover {
    color: magenta;
}

a:visited {
    color: black;
}


.jumper_desk{
    width: 15%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 2vh;
}

@media (max-width: 768px) {
    .jumper_desk {
        width: 20%; /* Resize image for tablets and smaller screens */
    }
}

@media (max-width: 480px) {
    .jumper_desk {
        width: 20%; /* Resize image further for phones */
    }
}

p, img {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.support_title {
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    font-size: 1.7em;
    letter-spacing: 0.3em;
}

@media (max-width: 768px) {
    .support_title {
        font-size: 1.4em;
    }
}

@media (max-width: 480px) {
    .support_title {
        font-size: 1.3em;
    }
}

.support_options_container {
    display: flex;
    justify-content: center;
}

.support_options {
    font-family: Arial;
    text-align: left;
    font-size: 1.25em;
    letter-spacing: 0.25em;
    padding: 2vh;
}

@media (max-width: 768px) {
    .support_options {
        width: 50%; /* Resize image for tablets and smaller screens */
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .support_options {
        width: 80%; /* Resize image further for phones */
        font-size: 1em;
        letter-spacing: 0.1em;
    }
}

.support_text {
    font-family: Arial;
    line-height: 150%;
    width: 50%;
    display: block;
    margin: 0 auto;
    font-size: 1.1em;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .support_text {
        width: 80%; /* Resize image for tablets and smaller screens */
    }
}

@media (max-width: 480px) {
    .support_text {
        width: 80%; /* Resize image further for phones */
    }
}
/* share link */
.shareable {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
  }
.shareable:hover {
    color: magenta;
}

  .tooltip {
    display: none;
    position: absolute;
    background: cyan;
    color: #000;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 1.5rem;
    font-family: Arial;
  }
  .tooltip.visible {
    display: block;
  }


/* paypal button */

    .pp-RK5FLZ9BB8Q2A {
          text-align: center;
          border: none;
          border-radius: 1.5rem;
          min-width: 11.625rem;
          padding: 0 2rem;
          height: 2.625rem;
          font-weight: bold;
          background-color: #FFD140;
          color: #000000;
          font-family: "Helvetica Neue", Arial, sans-serif;
          font-size: 1rem;
          line-height: 1.25rem;
          cursor: pointer;
      }


  /* PayPal Button Wrapper */
  .paypal_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 100%;
    max-width: 400px; /* Optional: Constrain max width */
    padding-bottom: 20px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

/* Scale the PayPal button for smaller screens */
@media (max-width: 768px) {
    .paypal_button form {
        transform: scale(1.2); /* Resize to 80% of its original size */
        transform-origin: center; /* Keep it centered */
    }
}

@media (max-width: 480px) {
    .paypal_button form {
        transform: scale(1.1); /* Resize further for smaller devices */
    }
}

.paypal_spacing {
    /* font-family: Arial; */
    padding-top: 1em;
}

.button_spacing {
    padding: 0.5em;
    display: flex;              /* Enables flexbox layout */
    justify-content: center;    /* Centers text horizontally */
    align-items: center;
}

.donation_options_container {
    text-align: center;
    padding-bottom: 1em;
}

.recurring_donation_options {
    background-color: #FFD140;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.2m;
    font-size: 1rem;
    height: 1.7em;
    padding: 1.1em;
    border: none;
    border-radius: 1.5rem;
    cursor: pointer;
    width: 13em;
    display: flex;              /* Enables flexbox layout */
    justify-content: center;    /* Centers text horizontally */
    align-items: center;
}


@media (max-width: 768px) {
    .recurring_donation_options {
        transform: scale(1);
        transform-origin: center;
    }
}

@media (max-width: 480px) {
    .recurring_donation_options {
        transform: scale(1);
    }
}
