/* Gifted Meals Credit Information Styles */
.gifted-meals-helper-credit-info-title {
  margin-bottom: 20px;
}

.gifted-meals-helper-credit-info-table {
  width: 100%;
  border-collapse: collapse;
}

.gifted-meals-helper-credit-info-table th,
.gifted-meals-helper-credit-info-table td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd;
}

.gifted-meals-helper-credit-info-table th {
  background-color: #f9f9f9;
}

.gifted-meals-helper-credit-info-table td {
  background-color: #ffffff;
}

.gifted-meals-helper-credit-info-table tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}

@media (max-width:768px) {
  .gifted-meals-helper-credit-info-table th {
    font-size: smaller;
  }
}

.add-insurance {
  padding: 10px 0 !important;
  text-align: left;
}

.add-insurance label{
  padding-left: 0 !important;
}

.swal-button.swal-button--confirm {
  font-size: initial !important;
}