<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------------------------------------------
  * Name: Thank You Rp Amount Template
  * Targets: thank-you-rp-amount.php
----------------------------------------------------------------------------- */
/* Background with a cool image */
.ty-background {
  background: #3b82dd;
  background: -moz-linear-gradient(-55deg, #3b82dd 0%, #68bcf2 100%);
  background: -webkit-linear-gradient(-55deg, #3b82dd 0%, #68bcf2 100%);
  background: linear-gradient(145deg, #3b82dd 0%, #68bcf2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b82dd', endColorstr='#68bcf2', GradientType=1);
}

/* Pattern that gets overlaid. Better than a pseudo element because we don't have */
/* to deal with absolute positioning */
.ty-background__pattern {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233476ce' fill-opacity='.2'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  overflow: hidden; /* Hide the box-shadow of the .ty-card */
  position: relative;
}

.ty-single-container {
  margin-bottom: 40px;
}

.ty-single-heading h1 {
  margin: 2em 0;
  font-size: 22px;
  color: white;
  text-align: center;
  font-weight: 600;
}

.ty-single-subheading {
  margin: 40px 0;
  font-size: 16px;
  font-weight: 600;
}
</pre></body></html>