body { font-family: 'Noto Sans', 'NanumSquare', 'Microsoft YaHei', 'PingFang SC', 'SimSun', Arial, sans-serif; background: #f8fafb; }

.hotel-card-img { object-fit: cover; height: 180px; background: #eaf7f6; }
.star { color: #ffc107; }
.compare-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1050; background: #fff; border-top: 2px solid #1cc6b7; box-shadow: 0 -2px 8px rgba(0,0,0,0.05); }
.compare-bar .btn { min-width: 120px; }
.dummy-map { width: 100%; height: 200px; background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=600&q=80') center/cover no-repeat; border-radius: 8px; }
.carousel-img { height: 220px; object-fit: cover; }
.section-title { font-size: 1.3rem; font-weight: 700; color: #1cc6b7; margin-bottom: 1rem; }
.hotel-list-toggle .btn { border-radius: 20px; }
.hotel-card .badge { font-size: 0.8em; }
.hotel-card .card-title { font-size: 1.1em; font-weight: 700; }
.hotel-card .card-text { font-size: 0.95em; }
.review-card { background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); padding: 1rem; margin-bottom: 1rem; }
.form-label { font-weight: 500; }
@media (max-width: 576px) {
  .hotel-card-img, .carousel-img { height: 120px; }
  .dummy-map { height: 120px; }
}
.btn-google {
  background: #fff;
  color: #444;
  border: 1.5px solid #ddd;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  transition: background 0.2s, border 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-google:hover {
  background: #f7f7f7;
  border-color: #bbb;
}
.btn-google img {
  width: 20px;
  height: 20px;
}
