/* <945px | min-height: 50px */
@media (max-width: 945px) {
  .h2-inset-wrapper {
    min-height: 50px;
  }
}

.dcfa-tool-links {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
}

/* < 1000px | justify-content: left */
@media (max-width: 1000px) {
  .dcfa-tool-links {
    justify-content: flex-start;
  }
}

/* @media (max-width: 895px) { */
@media (max-width: 975px) {
  .dcfa-tool-links {
    margin-top: 7px;
  }
}

.sponsor-notes .notes-h2 {
  color: #b0e000;
}
.sponsor-notes .notes-ul-1st-tier {
  line-height: 1.6;
  padding-left: 15px;
}
.sponsor-notes .notes-ul-2nd-tier {
  line-height: 1.4;
  padding-left: 15px;
}
.sponsor-notes a {
  border-radius: 6px;
  color: #b0e000;
  font-size: 1rem;
  padding: 2px 4px;
  text-decoration: dotted underline white;
  transition: background-color 0.23s ease-in-out, color 0.23s ease-in-out, color 0.23s ease-in-out;
}
.sponsor-notes a:hover {
  border: 1px dotted cyan;
  color: #00f000;
  cursor: pointer;
  text-decoration: none;
}

p.p-message {
  border-left: 1px solid green;
  line-height: 1.6;
  margin: 1em 0 0;
  /* outline: 1px dashed blue; */
  padding: 0 0 0 20px;
}
.github-sponsor-card-iframe {
  border: 0;
  min-height: 240px;
  /* outline: 1px dotted red; */
  width: 100%;
}
/* <625px | min-height: 270px */
@media (max-width: 610px) {
  .github-sponsor-card-iframe {
    min-height: 270px;
  }
}
@media (max-width: 526px) {
  .github-sponsor-card-iframe {
    min-height: 290px;
  }
}
p.p-message.special-thanks {
  font-size: 1.25em;
  font-weight: bold;
  margin: 1em 0 1.5em;
  /* outline: 0px solid red; */
}
p.p-message.sponsor-button {
  border-left: none;
  text-align: center;
}
ul.sponsor-list {
  font-size: 1.25em;
  margin: 2em 0 1em;
}
ul.sponsor-list li {
  border-bottom: 1px dotted darkgreen;
  margin: 2em 0 1em;
}
ul.sponsor-list li.top-sponsor {
  margin: 2em 0 2em;
}

/* Not first */
.donations-welcome hr.donations-hr {
  background-color: darkgreen;
  border-color: darkgreen;
  color: darkgreen;
  margin-top: 0.5em;
  width: 100%;
}
.donations-welcome div.donations-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.donations-welcome div.donations-div:not(:first-child) {
  /* border-top: 2px dotted darkgreen; */
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.donations-welcome p.sponsor-button {
  text-align: center;
}
.donations-welcome span.donations-title-span {
  align-items: center;
  background-color: #00f00013;
  border-bottom: 1px solid #00f000;
  color: white;
  display: flex;
  font-size: 1.05em;
  height: 30px;
  justify-content: center;
  margin: 0 auto 2em;
  width: 100%;
}
.stripe-button-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
