.gift-campaign { margin: 12px 0 18px; padding: 12px 10px; }
.gift-campaign-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  color: #111;
}
.gift-campaign-title .fa-gift { margin-right: 4px; }
.gift-campaign-hint { margin: 0 0 10px; font-size: 13px; color: #555; }
.gift-campaign-toolbar { margin: 0 0 12px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.gift-campaign-count { font-size: 12px; color: #666; }

.gift-none-btn {
  display: inline-block;
  background: #fff;
  color: #2b2b2b;
  border: 1px solid #d4cdc4;
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.gift-none-btn:hover { background: #f7f5f2; border-color: #8d7350; }
.gift-none-btn.is-active {
  background: #2f2c29;
  color: #fff;
  border-color: #2f2c29;
}

.gift-campaign-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.gift-campaign-list > li {
  width: 16.66%;
  padding: 0 8px 16px;
  text-align: center;
  box-sizing: border-box;
}
.gift-card {
  padding: 6px;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
}
.gift-card:hover { opacity: .85; }
.gift-card.active {
  border-color: #bf0000;
  box-shadow: 0 0 0 2px rgba(191, 0, 0, .12);
  opacity: 1;
}
.gift-card-img {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-card-img img { max-width: 100%; max-height: 100%; }
.gift-card-name {
  height: 32px;
  overflow: hidden;
  margin: 6px 4px 4px;
  font-size: 12px;
  line-height: 1.3;
}
.gift-card-price { font-weight: bold; font-size: 13px; }
.gift-card-list { text-decoration: line-through; color: #888; margin-right: 4px; font-weight: normal; }
.gift-card-price b { color: #bf0000; }
.gift-card-radio { margin-top: 6px; }
.gift-card-radio input { width: 18px; height: 18px; }

.gift-campaign--bell { padding: 0; }
.gift-campaign--bell .gift-campaign-title {
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
.gift-campaign--bell .gift-campaign-list > li { width: 150px; padding: 0 0 12px; }
.gift-campaign--bell .gift-card {
  border: 1px solid #ddd;
  padding: 10px;
}
.gift-campaign--bell .gift-card-img { height: 80px; }
.gift-campaign--bell .gift-card-img img { width: 100%; height: 80px; object-fit: cover; border-radius: 4px; }

.gift-promo { margin: 0 0 18px; }
.gift-promo-banner {
  text-align: center;
  margin-bottom: 12px;
}
.gift-promo-banner h2 { font-size: 22px; margin: 0 0 8px; color: #bf0000; }
.gift-promo-mark {
  background: #ab8e4f;
  color: #fff;
  padding: 2px 10px;
  border: 1px dashed #ccc;
}
.gift-promo-banner p { font-size: 14px; color: #444; }
.gift-promo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gift-promo-item {
  width: 140px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}
.gift-promo-img { height: 90px; display: flex; align-items: center; justify-content: center; }
.gift-promo-img img { max-width: 100%; max-height: 90px; }
.gift-promo-name { font-size: 12px; min-height: 32px; margin: 6px 0 4px; }
.gift-promo-price span { text-decoration: line-through; color: #888; margin-right: 4px; }
.gift-promo-price b { color: #bf0000; }
.gift-promo-tag { font-size: 11px; color: #bf0000; margin-top: 4px; }

@media (max-width: 991px) {
  .gift-campaign-list > li { width: 25%; }
}
@media (max-width: 767px) {
  .gift-campaign-list > li { width: 50%; }
  .gift-card-img { height: 140px; }
}
