/* SOT Rental Network Bridge — frontend styles */

/* Provider badge on remote vehicle cards */
.sotrn-provider-badge {
  display: inline-block;
  margin: 6px 0 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  font-size: 12px;
  font-weight: 600;
}

/* Remote card images */
.sotrn-remote-card .srs-card-thumb img,
.sotrn-remote-card .srs-char-icon img {
  max-width: 100%;
  height: auto;
}

/* Ensure remote cards blend in with local cards */
.sotrn-remote-card {
  transition: box-shadow .2s ease, transform .15s ease;
}
.sotrn-remote-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  transform: translateY(-2px);
}

/* Hide empty grid placeholders visually */
.sotrn-empty {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
