.players-batch-card select {
  /* Use the browser's single native triangle; remove the global double-chevron artwork. */
  appearance: auto !important;
  -webkit-appearance: auto !important;
  background-image: none !important;
  padding-right: 13px !important;
}

.players-batch-card {
  background: linear-gradient(145deg,#1b1e23,#14161a) !important;
  border: 1px solid #2f343c !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.035) !important;
}
.players-batch-card input,
.players-batch-card select,
.players-batch-card textarea {
  background: #15171b !important;
  border-color: #343942 !important;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.players-batch-card input:hover,
.players-batch-card select:hover,
.players-batch-card textarea:hover { border-color:#7f2925 !important; background:#191c21 !important; }
.players-batch-card input:focus,
.players-batch-card select:focus,
.players-batch-card textarea:focus {
  border-color:#c51b12 !important;
  box-shadow:0 0 0 3px rgba(197,27,18,.16) !important;
  outline:none;
}
.players-batch-card select option { background:#17191e; color:#e1e4e8; }
.players-batch-card select option:nth-child(even) { background:#202329; }
.players-batch-card select option:checked { background:#b71912; color:#fff; }
.players-batch-grid { grid-template-columns: 220px 440px 110px 440px !important; align-items:end; }
.players-batch-grid > label:nth-child(1) { min-width:0; }
.players-batch-grid > label:nth-child(2) { min-width:0; }
.players-batch-grid > label:nth-child(3) input { text-align:center; padding-left:8px; padding-right:8px; }
@media (max-width:700px) { .players-batch-grid { grid-template-columns:1fr !important; } }
