.iot-module-dropdown-select { margin-bottom: 30px; font-size: 16px; color: #333; line-height: 1.8; }
.iot-input-select { padding: 4px 8px; font-size: 16px; border: 2px solid #cbd5e1; border-radius: 6px; outline: none; background: #fff; cursor: pointer; transition: 0.2s; font-family: inherit; min-width: 120px; max-width: 250px; }
.iot-input-select:focus { border-color: #2563EB; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2); }
.iot-input-select.iot-input-correct { border-color: #16a34a !important; background-color: #f0fdf4 !important; color: #155724; font-weight: bold; }
.iot-input-select.iot-input-wrong { border-color: #dc2626 !important; background-color: #fef2f2 !important; color: #7f1d1d; }
.iot-input-select.iot-input-empty { border-color: #f59e0b !important; background-color: #fffbeb !important; }
.iot-dds-correct-label { display: inline-block; margin-left: 5px; color: #16a34a; font-weight: bold; background: #f0fdf4; padding: 2px 8px; border-radius: 4px; border: 1px solid #bbf7d0; font-size: 14px; }