/* v229 refinements */
.home-cta-row .primary-button,
.traveler-home-actions .primary-button,
#homePlanButton {
  background: #45c0a5 !important;
  color: #08201c !important;
  box-shadow: 0 8px 18px rgba(69, 192, 165, 0.18) !important;
}

.home-featured-sync-card {
  border-color: rgba(69, 192, 165, 0.18) !important;
  background:
    linear-gradient(135deg, rgba(69, 192, 165, 0.08), rgba(255, 255, 255, 0.96)),
    #ffffff !important;
  box-shadow: 0 6px 18px rgba(20, 36, 52, 0.04) !important;
}

.home-featured-baidu-photo {
  background: #f4f6f7 !important;
  color: transparent !important;
}

.home-featured-baidu-photo::before,
.home-featured-baidu-photo::after,
.home-featured-baidu-photo span,
.home-featured-baidu-photo strong,
.home-featured-baidu-photo small {
  display: none !important;
}

.home-featured-image-pending {
  background: #f4f6f7 !important;
  color: transparent !important;
}

.home-featured-image-pending::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: auto;
  border-radius: 999px;
  background: #d9dee2;
}

.home-featured-image:has(img[src^="data:image/svg"]) {
  background: #f4f6f7 !important;
}

.home-featured-image img[src^="data:image/svg"] {
  opacity: 0 !important;
}
