.hm-summary-item i,
.hm-action-btn i {
  margin-right: 8px;
  min-width: 18px;
  text-align: center;
  color: #444;
}

.hm-progress {
  height: 8px;
  background: #e6e6e6;
  border-radius: 5px;
  margin: 10px 0 20px;
  overflow: hidden;
}

.hm-progress-bar {
  height: 100%;
  background: #6fcf97;
  width: 0%;
  transition: width 0.3s ease;
}


.hm-guest-portal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #f9f7f3;
  color: #333;
  padding: 20px;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.hm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.hm-header h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
}

.hm-weather {
  background: #eee;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.9em;
}

.hm-summary-box {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.hm-summary-item {
  margin-bottom: 8px;
  font-size: 1em;
}

.hm-icon {
  margin-right: 6px;
}

.hm-stage-box {
  padding: 10px 0;
}

.hm-action-btn {
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hm-action-btn.yellow {
  background-color: #f8da7d;
  color: #222;
}

.hm-action-btn.blue {
  background-color: #d2e6f9;
  color: #222;
}

.hm-action-btn.orange {
  background-color: #fdd9b0;
  color: #222;
}

.hm-action-btn.light {
  background-color: #f0f0f0;
  color: #333;
}

.hm-action-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.hm-action-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.hm-action-row .hm-action-btn {
  flex: 1;
}

.hm-local-tips {
  margin-top: 15px;
  font-size: 0.95em;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.04);
}

.hm-error {
  color: red;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}

.hm-accordion-toggle {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  background: #fff;
  border: 1px solid #ddd;
  padding: 14px 16px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 8px;
  transition: background 0.2s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.hm-accordion-toggle:hover {
  background: #f8f8f8;
}

.hm-accordion-content {
  display: none;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  margin-top: -6px;
  margin-bottom: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.hm-guest-form label {
  display: block;
  margin: 12px 0 6px;
  font-weight: 500;
}

.hm-guest-form input,
.hm-guest-form select {
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.copy-feedback {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.85em;
  color: green;
}
