/* Toshin Child — page-specific overrides */

.ts-btn-vinos-wine { background: #6e1432 !important; border-color: #6e1432 !important; color: #fff !important; }
.ts-btn-vinos-mint { background: #abe7d3 !important; border-color: #abe7d3 !important; color: #2c8a6f !important; }

.ts-content img { max-width: 100%; height: auto; border-radius: var(--radius-md); }

.pagination { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.pagination a, .pagination span {
  padding: 8px 14px;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: var(--ink-700);
  font-weight: 600;
}
.pagination .current { background: var(--indigo-600); color: #fff; border-color: var(--indigo-600); }

.ts-modal .wpcf7 form p { margin-bottom: 0; }
.ts-modal .wpcf7 .ts-form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.ts-modal .wpcf7 .ts-form-field { margin-bottom: 16px; }
.ts-modal .wpcf7 .ts-form-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-700);
  margin-bottom: 6px;
}
.ts-modal .wpcf7 input,
.ts-modal .wpcf7 textarea,
.ts-modal .wpcf7 select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-md);
  font: inherit;
}
.ts-modal .wpcf7 textarea { min-height: 110px; resize: vertical; }
.ts-modal .wpcf7 input[type="submit"],
.ts-modal .wpcf7 button[type="submit"] {
  width: 100%;
  margin-top: 4px;
  padding: 14px 18px;
  border: none;
  border-radius: var(--radius-md);
  background: var(--red-500);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.ts-modal .wpcf7-response-output { margin: 14px 0 0; font-size: 13px; }

body.ts-quote-open { overflow: hidden; }

@media (max-width: 640px) {
  .ts-overlay {
    padding: 0;
    align-items: stretch;
  }
  .ts-modal {
    width: 100%;
    max-height: 100dvh;
    min-height: 100dvh;
    border-radius: 0;
  }
  .ts-modal__head {
    padding: 18px 18px 14px;
  }
  .ts-modal__title {
    font-size: 21px;
  }
  .ts-modal__body {
    padding: 18px 18px 24px;
  }
  .ts-modal .ts-form-2col,
  .ts-modal .wpcf7 .ts-form-2col {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-bottom: 0 !important;
  }
  .ts-modal .ts-form-field,
  .ts-modal .wpcf7 .ts-form-field {
    margin-bottom: 14px;
  }
  .ts-modal .wpcf7 input,
  .ts-modal .wpcf7 textarea,
  .ts-modal .wpcf7 select,
  .ts-modal .ts-form-field input,
  .ts-modal .ts-form-field textarea {
    font-size: 16px;
  }
  .ts-modal .wpcf7 textarea,
  .ts-modal .ts-form-field textarea {
    min-height: 96px;
  }
}
