#featureCodeInput {
    margin-top: 20px;
}

/* -------------------------
   FEATURE KÁRTYÁK
------------------------- */
.feature-row {
    background: #111;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 14px;
}

.feature-row h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

/* -------------------------
   LEÍRÁS
------------------------- */
.feature-description {
    color: #888;
    font-size: 12px;
    line-height: 1.4;
    margin: 6px 0 12px 0;
}

/* -------------------------
   ÁLLAPOT
------------------------- */
.feature-state {
    color: #aaa;
    margin-bottom: 12px;
}

.feature-state.active {
    color: #ffcc00;
    font-weight: bold;
}

/* -------------------------
   GOMBOK
------------------------- */
.feature-btn {
    width: 100%;
    height: 42px;

    border: none;
    border-radius: 12px;

    background: #4a4a4a;
    color: white;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
}

.feature-btn:hover {
    background: #555;
}

.feature-btn-warning {
    background: #ffd000;
    color: #111;
}

.feature-btn-warning:hover {
    background: #ffdd33;
}


/* -------------------------
   RELÉ IDŐZÍTŐ SZERKESZTŐ
------------------------- */
.timer-inline {
  margin-top: 12px;
}

.timer-title {
  display: flex;
  align-items: center;
  gap: 8px;

  color: white;

  margin-bottom: 12px;
}

.timer-title input[type="checkbox"] {
  width: 24px;
  margin: 0;
}

.timer-title span {
  margin: 0;
}

.timer-inline-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.timer-inline-row input[type="number"] {
  width: 70px;
  height: 36px;

  background: #222;
  color: white;

  border: 1px solid #444;
  border-radius: 8px;

  text-align: center;
}

