/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 02 2025 | 16:04:33 */
.custom-thankyou-box {
  max-width: 700px;
  margin: 50px auto;
  border: 3px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.custom-thankyou-header {
  background-color: #84BE38;
  color: #FFFFFF;
  text-align: center;
  padding: 25px 20px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid white;
}

.custom-thankyou-header h1 {
  margin: 0;
  font-size: 36px;
  color: #FFFFFF !important;
}

.custom-thankyou-content {
  padding: 30px 25px;
  font-size: 16px;
  line-height: 1.6;
  color: #7d7d7d;
  text-align: center;
}

.custom-thankyou-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.custom-thankyou-buttons a {
  text-decoration: none;
  color: #ffffff;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 8px;
  transition: 0.3s ease;
  display: inline-block;
}

.custom-thankyou-buttons .btn-voltar {
  background-color: #84BE38;
}

.custom-thankyou-buttons .btn-voltar:hover {
  background-color: #6fa52f;
  color: #ffffff;
}

.custom-thankyou-buttons .btn-copopalinhas {
  background-color: #D4564A;
}

.custom-thankyou-buttons .btn-copopalinhas:hover {
  background-color: #b8443a;
  color: #ffffff;
}
