/* Content pages: default form width */
.wpcf7 form {
  max-width: 600px;
  margin: 0 auto 2rem;
  padding: 0 1rem;
  font: inherit;
  color: var(--rc-deep-black-green);
  box-sizing: border-box;
}

/* CF7 message styles */
.wpcf7 form p { margin-bottom: 1.2rem; }

.wpcf7-response-output {
  margin-top: 1rem;
  padding: .75rem 1rem;
  border-radius: 4px;
  font-size: .9rem;
}

.wpcf7-not-valid-tip {
  color: #cf2e2e;
  font-size: .85rem;
  margin-top: .3rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #fce8e6;
  border: 1px solid #cf2e2e;
  color: #8a1c1c;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #e6f9ef;
  border: 1px solid #00d084;
  color: var(--rc-charcoal-green);
}

/* ---------------------------------------------------------
   Seller Application (page ID 1005)
   --------------------------------------------------------- */
body.page-id-1005 #wcv-registration-form select,
body.page-id-1005 #wcv-registration-form input,
body.page-id-1005 #wcv-registration-form textarea {
  min-height: 48px;
  padding: 0.65rem 0.9rem;
  border-radius: 4px;
  max-width: 600px;
}

body.page-id-1005 .select2-container--default .select2-selection--single {
  min-height: 48px;
  height: 48px;
  border-radius: 4px;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
}

body.page-id-1005 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding-left: 0;
}

body.page-id-1005 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

body.page-id-1005 #wcv-registration-form {
  max-width: 720px;
  margin: 0 auto;
}

/* Blog pill styles moved to components.css — loads globally,
   needed on both is_home() (blog overview) and is_singular() (single posts) */
