#artuklu-doviz {
  width: 100%;
  overflow-x: auto;
}

.artuklu-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

.artuklu-table th,
.artuklu-table td {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}

.artuklu-table th {
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}

.artuklu-table td {
  text-align: center;
  white-space: nowrap;
}

.artuklu-table td:first-child {
  text-align: left;
}

/* NEW: always inline (no stacking) */
.currency-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.currency-flag {
  width: 20px;
  height: auto;
  flex-shrink: 0;
}

.currency-line {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}

.currency-name {
  font-weight: 700;
}

.currency-code {
  font-size: 12px;
  opacity: 0.7;
}

.kur-input {
  width: 110px;
  padding: 6px 8px;
  text-align: right;
  font-weight: 600;
}

/* Mobile: optionally hide name, keep code */
@media (max-width: 768px) {
  #artuklu-doviz .currency-name { display: none; }
  #artuklu-doviz .currency-code { font-size: 13px; font-weight: 700; opacity: 1; }
}
