.donation-amount-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}

.donation-amount {
    border: 2px solid #ccc;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    background-color: white;
    color: #333;
    transition: all 0.3s ease;
}

.donation-amount:hover {
    border-color: #f46524;
}

.donation-amount.active {
    background-color: #f46524;
    color: white;
    border-color: #f46524;
}

.iciciform select,
.iciciform input {
  width: 100%;
  padding: 10px;
}
.iciciform #icicims_wpcheckout,
#refund_request {
  width: auto !important;  
  margin-top: 20px;
  cursor: pointer;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
 /* border: 1px solid #ddd;*/
  padding: .35em;
}
td, th {
    border: 0 !important;
    /*padding: 5px;*/
}

table th,
table td {
  padding: .625em;
  /*text-align: center;*/
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
caption {
    text-align: left;
}

td.heading_col {
    
    padding: 10px 5px;
}

th:first-child, td:first-child {
    padding-left: 6px !important;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}