.tgcsl-scripture-tooltip {
  position: absolute;
  z-index: 99999;
  width: min(360px, calc(100vw - 24px));
  border: 1px solid #d7ddcf;
  border-radius: 12px;
  background: linear-gradient(180deg, #fffef8 0%, #f4f1e6 100%);
  box-shadow: 0 18px 38px rgba(42, 47, 33, 0.18);
  color: #1e2418;
  overflow: hidden;
}

.tgcsl-scripture-tooltip__header,
.tgcsl-scripture-tooltip__footer {
  padding: 14px 16px;
  background: inherit;
}

.tgcsl-scripture-tooltip__header {
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid rgba(138, 90, 20, 0.12);
}

.tgcsl-scripture-tooltip__body {
  display: grid;
  gap: 10px;
  max-height: min(40vh, 320px);
  overflow-y: auto;
  padding: 12px 16px;
}

.tgcsl-scripture-tooltip__footer {
  position: sticky;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid rgba(138, 90, 20, 0.12);
}

.tgcsl-scripture-tooltip__title {
  font-weight: 700;
}

.tgcsl-scripture-tooltip__verse {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  line-height: 1.55;
}

.tgcsl-scripture-tooltip__verse-num {
  font-weight: 700;
  color: #8a5a14;
}

.tgcsl-scripture-tooltip__notice,
.tgcsl-scripture-tooltip__empty {
  font-size: 13px;
  line-height: 1.5;
  color: #66543a;
}

.tgcsl-scripture-tooltip__link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #6d4b15;
  text-decoration: none;
}

.tgcsl-scripture-tooltip__link:hover {
  text-decoration: underline;
}
