.home-checkin-panel {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.home-checkin-title {
  margin: 0 0 12px;
  font-family: "SiYuanSongTi", serif;
  font-size: 16px;
  color: #4e342e;
  line-height: 1.5;
}

.home-checkin-summary {
  margin: 0 0 12px;
  font-size: 14px;
  color: #555;
}

.home-checkin-summary p {
  margin: 0 0 6px;
}

.home-checkin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 18px;
  border: 0;
  border-radius: 2px;
  background: #795548;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.5;
}

.home-checkin-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.home-checkin-guest {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.home-checkin-guest a {
  display: inline;
  white-space: nowrap;
}
