/* =============================================================
   CGH Geo Ship Add-On Styles
   ============================================================= */

/* ---- Ship name link in schedule tables/cards --------------- */
.csc-ship-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.csc-ship-link:hover {
    color: #2d6a9f;
    border-bottom-color: #2d6a9f;
}
