/* ============================================================
   HTML Entity Encoder & Decoder Styling - Scenic IT Solutions
   ============================================================ */

.entity-options-bar {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.entity-options-bar label {
  font-size: 13px;
  font-weight: 600;
  color: #a0a0ab;
}

.entity-options-bar select {
  background: #181824;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
}
