body.woocommerce-order-received ul.order_details {
	margin-bottom: 15px !important;
}
.campo-redacao {
	padding-top: 15px !important;
	border-top: 1px solid #ccc;
}
#form-redacao {
  margin: 15px 0;
  width: 100%;
}

#form-redacao h2 {
  margin-bottom: 20px;
  color: #1c332d;
  font-size: 22px;
}

#form-redacao select, #form-redacao input[type="text"], #form-redacao textarea {
    width: 100%;
    padding: 15px !important;
    border: 1px solid #ccc;
	border-radius: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    box-sizing: border-box;
}
#form-redacao select, #form-redacao input[type="text"] 
	min-height: 50px;
}
#form-redacao textarea {
  min-height: 120px;
  resize: vertical;
}

#form-redacao button {
  width: auto !important;
  max-width: 100%;
  padding: 15px 30px;
  background: #009879;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

#form-redacao button:hover {
  background: #00795f;
}

#descricao-tema {
  display: none;
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
  background: #f6f6f6;
  padding: 30px;
  border-radius: 10px;
  white-space: pre-line;
}

.woocommerce-error,
.woocommerce-notice--success.woocommerce-thankyou-order-received {
	display: none !important;
}

#acf-group_691c5713b2c0b input,
#acf-group_691c5713b2c0b iframe {
	pointer-events: none;
	opacity: 0.9;
	filter: grayscale(10%); 
}