.boat-link-overlay {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--dark-blue);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.15s ease;
}

.boat-link-overlay:hover,
.boat-link-overlay:focus {
    color: var(--medium-blue, #37B0C0);
    text-decoration: none;
}

.boat-name {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.boat-arrow {
    color: inherit;
    flex-shrink: 0;
}

.boat-name-overlay {
    text-align: left;
    margin-top: 0.75rem;
    width: 100%;
}