/* Trippa popup (#pum-649) styling */
#pum-649.pum-overlay .pum-container.popmake {
  background: #ffffff !important;
  padding: 40px 48px !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18) !important;
  border: 1px solid #ececec !important;
}
#pum-649.pum-overlay .pum-container .pum-close.popmake-close {
  top: 16px !important;
  right: 16px !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  background: transparent !important;
  border: none !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  transition: background-color .15s ease !important;
}
#pum-649.pum-overlay .pum-container .pum-close.popmake-close::after {
  content: '\00d7' !important;
  text-indent: 0 !important;
  position: absolute !important;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #9aa0a6 !important;
}
#pum-649.pum-overlay .pum-container .pum-close.popmake-close:hover {
  background: #f1f3f4 !important;
}
#pum-649.pum-overlay .pum-container .pum-close.popmake-close:hover::after {
  color: #202124 !important;
}

/* ===== Trippa homepage polish ===== */
/* Replace emoji with brand icons */
.trippa-mini-emoji img.emoji, .trippa-stat-icon img.emoji { display:none !important; }
.trippa-mini-emoji, .trippa-stat-icon { display:inline-flex !important; align-items:center; justify-content:center; background-repeat:no-repeat; background-position:center; background-size:contain; }
.trippa-mini-emoji { width:44px; height:44px; }
.trippa-stat-icon { width:30px; height:30px; }
.trippa-mini-stat:nth-child(1) .trippa-mini-emoji { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003bd9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3.5c-.5-.5-2.5 0-4 1.5L13.5 8.5 5.5 6.7c-.5-.1-.9 0-1.2.3l-.5.5c-.4.4-.4 1 .1 1.4L9 12l-2 3-3 .5L3 17l4 1 1 4 1.5-1 .5-3 3-2 3.3 5.1c.4.5 1 .5 1.4.1l.5-.5c.3-.3.4-.7.3-1.2z'/%3E%3C/svg%3E"); }
.trippa-mini-stat:nth-child(2) .trippa-mini-emoji { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003bd9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a15 15 0 0 1 0 18M12 3a15 15 0 0 0 0 18'/%3E%3C/svg%3E"); }
.trippa-mini-stat:nth-child(3) .trippa-mini-emoji { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003bd9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='10' width='16' height='11' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E"); }
.trippa-stat-card:nth-child(1) .trippa-stat-icon { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003bd9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 14.8 8.7 21 9.6l-4.5 4.4 1 6.2L12 17.3 6.5 20.2l1-6.2L3 9.6l6.2-.9z'/%3E%3C/svg%3E"); }
.trippa-stat-card:nth-child(2) .trippa-stat-icon { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003bd9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a15 15 0 0 1 0 18M12 3a15 15 0 0 0 0 18'/%3E%3C/svg%3E"); }
.trippa-stat-card:nth-child(3) .trippa-stat-icon { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003bd9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='6' width='20' height='12' rx='2'/%3E%3Ccircle cx='12' cy='12' r='2.5'/%3E%3Cpath d='M6 9v6M18 9v6'/%3E%3C/svg%3E"); }
/* Compare flights button: keep white text in all states */
a.trippa-cta-btn, a.trippa-cta-btn:hover, a.trippa-cta-btn:focus, a.trippa-cta-btn:active, a.trippa-cta-btn:visited { color:#ffffff !important; }