/* うららん 専属占い師選択画面 */

.sel-h {
  padding: 28px 20px 20px;
  text-align: center;
}
.sel-h h2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 6px;
  color: var(--tx);
}
.sel-h p {
  font-size: 12px;
  color: var(--ts);
}

.teller-list {
  padding-bottom: 12px;
}

.t-opt {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--bd);
  cursor: pointer;
  background: #fff;
  border: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
  color: var(--tx);
  transition: background .15s;
}
.t-opt:active { background: #fafafa; }
.t-opt.selected {
  background: var(--pu-l);
}

.t-ph {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pu-l);
  color: var(--pu);
  font-size: 18px;
  font-weight: 600;
}
.t-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-info { flex: 1; min-width: 0; }
.t-nm {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  color: var(--tx);
}
.t-ds {
  font-size: 11px;
  color: var(--ts);
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.t-tg {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid #E8E5F5;
  color: var(--ts);
  background: #FAFAFA;
}

.t-meta {
  text-align: right;
  flex-shrink: 0;
}
.t-rank {
  font-size: 10px;
  color: var(--gold);
  margin-bottom: 4px;
  font-weight: 600;
}
.t-current {
  font-size: 9px;
  color: var(--pu);
  font-weight: 600;
  background: var(--pu-l);
  padding: 2px 6px;
  border-radius: 8px;
  display: inline-block;
}
