/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/
/* ===== Comala Marketplace – Estilos CF7 (Formulario Productores) ===== */
.cmf-wrap { max-width: 860px; margin: 0 auto; }
.cmf-title { margin: 0 0 6px; }
.cmf-note { margin: 0 0 18px; opacity: .95; }
.cmf-section { margin: 18px 0 26px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.18); }
.cmf-h { margin: 0 0 10px; }
.cmf-help { margin: 0 0 14px; opacity: .9; font-size: .95em; }

.cmf-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 22px;
}
.cmf-full { grid-column: 1 / -1; }

.cmf-field label{
  display: block;
  font-weight: 600;
  letter-spacing: .2px;
}

.wpcf7-form-control-wrap { display: block; margin-top: 8px; }

.cmf-control,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="file"]{
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: inherit;
  outline: none;
}

.wpcf7 textarea { min-height: 140px; resize: vertical; }
.wpcf7 input[type="file"]{ padding: 10px; }

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus{
  border-color: rgba(255,255,255,.55);
  box-shadow: 0 0 0 3px rgba(255,255,255,.12);
}

/* ===== ESTILO ESPECÍFICO PARA EL SELECT (Tipo de productos) ===== */
.wpcf7 select.cmf-select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 44px; /* espacio para la flecha */
  line-height: 1.2;

  /* Flecha (SVG inline) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFFFFF' d='M5.6 7.6a1 1 0 0 1 1.4 0L10 10.6l3-3a1 1 0 1 1 1.4 1.4l-3.7 3.7a1 1 0 0 1-1.4 0L5.6 9a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
}
.wpcf7 select.cmf-select::-ms-expand { display: none; }

/* Contraste del menú desplegable (depende del navegador/OS) */
.wpcf7 select.cmf-select option{
  background: #ffffff !important;
  color: #111111 !important;
}

/* ===== Aceptación y botón ===== */
.cmf-accept{
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}

.cmf-accept a{
  text-decoration: underline;
  font-weight: 700;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.wpcf7 .wpcf7-acceptance input[type="checkbox"]{ transform: scale(1.15); margin-right: 10px; }

.cmf-actions { margin-top: 14px; }
.cmf-submit,
.wpcf7 input.wpcf7-submit{
  width: 100% !important;
  padding: 13px 16px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .4px;
}

.wpcf7 form .wpcf7-response-output{
  border-radius: 12px;
  padding: 12px 14px;
}

/* Responsive */
@media (max-width: 760px){
  .cmf-grid{ grid-template-columns: 1fr; }
}
