/* ===========================================================
   ipo-listings-india.php — company-name links
   -----------------------------------------------------------
   Small, page-specific addition: when a company in the live or
   listed IPO table has its own permanent page at /ipo/{slug}/,
   its name in the table links there. Kept in its own tiny file
   rather than added to the shared style.css, matching how
   ipo-detail-styles.css is kept separate too.
=========================================================== */
.data-table .company a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed rgba(15,140,116,.45);
}
.data-table .company a:hover {
  color: var(--green-deep);
  border-bottom-color: var(--green-deep);
}