/* Container for the audit form */
.seo-audit-form-wrapper {
  max-width: 700px;
  margin: 3rem auto;
  padding: 2.5rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  border: 1px solid #e1e4e8;
  text-align: center;
  font-size: 2rem;
}

/* Title and description styling */
.seo-audit-form-wrapper h2 {
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}

.seo-audit-form-wrapper .form-description {
  color: #666;
  margin-bottom: 2rem;
}

/* Input field styling */
.seo-audit-form-wrapper .form-item-website-url {
  margin-bottom: 1.5rem;
}

.seo-audit-form-wrapper input[type="url"] {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 2rem;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.seo-audit-form-wrapper input[type="url"]:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}

/* Submit button styling */
.seo-audit-form-wrapper .form-submit {
  background-color: #007bff;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  width: 100%;
}

.seo-audit-form-wrapper .form-submit:hover {
  background-color: #0056b3;
}

.seo-audit-form-wrapper .form-submit:active {
  transform: scale(0.98);
}

.block-whatsapp-button .block-title span {
    color: #1774FF !important;
}
 