.shiprate-wrap h1 {
  font-family: Arial, sans-serif;
}
.shiprate-banner {
  /* we used inline for the demo */
}
.tab-btn.active-tab {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.shiprate-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
