/* Core soak slider history/favorite strip */
.tfs-core-soak-meta-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.tfs-core-soak-meta-strip a,
.tfs-core-soak-meta-strip button,
.tfs-core-soak-meta-strip span {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

.tfs-core-soak-history-pill,
.tfs-core-soak-favorite-pill,
.tfs-core-soak-favorite-btn {
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.tfs-core-soak-history-pill {
  background: rgba(181, 144, 105, 0.15);
  color: var(--bs-body-color);
}

.tfs-core-soak-favorite-pill,
.tfs-core-soak-favorite-btn {
  background: var(--bs-primary);
  color: #fff;
  border: 0;
}

/* Image overlay history badge */
.tfs-core-soak-overlay {
  position: absolute;
  top: 12px;
  bottom: auto;
  left: 12px;
  z-index: 5;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  pointer-events: none;
}

.room-img {
  position: relative;
}


/* TFS reCAPTCHA centering */
.g-recaptcha {
    display: inline-block;
}