.rb-uc {
  margin: 30px 0 34px;
  font-family: var(--body);
}

.rb-uc-ust {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg);
  padding: 16px 18px 14px;
  margin-bottom: 16px;
}

.rb-uc-kimlik {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid var(--line-soft);
}

.rb-uc-logo {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.rb-uc .rb-uc-logo img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}

.rb-uc-kimlik-ad {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  min-width: 0;
}

.rb-uc-kimlik-ad small {
  display: block;
  margin-top: 3px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-faint);
  letter-spacing: .02em;
}

.rb-uc-ozet {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px 22px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line-soft);
}

.rb-uc-ozet span {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 5px;
}

.rb-uc-ozet strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  line-height: 1.35;
}

.rb-uc-arac {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.rb-uc-ara {
  position: relative;
  flex: 1 1 210px;
  min-width: 0;
  display: flex;
  align-items: center;
}

.rb-uc-ara svg {
  position: absolute;
  left: 11px;
  color: var(--ink-faint);
  pointer-events: none;
}

.rb-uc-ara input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
  color: var(--ink);
  font: inherit;
  font-size: 13.5px;
  padding: 9px 12px 9px 34px;
  appearance: none;
}

.rb-uc-suz {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
  color: var(--ink);
  font: inherit;
  font-size: 13.5px;
  padding: 9px 30px 9px 12px;
  max-width: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b95a3' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 11px center;
}

.rb-uc-ara input:focus-visible,
.rb-uc-suz:focus-visible {
  outline: 2px solid #0d5db0;
  outline-offset: 1px;
}

.rb-uc-sayac {
  font-size: 12.5px;
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
  margin-left: auto;
}

.rb-uc-kutu {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg);
  box-shadow: none;
  margin: 0;
}

@media (min-width: 901px) {
  .rb-single-card { overflow: clip; }

  .rb-uc-ust {
    position: sticky;
    top: var(--rb-uc-ust, 0px);
    z-index: 5;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .rb-uc-kutu {
    overflow: visible;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  table.rb-uc-tablo thead th {
    position: sticky;
    top: var(--rb-uc-thead, 0px);
    z-index: 3;
  }
  table.rb-uc-tablo thead th::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: var(--line);
  }
}

.rb-tbl-scroll > table.rb-uc-tablo { min-width: 0; }

table.rb-uc-tablo {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 13.5px;
  margin: 0;
}

table.rb-uc-tablo thead th {
  background: var(--bg-alt);
  color: var(--ink);
  text-align: left;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  white-space: normal;
  word-break: keep-all;
  hyphens: none;
}

table.rb-uc-tablo .rb-uc-th-bolum { width: 38%; }
table.rb-uc-tablo .rb-uc-th-fiyat { text-align: right; }

.rb-uc-fak th {
  background: var(--bg-sink);
  color: var(--ink);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 9px 12px;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.rb-uc-fak th span {
  float: right;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink-faint);
  font-variant-numeric: tabular-nums;
}

table.rb-uc-tablo tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
  color: var(--read);
}

table.rb-uc-tablo tbody tr:hover td { background: var(--bg-alt); }

.rb-uc-bolum-ad {
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
}

.rb-uc-bolum-alt {
  margin-top: 3px;
  font-size: 11.5px;
  color: var(--ink-faint);
  line-height: 1.4;
}

.rb-uc-fiyat { text-align: right; }

.rb-uc-tutar {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.rb-uc-tutar i {
  font-style: normal;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--ink-faint);
  margin-left: 3px;
}

.rb-uc-osym,
.rb-uc-onceki,
.rb-uc-not {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--ink-faint);
  font-variant-numeric: tabular-nums;
}

.rb-uc-onceki { color: var(--ink-soft); }
.rb-uc-bos { color: var(--ink-faint); }


.rb-uc-dip {
  margin: 12px 2px 0;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--ink-soft);
}

.rb-uc-yok {
  padding: 26px 16px;
  text-align: center;
  color: var(--ink-soft);
  font-size: 13.5px;
}

@media (max-width: 680px) {
  .rb-uc-ust { padding: 12px 13px 11px; }
  table.rb-uc-tablo.rb-uc-genis { min-width: 560px; }
  table.rb-uc-tablo { font-size: 11px; }
  table.rb-uc-tablo thead th { font-size: 9.5px; padding: 8px 7px; }
  table.rb-uc-tablo .rb-uc-th-bolum { width: 42%; }
  table.rb-uc-tablo tbody td { padding: 8px 7px; }
  .rb-uc-tutar { font-size: 11.5px; }
  .rb-uc-bolum-alt, .rb-uc-osym, .rb-uc-onceki, .rb-uc-not { font-size: 9.5px; }
  .rb-uc-fak th { font-size: 10.5px; padding: 7px 8px; }
  .rb-uc-fak th span { float: none; display: block; margin-top: 2px; }
  .rb-uc-sayac { margin-left: 0; }
}

@media (max-width: 400px) {
  table.rb-uc-tablo { font-size: 10.5px; }
  .rb-uc-tutar { font-size: 11px; }
}
