/* Style 2 - Dark Mode */
.custom-cf7-style-2 {
  background-color: #222;
  padding: 25px;
  border-radius: 15px;
  color: #eee;
  max-width: 600px;
}

.custom-cf7-style-2 input[type="text"],
.custom-cf7-style-2 input[type="email"],
.custom-cf7-style-2 input[type="url"],
.custom-cf7-style-2 input[type="tel"],
.custom-cf7-style-2 input[type="number"],
.custom-cf7-style-2 input[type="date"],
.custom-cf7-style-2 select,
.custom-cf7-style-2 textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #555;
  border-radius: 6px;
  background-color: #333;
  font-size: 16px;
  margin-bottom: 20px;
  color: #eee;
  transition: border-color 0.3s ease;
}

.custom-cf7-style-2 input[type="text"]:focus,
.custom-cf7-style-2 input[type="email"]:focus,
.custom-cf7-style-2 input[type="url"]:focus,
.custom-cf7-style-2 input[type="tel"]:focus,
.custom-cf7-style-2 input[type="number"]:focus,
.custom-cf7-style-2 input[type="date"]:focus,
.custom-cf7-style-2 select:focus,
.custom-cf7-style-2 textarea:focus {
  border-color: var(--primary-color);
  outline: none;
  background-color: #444;
}

.custom-cf7-style-2 label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #ddd;
}

.custom-cf7-style-2 input[type="checkbox"],
.custom-cf7-style-2 input[type="radio"] {
  margin-right: 12px;
  cursor: pointer;
  vertical-align: middle;
  accent-color: var(--primary-color);
}

.custom-cf7-style-2 .wpcf7-list-item-label {
  cursor: pointer;
  font-weight: 500;
  color: #ccc;
}

.custom-cf7-style-2 .wpcf7-submit {
  background-color: var(--primary-color);
  color: white;
  padding: 14px 30px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.custom-cf7-style-2 .wpcf7-submit:hover {
  background-color: var(--primary-hover);
}

.custom-cf7-style-2 .wpcf7-validation-errors,
.custom-cf7-style-2 .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-weight: 700;
  margin-top: -10px;
  margin-bottom: 15px;
  display: block;
}

.custom-cf7-style-2 .wpcf7-mail-sent-ok {
  color: #7ed56f;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 15px;
  display: block;
}
