﻿/* none */

::placeholder {
  font-size: 12px !important;
}

option {
  font-size: 12px !important;
  white-space: nowrap; /* Prevents text wrapping */
  overflow: hidden; /* Hides overflowing content */
  text-overflow: ellipsis;
  padding: 8px;
}
