/**
 * Contact Form 7 - İletişim formu için özel stil
 *
 * @package Alpaya_x_Retodi
 */

.entry-content .wpcf7,
.site-content .wpcf7 {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin: 2rem 0;
}

.entry-content .wpcf7-form-control-wrap,
.site-content .wpcf7-form-control-wrap {
  display: block;
}

.entry-content .wpcf7 input[type="text"],
.entry-content .wpcf7 input[type="email"],
.entry-content .wpcf7 input[type="tel"],
.entry-content .wpcf7 input[type="url"],
.entry-content .wpcf7 textarea,
.site-content .wpcf7 input[type="text"],
.site-content .wpcf7 input[type="email"],
.site-content .wpcf7 input[type="tel"],
.site-content .wpcf7 input[type="url"],
.site-content .wpcf7 textarea {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.entry-content .wpcf7 textarea,
.site-content .wpcf7 textarea {
  min-height: 120px;
}

.entry-content .wpcf7 input[type="submit"],
.site-content .wpcf7 input[type="submit"] {
  background-color: #2d4a3e;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  border-radius: 4px;
}

.entry-content .wpcf7 input[type="submit"]:hover,
.site-content .wpcf7 input[type="submit"]:hover {
  background-color: #1e3329;
}
