/* ====== WASA Account – ajánlatok és rendeléslista ====== */
.wasa-offer-list table.shop_table .right { text-align: right; }

/* ====== Ajánlataim tábla ====== */
.wasa-offers-simple { margin: 1.5em 0; overflow-x: auto; }

/* kártyaszerű keret a wrapperen, hogy a radius biztosan érvényesüljön */
.wasa-offers-simple { border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,.05); background:#fff; }

.wasa-offers-simple table {
  width: 100%;
  border-collapse: separate;  /* radius-kompatibilis */
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
}

.wasa-offers-simple th {
  background: linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 100%);
  color:#1e293b; font-weight:600; padding:12px 14px; text-align:left;
  text-transform: uppercase; letter-spacing:.3px; border-bottom:2px solid #cbd5e1;
}

.wasa-offers-simple td { padding:12px 14px; border-bottom:1px solid #f1f5f9; color:#334155; }
.wasa-offers-simple tbody tr:nth-child(even) { background:#fafafa; }

.wasa-offers-simple td[data-title="Státusz"] { font-weight:600; }

/* --- HELYETTE: data-status attribútum / osztály alapú színezés --- */
.wasa-offers-simple td[data-title="Státusz"][data-status="Vezető"] { color:#16a34a; }     /* zöld */
.wasa-offers-simple td[data-title="Státusz"][data-status="Túllicitálva"],
.wasa-offers-simple td[data-title="Státusz"][data-status="Folyamatban"] { color:#dc2626; } /* piros */

.wasa-offers-simple tr:hover td { background:#f8fafc; }

.wasa-offers-simple a { color:#2563eb; text-decoration:none; font-weight:500; }
.wasa-offers-simple a:hover { text-decoration:underline; }

/* ====== Mobilbarát nézet ====== */
@media (max-width: 768px) {
  .wasa-offers-simple table,
  .wasa-offers-simple thead,
  .wasa-offers-simple tbody,
  .wasa-offers-simple th,
  .wasa-offers-simple td,
  .wasa-offers-simple tr { display:block; width:100%; }

  .wasa-offers-simple tr {
    margin-bottom:15px; border:1px solid #e2e8f0; border-radius:10px;
    padding:10px; background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.05);
  }
  .wasa-offers-simple th { display:none; }
  .wasa-offers-simple td {
    text-align:right; padding:8px 10px; border:none; border-bottom:1px solid #f1f5f9;
    position:relative; font-size:14px;
  }
  .wasa-offers-simple td::before {
    content: attr(data-title);
    float:left; font-weight:600; color:#475569; text-transform:uppercase;
  }
}
