/* Feedback Page - Google Form Embed Styling */
body.page-feedback .site-content {
  padding: 100px 20px 50px !important;
  max-width: 100% !important;
  margin: 0 !important;
  background: #f5f1eb;
  min-height: calc(100vh - 150px);
}

body.page-feedback .entry-header {
  display: none;
}

body.page-feedback .entry-content {
  max-width: none !important;
}

body.page-feedback .contact-section {
  padding: 40px 20px;
  background: transparent;
}

body.page-feedback .contact-container {
  max-width: 900px !important;
  margin: 0 auto !important;
  background: #fff !important;
  padding: 40px !important;
  border-radius: 12px !important;
  border-top: 4px solid #c9a777 !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

body.page-feedback .contact-container iframe {
  width: 100% !important;
  min-height: 1050px !important;
  border: none !important;
  display: block !important;
  border-radius: 8px !important;
}

/* Mobile */
@media (max-width: 768px) {
  body.page-feedback .contact-container {
    padding: 20px 15px !important;
  }
  
  body.page-feedback .contact-container iframe {
    min-height: 1200px !important;
  }
}