/* sc_nausys_data – boat-search yacht card link (details page) */

.sc-nd-yacht-card {
  list-style: none;
  margin: 0 0 12px;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sc-nd-yacht-card:hover {
  border-color: rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.sc-nd-card-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  margin-right: 6px;
}

.sc-nd-card-link:hover {
  text-decoration: underline;
}

.sc-nd-card-link:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
