.tvn-cv { max-width: 980px; margin: 0 auto; padding: 12px; }

.tvn-cv__intro { margin-bottom: 10px; }
.tvn-cv__intro-it, .tvn-cv__intro-en { margin-bottom: 6px; }

/* Desktop: sticky */
.tvn-cv__filters {
  background: #fff;
  padding: 10px 0;
  z-index: 10;
  border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
  .tvn-cv__filters {
    position: sticky;
    top: 0;
  }
}

.tvn-cv__search, .tvn-cv__select {
  width: 100%;
  padding: 12px;
  font-size: 16px;
}

.tvn-cv__filter-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}

.tvn-cv__more {
  margin-top: 10px;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 10px;
}

.tvn-cv__more-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}
.tvn-cv__more--always {
  background: #fff;
}
.tvn-cv__label { display:block; font-size: 13px; margin: 2px 0 6px; }

.tvn-cv__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.tvn-cv__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #111;
  color: #fff;
}

.tvn-cv__btn--ghost { background: #fff; color: #111; }

.tvn-cv__count {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.tvn-cv__placeholder { padding: 14px; border: 1px solid #eee; border-radius: 12px; margin-top: 14px; }

.tvn-cv__section {
  margin-top: 14px;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
}

.tvn-cv__section-title {
  cursor: pointer;
  list-style: none;
  padding: 12px 14px;
  font-size: 18px;
  font-weight: 700;
  background: #fafafa;
}

.tvn-cv__section-title::-webkit-details-marker { display:none; }

.tvn-cv__region {
  margin: 14px 14px 8px;
  font-size: 16px;
  font-weight: 700;
}

.tvn-cv__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0 14px 14px;
}

.tvn-cv__card {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 12px;
}

.tvn-cv__card-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
}

.tvn-cv__card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.tvn-cv__card-price {
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.tvn-cv__card-sub { margin-top: 6px; font-size: 14px; }
.tvn-cv__card-tags { margin-top: 6px; font-size: 13px; color: #444; }

.tvn-cv__card-details {
  margin-top: 8px;
  border-top: 1px dashed #eee;
  padding-top: 8px;
}

.tvn-cv__card-details summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  list-style: none;
}
.tvn-cv__field { width: 100%; }
.tvn-cv__field .tvn-cv__select { width: 100%; }
.tvn-cv__card-details summary::-webkit-details-marker { display:none; }
.tvn-cv__card-desc { margin-top: 8px; font-size: 14px; line-height: 1.4; }

@media (max-width: 520px) {
  .tvn-cv__filter-row, .tvn-cv__more-grid { grid-template-columns: 1fr; }
}